Uses of Class
com.echothree.model.data.core.server.value.ServiceDescriptionValue
Packages that use ServiceDescriptionValue
Package
Description
-
Uses of ServiceDescriptionValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return ServiceDescriptionValueModifier and TypeMethodDescriptionCoreControl.getServiceDescriptionValue
(ServiceDescription serviceDescription) CoreControl.getServiceDescriptionValueForUpdate
(Service service, Language language) Methods in com.echothree.model.control.core.server.control with parameters of type ServiceDescriptionValueModifier and TypeMethodDescriptionvoid
CoreControl.updateServiceDescriptionFromValue
(ServiceDescriptionValue serviceDescriptionValue, BasePK updatedBy) -
Uses of ServiceDescriptionValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServiceDescriptionValueMethods in com.echothree.model.data.core.server.entity with parameters of type ServiceDescriptionValueModifier and TypeMethodDescriptionvoid
ServiceDescription.setServiceDescriptionValue
(ServiceDescriptionValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type ServiceDescriptionValueModifierConstructorDescriptionServiceDescription
(ServiceDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ServiceDescription -
Uses of ServiceDescriptionValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServiceDescriptionValueModifier and TypeMethodDescriptionServiceDescriptionFactory.getValueFromPK
(Session session, ServiceDescriptionPK pk) ServiceDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServiceDescriptionValueModifier and TypeMethodDescriptionServiceDescriptionFactory.getValuesFromPKs
(Session session, Collection<ServiceDescriptionPK> pks) ServiceDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServiceDescriptionValueModifier and TypeMethodDescriptionServiceDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ServiceDescriptionValue value) ServiceDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ServiceDescriptionValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServiceDescriptionValueModifier and TypeMethodDescriptionvoid
ServiceDescriptionFactory.create
(Session session, Collection<ServiceDescriptionValue> _values) void
ServiceDescriptionFactory.create
(Collection<ServiceDescriptionValue> _values) -
Uses of ServiceDescriptionValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ServiceDescriptionValue