Uses of Class
org.openiam.idm.srvc.mngsys.bean.ApproverAssociationSearchBean
-
Packages that use ApproverAssociationSearchBean Package Description org.openiam.common.beans.mq org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.esb.repository.impl org.openiam.srvc.am -
-
Uses of ApproverAssociationSearchBean in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type ApproverAssociationSearchBean Modifier and Type Method Description List<ApproverAssociation>
ApproverAssociationRabbitMQService. findBeans(ApproverAssociationSearchBean searchBean)
ApproverAssociationListResponse
ApproverAssociationRabbitMQService. getApproverAssociations(ApproverAssociationSearchBean searchBean)
Deprecated. -
Uses of ApproverAssociationSearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type ApproverAssociationSearchBean Modifier and Type Method Description List<ApproverAssociation>
ApproverAssocationService. findBeans(ApproverAssociationSearchBean searchBean, int from, int size)
-
Uses of ApproverAssociationSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type ApproverAssociationSearchBean Modifier and Type Method Description List<ApproverAssociation>
ApproverAssocationServiceImpl. findBeans(ApproverAssociationSearchBean searchBean, int from, int size)
-
Uses of ApproverAssociationSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type ApproverAssociationSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<ApproverAssociationEntity>
ApproverAssociationRepositoryImpl. buildSpecifications(ApproverAssociationSearchBean sb)
-
Uses of ApproverAssociationSearchBean in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type ApproverAssociationSearchBean Modifier and Type Method Description ApproverAssociationListResponse
ApproverAssociationsWebService. findBeans(ApproverAssociationSearchBean searchBean, int from, int size)
ApproverAssociationListResponse
ApproverAssociationsWebServiceImpl. findBeans(ApproverAssociationSearchBean searchBean, int from, int size)
List<ApproverAssociation>
ApproverAssociationsWebService. getApproverAssociations(ApproverAssociationSearchBean searchBean, int from, int size)
Deprecated.List<ApproverAssociation>
ApproverAssociationsWebServiceImpl. getApproverAssociations(ApproverAssociationSearchBean searchBean, int from, int size)
-