Uses of Class
com.echothree.model.data.customer.server.value.CustomerValue
Packages that use CustomerValue
Package
Description
-
Uses of CustomerValue in com.echothree.model.control.customer.server.control
Methods in com.echothree.model.control.customer.server.control that return CustomerValueModifier and TypeMethodDescriptionCustomerControl.getCustomerValue
(Customer customer) CustomerControl.getCustomerValueByNameForUpdate
(String customerName) Methods in com.echothree.model.control.customer.server.control with parameters of type CustomerValueModifier and TypeMethodDescriptionvoid
CustomerControl.updateCustomerFromValue
(CustomerValue customerValue, BasePK updatedBy) -
Uses of CustomerValue in com.echothree.model.data.customer.server.entity
Methods in com.echothree.model.data.customer.server.entity that return CustomerValueMethods in com.echothree.model.data.customer.server.entity with parameters of type CustomerValueConstructors in com.echothree.model.data.customer.server.entity with parameters of type CustomerValueModifierConstructorDescriptionCustomer
(CustomerValue value, EntityPermission entityPermission) Creates a new instance of Customer -
Uses of CustomerValue in com.echothree.model.data.customer.server.factory
Methods in com.echothree.model.data.customer.server.factory that return CustomerValueModifier and TypeMethodDescriptionCustomerFactory.getValueFromPK
(Session session, CustomerPK pk) CustomerFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.customer.server.factory that return types with arguments of type CustomerValueModifier and TypeMethodDescriptionCustomerFactory.getValuesFromPKs
(Session session, Collection<CustomerPK> pks) CustomerFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.customer.server.factory with parameters of type CustomerValueModifier and TypeMethodDescriptionCustomerFactory.getEntityFromValue
(EntityPermission entityPermission, CustomerValue value) CustomerFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CustomerValue value) Method parameters in com.echothree.model.data.customer.server.factory with type arguments of type CustomerValueModifier and TypeMethodDescriptionvoid
CustomerFactory.create
(Session session, Collection<CustomerValue> _values) void
CustomerFactory.create
(Collection<CustomerValue> _values) -
Uses of CustomerValue in com.echothree.model.data.customer.server.value
Methods in com.echothree.model.data.customer.server.value that return CustomerValue