Uses of Class
com.echothree.model.data.customer.server.value.CustomerTypeDetailValue
Packages that use CustomerTypeDetailValue
Package
Description
-
Uses of CustomerTypeDetailValue in com.echothree.model.control.customer.server.control
Methods in com.echothree.model.control.customer.server.control that return CustomerTypeDetailValueModifier and TypeMethodDescriptionCustomerControl.getCustomerTypeDetailValueByNameForUpdate
(String customerTypeName) CustomerControl.getCustomerTypeDetailValueForUpdate
(CustomerType customerType) CustomerControl.getDefaultCustomerTypeDetailValueForUpdate()
Methods in com.echothree.model.control.customer.server.control with parameters of type CustomerTypeDetailValueModifier and TypeMethodDescriptionvoid
CustomerControl.updateCustomerTypeFromValue
(CustomerTypeDetailValue customerTypeDetailValue, BasePK updatedBy) -
Uses of CustomerTypeDetailValue in com.echothree.model.control.customer.server.logic
Methods in com.echothree.model.control.customer.server.logic with parameters of type CustomerTypeDetailValueModifier and TypeMethodDescriptionvoid
CustomerTypeLogic.updateCustomerTypeFromValue
(ExecutionErrorAccumulator eea, CustomerTypeDetailValue customerTypeDetailValue, BasePK updatedBy) -
Uses of CustomerTypeDetailValue in com.echothree.model.data.customer.server.entity
Methods in com.echothree.model.data.customer.server.entity that return CustomerTypeDetailValueMethods in com.echothree.model.data.customer.server.entity with parameters of type CustomerTypeDetailValueModifier and TypeMethodDescriptionvoid
CustomerTypeDetail.setCustomerTypeDetailValue
(CustomerTypeDetailValue value) Constructors in com.echothree.model.data.customer.server.entity with parameters of type CustomerTypeDetailValueModifierConstructorDescriptionCustomerTypeDetail
(CustomerTypeDetailValue value, EntityPermission entityPermission) Creates a new instance of CustomerTypeDetail -
Uses of CustomerTypeDetailValue in com.echothree.model.data.customer.server.factory
Methods in com.echothree.model.data.customer.server.factory that return CustomerTypeDetailValueModifier and TypeMethodDescriptionCustomerTypeDetailFactory.getValueFromPK
(Session session, CustomerTypeDetailPK pk) CustomerTypeDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.customer.server.factory that return types with arguments of type CustomerTypeDetailValueModifier and TypeMethodDescriptionCustomerTypeDetailFactory.getValuesFromPKs
(Session session, Collection<CustomerTypeDetailPK> pks) CustomerTypeDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.customer.server.factory with parameters of type CustomerTypeDetailValueModifier and TypeMethodDescriptionCustomerTypeDetailFactory.getEntityFromValue
(EntityPermission entityPermission, CustomerTypeDetailValue value) CustomerTypeDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CustomerTypeDetailValue value) Method parameters in com.echothree.model.data.customer.server.factory with type arguments of type CustomerTypeDetailValueModifier and TypeMethodDescriptionvoid
CustomerTypeDetailFactory.create
(Session session, Collection<CustomerTypeDetailValue> _values) void
CustomerTypeDetailFactory.create
(Collection<CustomerTypeDetailValue> _values) -
Uses of CustomerTypeDetailValue in com.echothree.model.data.customer.server.value
Methods in com.echothree.model.data.customer.server.value that return CustomerTypeDetailValue