Uses of Interface
org.apache.syncope.core.persistence.api.entity.SRARoute
-
-
Uses of SRARoute in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return SRARoute Modifier and Type Method Description SRARouteSRARouteDAO. find(String key)SRARouteSRARouteDAO. save(SRARoute route)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type SRARoute Modifier and Type Method Description List<SRARoute>SRARouteDAO. findAll()Methods in org.apache.syncope.core.persistence.api.dao with parameters of type SRARoute Modifier and Type Method Description voidSRARouteDAO. delete(SRARoute route)SRARouteSRARouteDAO. save(SRARoute route) -
Uses of SRARoute in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return SRARoute Modifier and Type Method Description SRARouteJPASRARouteDAO. find(String key)SRARouteJPASRARouteDAO. save(SRARoute report)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type SRARoute Modifier and Type Method Description List<SRARoute>JPASRARouteDAO. findAll()Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type SRARoute Modifier and Type Method Description voidJPASRARouteDAO. delete(SRARoute report)SRARouteJPASRARouteDAO. save(SRARoute report) -
Uses of SRARoute in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement SRARoute Modifier and Type Class Description classJPASRARoute -
Uses of SRARoute in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type SRARoute Modifier and Type Method Description booleanSRARouteValidator. isValid(SRARoute route, javax.validation.ConstraintValidatorContext context) -
Uses of SRARoute in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type SRARoute Modifier and Type Method Description voidSRARouteDataBinder. getSRARoute(SRARoute route, SRARouteTO routeTO)SRARouteTOSRARouteDataBinder. getSRARouteTO(SRARoute route) -
Uses of SRARoute in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SRARoute Modifier and Type Method Description voidSRARouteDataBinderImpl. getSRARoute(SRARoute route, SRARouteTO routeTO)SRARouteTOSRARouteDataBinderImpl. getSRARouteTO(SRARoute route)
-