Uses of Interface
org.apache.syncope.core.persistence.api.entity.NetworkServiceEntity
-
-
Uses of NetworkServiceEntity in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type NetworkServiceEntity Modifier and Type Method Description protected NetworkServiceNetworkServiceLogic. toNetworkService(NetworkService.Type serviceType, NetworkServiceEntity service) -
Uses of NetworkServiceEntity in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return NetworkServiceEntity Modifier and Type Method Description NetworkServiceEntityNetworkServiceDAO. save(NetworkServiceEntity service)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type NetworkServiceEntity Modifier and Type Method Description List<NetworkServiceEntity>NetworkServiceDAO. findAll(NetworkService.Type serviceType)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type NetworkServiceEntity Modifier and Type Method Description voidNetworkServiceDAO. delete(NetworkServiceEntity service)NetworkServiceEntityNetworkServiceDAO. save(NetworkServiceEntity service) -
Uses of NetworkServiceEntity in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return NetworkServiceEntity Modifier and Type Method Description NetworkServiceEntitySelfKeymasterEntityFactory. newNetworkService() -
Uses of NetworkServiceEntity in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return NetworkServiceEntity Modifier and Type Method Description NetworkServiceEntityJPANetworkServiceDAO. save(NetworkServiceEntity service)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type NetworkServiceEntity Modifier and Type Method Description List<NetworkServiceEntity>JPANetworkServiceDAO. findAll(NetworkService.Type serviceType)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type NetworkServiceEntity Modifier and Type Method Description voidJPANetworkServiceDAO. delete(NetworkServiceEntity service)NetworkServiceEntityJPANetworkServiceDAO. save(NetworkServiceEntity service) -
Uses of NetworkServiceEntity in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement NetworkServiceEntity Modifier and Type Class Description classJPANetworkServiceMethods in org.apache.syncope.core.persistence.jpa.entity that return NetworkServiceEntity Modifier and Type Method Description NetworkServiceEntityJPASelfKeymasterEntityFactory. newNetworkService()
-