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