Uses of Class
org.openiam.am.srvc.dto.AuthenticationRuleStepToStepXref
-
Packages that use AuthenticationRuleStepToStepXref Package Description org.openiam.am.srvc.dto org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.esb.core.dozer.converter org.openiam.srvc.am -
-
Uses of AuthenticationRuleStepToStepXref in org.openiam.am.srvc.dto
Methods in org.openiam.am.srvc.dto with parameters of type AuthenticationRuleStepToStepXref Modifier and Type Method Description voidAuthenticationRuleStepsFlowchart. addLink(AuthenticationRuleStepToStepXref link) -
Uses of AuthenticationRuleStepToStepXref in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return types with arguments of type AuthenticationRuleStepToStepXref Modifier and Type Method Description List<AuthenticationRuleStepToStepXref>AuthenticationRuleService. getStepLinksByRuleId(String ruleIdId)Methods in org.openiam.esb.am.service with parameters of type AuthenticationRuleStepToStepXref Modifier and Type Method Description StringAuthenticationRuleService. saveStepsLink(AuthenticationRuleStepToStepXref request) -
Uses of AuthenticationRuleStepToStepXref in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return types with arguments of type AuthenticationRuleStepToStepXref Modifier and Type Method Description List<AuthenticationRuleStepToStepXref>AuthenticationRuleServiceImpl. getStepLinksByRuleId(String ruleId)Methods in org.openiam.esb.am.service.impl with parameters of type AuthenticationRuleStepToStepXref Modifier and Type Method Description StringAuthenticationRuleServiceImpl. saveStepsLink(AuthenticationRuleStepToStepXref request) -
Uses of AuthenticationRuleStepToStepXref in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AuthenticationRuleStepToStepXref Modifier and Type Method Description AuthenticationRuleStepToStepXrefAuthRuleStepToStepXrefDozerConverter. convertDTO(AuthenticationRuleStepToStepXref entity, boolean isDeep)AuthenticationRuleStepToStepXrefAuthRuleStepToStepXrefDozerConverter. convertToDTO(AuthenticationRuleStepToStepXrefEntity entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AuthenticationRuleStepToStepXref Modifier and Type Method Description List<AuthenticationRuleStepToStepXref>AuthRuleStepToStepXrefDozerConverter. convertToDTOList(List<AuthenticationRuleStepToStepXrefEntity> list, boolean isDeep)Set<AuthenticationRuleStepToStepXref>AuthRuleStepToStepXrefDozerConverter. convertToDTOSet(Set<AuthenticationRuleStepToStepXrefEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type AuthenticationRuleStepToStepXref Modifier and Type Method Description AuthenticationRuleStepToStepXrefAuthRuleStepToStepXrefDozerConverter. convertDTO(AuthenticationRuleStepToStepXref entity, boolean isDeep)AuthenticationRuleStepToStepXrefEntityAuthRuleStepToStepXrefDozerConverter. convertToEntity(AuthenticationRuleStepToStepXref entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AuthenticationRuleStepToStepXref Modifier and Type Method Description List<AuthenticationRuleStepToStepXrefEntity>AuthRuleStepToStepXrefDozerConverter. convertToEntityList(List<AuthenticationRuleStepToStepXref> list, boolean isDeep)Set<AuthenticationRuleStepToStepXrefEntity>AuthRuleStepToStepXrefDozerConverter. convertToEntitySet(Set<AuthenticationRuleStepToStepXref> set, boolean isDeep) -
Uses of AuthenticationRuleStepToStepXref in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return types with arguments of type AuthenticationRuleStepToStepXref Modifier and Type Method Description List<AuthenticationRuleStepToStepXref>AuthenticationRuleWebService. getStepLinksByRuleId(String ruleId)get AuthenticationRuleStepToStepLinks by rule idList<AuthenticationRuleStepToStepXref>AuthenticationRuleWebServiceImpl. getStepLinksByRuleId(String ruleId)Methods in org.openiam.srvc.am with parameters of type AuthenticationRuleStepToStepXref Modifier and Type Method Description ResponseAuthenticationRuleWebService. saveStepsLink(AuthenticationRuleStepToStepXref authenticationRuleStepToStepXref)save AuthenticationRuleStepsLink objectResponseAuthenticationRuleWebServiceImpl. saveStepsLink(AuthenticationRuleStepToStepXref authenticationRuleStepToStepXref)
-