Uses of Class
com.echothree.model.data.core.server.value.ServiceValue
Packages that use ServiceValue
Package
Description
-
Uses of ServiceValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServiceValueMethods in com.echothree.model.data.core.server.entity with parameters of type ServiceValueConstructors in com.echothree.model.data.core.server.entity with parameters of type ServiceValueModifierConstructorDescriptionService
(ServiceValue value, EntityPermission entityPermission) Creates a new instance of Service -
Uses of ServiceValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServiceValueModifier and TypeMethodDescriptionServiceFactory.getValueFromPK
(Session session, ServicePK pk) ServiceFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServiceValueModifier and TypeMethodDescriptionServiceFactory.getValuesFromPKs
(Session session, Collection<ServicePK> pks) ServiceFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServiceValueModifier and TypeMethodDescriptionServiceFactory.getEntityFromValue
(EntityPermission entityPermission, ServiceValue value) ServiceFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ServiceValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServiceValueModifier and TypeMethodDescriptionvoid
ServiceFactory.create
(Session session, Collection<ServiceValue> _values) void
ServiceFactory.create
(Collection<ServiceValue> _values) -
Uses of ServiceValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ServiceValue