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 TypeMethodDescriptionvoidCustomerControl.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(CustomerPK pk) CustomerFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.customer.server.factory that return types with arguments of type CustomerValueModifier and TypeMethodDescriptionCustomerFactory.getValuesFromPKs(Collection<CustomerPK> pks) CustomerFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.customer.server.factory with parameters of type CustomerValueModifier and TypeMethodDescriptionCustomerFactory.getEntityFromValue(EntityPermission entityPermission, CustomerValue value) Method parameters in com.echothree.model.data.customer.server.factory with type arguments of type CustomerValue -
Uses of CustomerValue in com.echothree.model.data.customer.server.value
Methods in com.echothree.model.data.customer.server.value that return CustomerValue