Uses of Interface
org.apache.syncope.core.persistence.api.entity.FIQLQuery
-
-
Uses of FIQLQuery in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return FIQLQuery Modifier and Type Method Description FIQLQueryFIQLQueryDAO. find(String key)FIQLQueryFIQLQueryDAO. save(FIQLQuery fiqlQuery)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type FIQLQuery Modifier and Type Method Description List<FIQLQuery>FIQLQueryDAO. findAll()List<FIQLQuery>FIQLQueryDAO. findByOwner(User user, String target)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type FIQLQuery Modifier and Type Method Description voidFIQLQueryDAO. delete(FIQLQuery fiqlQuery)FIQLQueryFIQLQueryDAO. save(FIQLQuery fiqlQuery) -
Uses of FIQLQuery in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return FIQLQuery Modifier and Type Method Description FIQLQueryJPAFIQLQueryDAO. find(String key)FIQLQueryJPAFIQLQueryDAO. save(FIQLQuery fiqlQuery)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type FIQLQuery Modifier and Type Method Description List<FIQLQuery>JPAFIQLQueryDAO. findAll()List<FIQLQuery>JPAFIQLQueryDAO. findByOwner(User user, String target)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type FIQLQuery Modifier and Type Method Description voidJPAFIQLQueryDAO. delete(FIQLQuery fiqlQuery)FIQLQueryJPAFIQLQueryDAO. save(FIQLQuery fiqlQuery) -
Uses of FIQLQuery in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement FIQLQuery Modifier and Type Class Description classJPAFIQLQuery -
Uses of FIQLQuery in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return FIQLQuery Modifier and Type Method Description FIQLQueryFIQLQueryDataBinder. create(FIQLQueryTO fiqlQueryTO)FIQLQueryFIQLQueryDataBinder. update(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type FIQLQuery Modifier and Type Method Description FIQLQueryTOFIQLQueryDataBinder. getFIQLQueryTO(FIQLQuery fiqlQuery)FIQLQueryFIQLQueryDataBinder. update(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO) -
Uses of FIQLQuery in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return FIQLQuery Modifier and Type Method Description FIQLQueryFIQLQueryDataBinderImpl. create(FIQLQueryTO fiqlQueryTO)FIQLQueryFIQLQueryDataBinderImpl. update(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type FIQLQuery Modifier and Type Method Description FIQLQueryTOFIQLQueryDataBinderImpl. getFIQLQueryTO(FIQLQuery fiqlQuery)FIQLQueryFIQLQueryDataBinderImpl. update(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO)
-