Uses of Interface
com.netgrif.application.engine.auth.service.interfaces.IRegistrationService
- 
- 
Uses of IRegistrationService in com.netgrif.application.engine.auth.service
Classes in com.netgrif.application.engine.auth.service that implement IRegistrationService Modifier and Type Class Description classRegistrationServiceFields in com.netgrif.application.engine.auth.service declared as IRegistrationService Modifier and Type Field Description protected IRegistrationServiceUserService. registrationService - 
Uses of IRegistrationService in com.netgrif.application.engine.configuration
Methods in com.netgrif.application.engine.configuration that return IRegistrationService Modifier and Type Method Description IRegistrationServiceUserServiceConfiguration. registrationService() - 
Uses of IRegistrationService in com.netgrif.application.engine.orgstructure.groups
Fields in com.netgrif.application.engine.orgstructure.groups declared as IRegistrationService Modifier and Type Field Description protected IRegistrationServiceNextGroupService. registrationService - 
Uses of IRegistrationService in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return IRegistrationService Modifier and Type Method Description IRegistrationServiceActionDelegate. getRegistrationService()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type IRegistrationService Modifier and Type Method Description voidActionDelegate. setRegistrationService(IRegistrationService value) 
 -