Uses of Interface
org.apache.syncope.core.persistence.api.entity.am.AttrRepo
-
-
Uses of AttrRepo in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return AttrRepo Modifier and Type Method Description AttrRepoAttrRepoDAO. find(String key)AttrRepoAttrRepoDAO. save(AttrRepo attrRepo)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type AttrRepo Modifier and Type Method Description List<AttrRepo>AttrRepoDAO. findAll()Methods in org.apache.syncope.core.persistence.api.dao with parameters of type AttrRepo Modifier and Type Method Description voidAttrRepoDAO. delete(AttrRepo attrRepo)AttrRepoAttrRepoDAO. save(AttrRepo attrRepo) -
Uses of AttrRepo in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return AttrRepo Modifier and Type Method Description AttrRepoJPAAttrRepoDAO. find(String key)AttrRepoJPAAttrRepoDAO. save(AttrRepo attrRepo)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type AttrRepo Modifier and Type Method Description List<AttrRepo>JPAAttrRepoDAO. findAll()Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type AttrRepo Modifier and Type Method Description voidJPAAttrRepoDAO. delete(AttrRepo attrRepo)AttrRepoJPAAttrRepoDAO. save(AttrRepo attrRepo) -
Uses of AttrRepo in org.apache.syncope.core.persistence.jpa.entity.am
Classes in org.apache.syncope.core.persistence.jpa.entity.am that implement AttrRepo Modifier and Type Class Description classJPAAttrRepo -
Uses of AttrRepo in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AttrRepo Modifier and Type Method Description AttrRepoAttrRepoDataBinder. create(AttrRepoTO attrRepoTO)AttrRepoAttrRepoDataBinder. update(AttrRepo attrRepo, AttrRepoTO attrRepoTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AttrRepo Modifier and Type Method Description AttrRepoTOAttrRepoDataBinder. getAttrRepoTO(AttrRepo attrRepo)AttrRepoAttrRepoDataBinder. update(AttrRepo attrRepo, AttrRepoTO attrRepoTO) -
Uses of AttrRepo in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AttrRepo Modifier and Type Method Description AttrRepoAttrRepoDataBinderImpl. create(AttrRepoTO attrRepoTO)AttrRepoAttrRepoDataBinderImpl. update(AttrRepo attrRepo, AttrRepoTO attrRepoTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AttrRepo Modifier and Type Method Description AttrRepoTOAttrRepoDataBinderImpl. getAttrRepoTO(AttrRepo attrRepo)protected voidAttrRepoDataBinderImpl. populateItems(AttrRepoTO attrRepoTO, AttrRepo attrRepo)protected voidAttrRepoDataBinderImpl. populateItems(AttrRepo attrRepo, AttrRepoTO attrRepoTO)AttrRepoAttrRepoDataBinderImpl. update(AttrRepo attrRepo, AttrRepoTO attrRepoTO)
-