Uses of Class
com.echothree.model.data.core.server.value.ServiceDetailValue
Packages that use ServiceDetailValue
Package
Description
-
Uses of ServiceDetailValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return ServiceDetailValueModifier and TypeMethodDescriptionCoreControl.getDefaultServiceDetailValueForUpdate()
CoreControl.getServiceDetailValueByNameForUpdate
(String serviceName) CoreControl.getServiceDetailValueForUpdate
(Service service) Methods in com.echothree.model.control.core.server.control with parameters of type ServiceDetailValueModifier and TypeMethodDescriptionvoid
CoreControl.updateServiceFromValue
(ServiceDetailValue serviceDetailValue, BasePK updatedBy) -
Uses of ServiceDetailValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServiceDetailValueMethods in com.echothree.model.data.core.server.entity with parameters of type ServiceDetailValueModifier and TypeMethodDescriptionvoid
ServiceDetail.setServiceDetailValue
(ServiceDetailValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type ServiceDetailValueModifierConstructorDescriptionServiceDetail
(ServiceDetailValue value, EntityPermission entityPermission) Creates a new instance of ServiceDetail -
Uses of ServiceDetailValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServiceDetailValueModifier and TypeMethodDescriptionServiceDetailFactory.getValueFromPK
(Session session, ServiceDetailPK pk) ServiceDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServiceDetailValueModifier and TypeMethodDescriptionServiceDetailFactory.getValuesFromPKs
(Session session, Collection<ServiceDetailPK> pks) ServiceDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServiceDetailValueModifier and TypeMethodDescriptionServiceDetailFactory.getEntityFromValue
(EntityPermission entityPermission, ServiceDetailValue value) ServiceDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ServiceDetailValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServiceDetailValueModifier and TypeMethodDescriptionvoid
ServiceDetailFactory.create
(Session session, Collection<ServiceDetailValue> _values) void
ServiceDetailFactory.create
(Collection<ServiceDetailValue> _values) -
Uses of ServiceDetailValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ServiceDetailValue