Uses of Class
org.openiam.idm.srvc.mngsys.dto.Escalation
-
Packages that use Escalation Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.core.service org.openiam.esb.core.service.impl -
-
Uses of Escalation in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return Escalation Modifier and Type Method Description Escalation
EscalationDozerConverter. convertDTO(Escalation entity, boolean isDeep)
Escalation
EscalationDozerConverter. convertToDTO(EscalationEntity entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type Escalation Modifier and Type Method Description List<Escalation>
EscalationDozerConverter. convertToDTOList(List<EscalationEntity> list, boolean isDeep)
Set<Escalation>
EscalationDozerConverter. convertToDTOSet(Set<EscalationEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type Escalation Modifier and Type Method Description Escalation
EscalationDozerConverter. convertDTO(Escalation entity, boolean isDeep)
EscalationEntity
EscalationDozerConverter. convertToEntity(Escalation entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type Escalation Modifier and Type Method Description List<EscalationEntity>
EscalationDozerConverter. convertToEntityList(List<Escalation> list, boolean isDeep)
Set<EscalationEntity>
EscalationDozerConverter. convertToEntitySet(Set<Escalation> set, boolean isDeep)
-
Uses of Escalation in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type Escalation Modifier and Type Method Description Set<Escalation>
ApproverAssocationService. findEscalationListByAssociationId(String associationId)
-
Uses of Escalation in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type Escalation Modifier and Type Method Description Set<Escalation>
ApproverAssocationServiceImpl. findEscalationListByAssociationId(String associationId)
-