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 TypeMethodDescriptionServerControl.getServiceDescriptionValue(ServiceDescription serviceDescription) ServerControl.getServiceDescriptionValueForUpdate(Service service, Language language) Methods in com.echothree.model.control.core.server.control with parameters of type ServiceDescriptionValueModifier and TypeMethodDescriptionvoidServerControl.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 TypeMethodDescriptionvoidServiceDescription.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 TypeMethodDescriptionvoidServiceDescriptionFactory.create(Session session, Collection<ServiceDescriptionValue> _values) voidServiceDescriptionFactory.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