Uses of Class
org.openiam.idm.srvc.mngsys.domain.ApproverAssociationEntity
-
-
Uses of ApproverAssociationEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return ApproverAssociationEntity Modifier and Type Method Description ApproverAssociationEntity
ApproverAssociationDozerConverter. convertEntity(ApproverAssociationEntity entity, boolean isDeep)
ApproverAssociationEntity
ApproverAssociationDozerConverter. convertToEntity(ApproverAssociation entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type ApproverAssociationEntity Modifier and Type Method Description List<ApproverAssociationEntity>
ApproverAssociationDozerConverter. convertToEntityList(List<ApproverAssociation> list, boolean isDeep)
Set<ApproverAssociationEntity>
ApproverAssociationDozerConverter. convertToEntitySet(Set<ApproverAssociation> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type ApproverAssociationEntity Modifier and Type Method Description ApproverAssociationEntity
ApproverAssociationDozerConverter. convertEntity(ApproverAssociationEntity entity, boolean isDeep)
ApproverAssociation
ApproverAssociationDozerConverter. convertToDTO(ApproverAssociationEntity entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type ApproverAssociationEntity Modifier and Type Method Description List<ApproverAssociation>
ApproverAssociationDozerConverter. convertToDTOList(List<ApproverAssociationEntity> list, boolean isDeep)
Set<ApproverAssociation>
ApproverAssociationDozerConverter. convertToDTOSet(Set<ApproverAssociationEntity> set, boolean isDeep)
-
Uses of ApproverAssociationEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return ApproverAssociationEntity Modifier and Type Method Description protected ApproverAssociationEntity
AbstractOwnerAdminBeansServiceImpl. createDefaultApproverAssociations(ENTITY entity, String requestorId)
-
Uses of ApproverAssociationEntity in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom that return types with arguments of type ApproverAssociationEntity Modifier and Type Method Description List<ApproverAssociationEntity>
ApproverAssociationRepositoryCustom. findByAssociationEntityId(String associationEntityId)
Methods in org.openiam.esb.repository.custom with parameters of type ApproverAssociationEntity Modifier and Type Method Description Set<ApproverAssociationNotifiableEntity>
ApproverAssociationNotifiableRepositoryCustom. findNotifiableSetByApproverAssociationEntityAndOnApproved(ApproverAssociationEntity approverAssociationEntity, boolean onApproved)
-
Uses of ApproverAssociationEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type ApproverAssociationEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<ApproverAssociationEntity>
ApproverAssociationRepositoryImpl. buildSpecifications(ApproverAssociationSearchBean sb)
List<ApproverAssociationEntity>
ApproverAssociationRepositoryImpl. findByAssociationEntityId(String associationEntityId)
protected Class<ApproverAssociationEntity>
ApproverAssociationRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<ApproverAssociationEntity,String>
ApproverAssociationRepositoryImpl. getRepository()
-
Uses of ApproverAssociationEntity in org.openiam.idm.srvc.grp.domain
Methods in org.openiam.idm.srvc.grp.domain with parameters of type ApproverAssociationEntity Modifier and Type Method Description void
GroupEntity. addApproverAssociation(ApproverAssociationEntity entity)
-
Uses of ApproverAssociationEntity in org.openiam.idm.srvc.org.domain
Methods in org.openiam.idm.srvc.org.domain with parameters of type ApproverAssociationEntity Modifier and Type Method Description void
OrganizationEntity. addApproverAssociation(ApproverAssociationEntity entity)
-
Uses of ApproverAssociationEntity in org.openiam.idm.srvc.res.domain
Methods in org.openiam.idm.srvc.res.domain with parameters of type ApproverAssociationEntity Modifier and Type Method Description void
ResourceEntity. addApproverAssociation(ApproverAssociationEntity entity)
-
Uses of ApproverAssociationEntity in org.openiam.idm.srvc.role.domain
Methods in org.openiam.idm.srvc.role.domain with parameters of type ApproverAssociationEntity Modifier and Type Method Description void
RoleEntity. addApproverAssociation(ApproverAssociationEntity entity)
-