Uses of Class
org.openiam.idm.srvc.mngsys.domain.ApproverAssociationNotifiableEntity
-
Packages that use ApproverAssociationNotifiableEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.repository.custom -
-
Uses of ApproverAssociationNotifiableEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return ApproverAssociationNotifiableEntity Modifier and Type Method Description ApproverAssociationNotifiableEntityApproverAssociationNotifiableDozerConverter. convertEntity(ApproverAssociationNotifiableEntity entity, boolean isDeep)ApproverAssociationNotifiableEntityApproverAssociationNotifiableDozerConverter. convertToEntity(ApproverAssociationNotifiable entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type ApproverAssociationNotifiableEntity Modifier and Type Method Description List<ApproverAssociationNotifiableEntity>ApproverAssociationNotifiableDozerConverter. convertToEntityList(List<ApproverAssociationNotifiable> list, boolean isDeep)Set<ApproverAssociationNotifiableEntity>ApproverAssociationNotifiableDozerConverter. convertToEntitySet(Set<ApproverAssociationNotifiable> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type ApproverAssociationNotifiableEntity Modifier and Type Method Description ApproverAssociationNotifiableEntityApproverAssociationNotifiableDozerConverter. convertEntity(ApproverAssociationNotifiableEntity entity, boolean isDeep)ApproverAssociationNotifiableApproverAssociationNotifiableDozerConverter. convertToDTO(ApproverAssociationNotifiableEntity entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type ApproverAssociationNotifiableEntity Modifier and Type Method Description List<ApproverAssociationNotifiable>ApproverAssociationNotifiableDozerConverter. convertToDTOList(List<ApproverAssociationNotifiableEntity> list, boolean isDeep)Set<ApproverAssociationNotifiable>ApproverAssociationNotifiableDozerConverter. convertToDTOSet(Set<ApproverAssociationNotifiableEntity> set, boolean isDeep) -
Uses of ApproverAssociationNotifiableEntity in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom that return types with arguments of type ApproverAssociationNotifiableEntity Modifier and Type Method Description Set<ApproverAssociationNotifiableEntity>ApproverAssociationNotifiableRepositoryCustom. findNotifiableSetByApproverAssociationEntityAndOnApproved(ApproverAssociationEntity approverAssociationEntity, boolean onApproved)
-