Uses of Interface
org.apache.syncope.core.persistence.api.entity.AnyUtils
-
-
Uses of AnyUtils in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao with parameters of type AnyUtils Modifier and Type Method Description <A extends Any<?>>
voidJPAJSONAnyDAO. checkBeforeSave(String table, AnyUtils anyUtils, A any)voidPlainAttrValueDAO. deleteAll(PlainAttr<?> attr, AnyUtils anyUtils)Deletes and remove all values of the given attribute.<A extends Any<?>>
List<A>JPAJSONAnyDAO. findByDerAttrValue(String table, AnyUtils anyUtils, DerSchema schema, String value, boolean ignoreCaseMatch)<A extends Any<?>>
Optional<A>JPAJSONAnyDAO. findByPlainAttrUniqueValue(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)<A extends Any<?>>
List<A>JPAJSONAnyDAO. findByPlainAttrValue(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch) -
Uses of AnyUtils in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return AnyUtils Modifier and Type Method Description AnyUtilsAnyUtilsFactory. getInstance(AnyTypeKind anyTypeKind)AnyUtilsAnyUtilsFactory. getInstance(Any<?> any)AnyUtilsAnyUtilsFactory. getLinkedAccountInstance()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type AnyUtils Modifier and Type Method Description voidPlainAttr. add(PlainAttrValidationManager validator, String value, AnyUtils anyUtils) -
Uses of AnyUtils in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return AnyUtils Modifier and Type Method Description protected AnyUtilsAbstractAnyDAO. anyUtils()protected abstract AnyUtilsAbstractAnyDAO. init()protected AnyUtilsJPAAnyObjectDAO. init()protected AnyUtilsJPAGroupDAO. init()protected AnyUtilsJPAUserDAO. init()Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type AnyUtils Modifier and Type Method Description protected StringMaJPAJSONAnyDAO. attrValueMatch(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)protected StringMyJPAJSONAnyDAO. attrValueMatch(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)protected StringOJPAJSONAnyDAO. attrValueMatch(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)protected StringPGJPAJSONAnyDAO. attrValueMatch(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)voidJPAJSONPlainAttrValueDAO. deleteAll(PlainAttr<?> attr, AnyUtils anyUtils)voidJPAPlainAttrValueDAO. deleteAll(PlainAttr<?> attr, AnyUtils anyUtils)protected StringMaJPAJSONAnyDAO. plainAttrQuery(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch, List<Object> queryParams) -
Uses of AnyUtils in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement AnyUtils Modifier and Type Class Description classJPAAnyUtilsFields in org.apache.syncope.core.persistence.jpa.entity declared as AnyUtils Modifier and Type Field Description protected AnyUtilsJPAAnyUtilsFactory. linkedAccountInstanceFields in org.apache.syncope.core.persistence.jpa.entity with type parameters of type AnyUtils Modifier and Type Field Description protected Map<AnyTypeKind,AnyUtils>JPAAnyUtilsFactory. instancesMethods in org.apache.syncope.core.persistence.jpa.entity that return AnyUtils Modifier and Type Method Description AnyUtilsJPAAnyUtilsFactory. getInstance(AnyTypeKind anyTypeKind)AnyUtilsJPAAnyUtilsFactory. getInstance(Any<?> any)AnyUtilsJPAAnyUtilsFactory. getLinkedAccountInstance()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type AnyUtils Modifier and Type Method Description voidAbstractPlainAttr. add(PlainAttrValidationManager validator, String value, AnyUtils anyUtils) -
Uses of AnyUtils in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AnyUtils Modifier and Type Method Description protected voidUserDataBinderImpl. linkedAccount(User user, LinkedAccountTO accountTO, AnyUtils anyUtils, SyncopeClientException invalidValues) -
Uses of AnyUtils in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull that return AnyUtils Modifier and Type Method Description protected abstract AnyUtilsAbstractSyncopeResultHandler. getAnyUtils()protected AnyUtilsDefaultAnyObjectPullResultHandler. getAnyUtils()protected AnyUtilsDefaultAnyObjectPushResultHandler. getAnyUtils()protected AnyUtilsDefaultGroupPullResultHandler. getAnyUtils()protected AnyUtilsDefaultGroupPushResultHandler. getAnyUtils()protected AnyUtilsDefaultUserPullResultHandler. getAnyUtils()protected AnyUtilsDefaultUserPushResultHandler. getAnyUtils()
-