Uses of Class
org.openiam.am.srvc.searchbean.SelfRegistrationStepSearchBean
-
Packages that use SelfRegistrationStepSearchBean Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.esb.repository.impl org.openiam.srvc.selfregistration -
-
Uses of SelfRegistrationStepSearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type SelfRegistrationStepSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<SelfRegistrationStepDto>
SelfRegistrationWorkflowService. findSteps(SelfRegistrationStepSearchBean searchBean, boolean deepCopy, int from, int size)
-
Uses of SelfRegistrationStepSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type SelfRegistrationStepSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<SelfRegistrationStepDto>
SelfRegistrationWorkflowServiceImpl. findSteps(SelfRegistrationStepSearchBean searchBean, boolean deepCopy, int from, int size)
-
Uses of SelfRegistrationStepSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type SelfRegistrationStepSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<SelfRegistrationStepEntity>
SelfRegistrationStepRepositoryImpl. buildSpecifications(SelfRegistrationStepSearchBean sb)
-
Uses of SelfRegistrationStepSearchBean in org.openiam.srvc.selfregistration
Methods in org.openiam.srvc.selfregistration with parameters of type SelfRegistrationStepSearchBean Modifier and Type Method Description SelfRegistrationStepListResponse
SelfRegistrationWorkflowWebService. findSteps(SelfRegistrationStepSearchBean searchBean, int from, int size)
The general method to search forSelfRegistrationStepDto
objectsSelfRegistrationStepListResponse
SelfRegistrationWorkflowWebServiceImpl. findSteps(SelfRegistrationStepSearchBean searchBean, int from, int size)
-