Uses of Class
org.openiam.idm.srvc.policy.dto.PolicyDefParam
-
Packages that use PolicyDefParam Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.common -
-
Uses of PolicyDefParam in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return PolicyDefParam Modifier and Type Method Description PolicyDefParam
PolicyDefParamDozerConverter. convertDTO(PolicyDefParam entity, boolean isDeep)
PolicyDefParam
PolicyDefParamDozerConverter. convertToDTO(PolicyDefParamEntity entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type PolicyDefParam Modifier and Type Method Description List<PolicyDefParam>
PolicyDefParamDozerConverter. convertToDTOList(List<PolicyDefParamEntity> list, boolean isDeep)
Set<PolicyDefParam>
PolicyDefParamDozerConverter. convertToDTOSet(Set<PolicyDefParamEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type PolicyDefParam Modifier and Type Method Description PolicyDefParam
PolicyDefParamDozerConverter. convertDTO(PolicyDefParam entity, boolean isDeep)
PolicyDefParamEntity
PolicyDefParamDozerConverter. convertToEntity(PolicyDefParam entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type PolicyDefParam Modifier and Type Method Description List<PolicyDefParamEntity>
PolicyDefParamDozerConverter. convertToEntityList(List<PolicyDefParam> list, boolean isDeep)
Set<PolicyDefParamEntity>
PolicyDefParamDozerConverter. convertToEntitySet(Set<PolicyDefParam> set, boolean isDeep)
-
Uses of PolicyDefParam in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type PolicyDefParam Modifier and Type Method Description List<PolicyDefParam>
PolicyService. findPolicyDefParamByGroup(String policyDefId)
List<PolicyDefParam>
PolicyService. findPolicyDefParamByGroup(String policyDefId, String pswdGroup)
-
Uses of PolicyDefParam in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type PolicyDefParam Modifier and Type Method Description List<PolicyDefParam>
PolicyServiceImpl. findPolicyDefParamByGroup(String policyDefId)
List<PolicyDefParam>
PolicyServiceImpl. findPolicyDefParamByGroup(String policyDefId, String pswdGroup)
-
Uses of PolicyDefParam in org.openiam.srvc.common
Methods in org.openiam.srvc.common that return types with arguments of type PolicyDefParam Modifier and Type Method Description List<PolicyDefParam>
PolicyDataService. getAllPolicyAttributes(String policyDefId, String pswdGroup)
Gets the all policy attributes.List<PolicyDefParam>
PolicyDataServiceImpl. getAllPolicyAttributes(String policyDefId, String pswdGroup)
-