Uses of Class
com.echothree.model.data.customer.server.entity.Customer
Packages that use Customer
Package
Description
-
Uses of Customer in com.echothree.control.user.customer.server.command
Methods in com.echothree.control.user.customer.server.command that return CustomerMethods in com.echothree.control.user.customer.server.command that return types with arguments of type CustomerModifier and TypeMethodDescriptionprotected Collection<Customer>
GetCustomersCommand.getEntities()
Methods in com.echothree.control.user.customer.server.command with parameters of type CustomerMethod parameters in com.echothree.control.user.customer.server.command with type arguments of type CustomerModifier and TypeMethodDescriptionprotected BaseResult
GetCustomersCommand.getResult
(Collection<Customer> entities) -
Uses of Customer in com.echothree.model.control.customer.server.control
Methods in com.echothree.model.control.customer.server.control that return CustomerModifier and TypeMethodDescriptionCustomerControl.createCustomer
(Party party, CustomerType customerType, OfferUse initialOfferUse, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount arGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, BasePK createdBy) CustomerControl.getCustomer
(Party party) CustomerControl.getCustomer
(Party party, EntityPermission entityPermission) CustomerControl.getCustomerByName
(String customerName) CustomerControl.getCustomerByNameForUpdate
(String customerName) CustomerControl.getCustomerForUpdate
(Party party) Methods in com.echothree.model.control.customer.server.control that return types with arguments of type CustomerModifier and TypeMethodDescriptionCustomerControl.getCustomers()
CustomerControl.getCustomersForUpdate()
Methods in com.echothree.model.control.customer.server.control with parameters of type CustomerModifier and TypeMethodDescriptionCustomerControl.getCustomerTransfer
(UserVisit userVisit, Customer customer) CustomerControl.getCustomerValue
(Customer customer) Method parameters in com.echothree.model.control.customer.server.control with type arguments of type CustomerModifier and TypeMethodDescriptionCustomerControl.getCustomerTransfers
(UserVisit userVisit, Collection<Customer> customers) -
Uses of Customer in com.echothree.model.control.customer.server.graphql
Methods in com.echothree.model.control.customer.server.graphql that return CustomerConstructors in com.echothree.model.control.customer.server.graphql with parameters of type Customer -
Uses of Customer in com.echothree.model.control.customer.server.logic
Methods in com.echothree.model.control.customer.server.logic that return CustomerModifier and TypeMethodDescriptionCustomerLogic.getCustomerByName
(ExecutionErrorAccumulator eea, String customerName, String partyName, UniversalEntitySpec universalEntitySpec) -
Uses of Customer in com.echothree.model.control.customer.server.transfer
Methods in com.echothree.model.control.customer.server.transfer with parameters of type Customer -
Uses of Customer in com.echothree.model.control.sales.server.logic
Methods in com.echothree.model.control.sales.server.logic with parameters of type CustomerModifier and TypeMethodDescriptionSalesOrderLogic.getCancellationPolicy
(ExecutionErrorAccumulator eea, CustomerType customerType, Customer billToCustomer) SalesOrderLogic.getCustomerType
(ExecutionErrorAccumulator eea, Offer offer, Customer customer) SalesOrderLogic.getReturnPolicy
(ExecutionErrorAccumulator eea, CustomerType customerType, Customer billToCustomer) void
SalesOrderLogic.validateSalesOrderReference
(ExecutionErrorAccumulator eea, String reference, CustomerType customerType, Customer billToCustomer) -
Uses of Customer in com.echothree.model.data.customer.server.factory
Methods in com.echothree.model.data.customer.server.factory that return CustomerModifier and TypeMethodDescriptionCustomerFactory.create
(PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) CustomerFactory.create
(Party party, String customerName, CustomerType customerType, OfferUse initialOfferUse, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount arGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) CustomerFactory.create
(Session session, PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) CustomerFactory.create
(Session session, Party party, String customerName, CustomerType customerType, OfferUse initialOfferUse, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount arGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) CustomerFactory.getEntityFromCache
(Session session, CustomerPK pk) CustomerFactory.getEntityFromPK
(EntityPermission entityPermission, CustomerPK pk) CustomerFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CustomerPK pk) CustomerFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) CustomerFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) CustomerFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CustomerFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CustomerFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CustomerFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CustomerFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CustomerFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) CustomerFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) CustomerFactory.getEntityFromValue
(EntityPermission entityPermission, CustomerValue value) CustomerFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CustomerValue value) Methods in com.echothree.model.data.customer.server.factory that return types with arguments of type CustomerModifier and TypeMethodDescriptionCustomerFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CustomerPK> pks) CustomerFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CustomerPK> pks) CustomerFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) CustomerFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) CustomerFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CustomerFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CustomerFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CustomerFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CustomerFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CustomerFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) CustomerFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.customer.server.factory with parameters of type CustomerModifier and TypeMethodDescriptionvoid
void
Method parameters in com.echothree.model.data.customer.server.factory with type arguments of type CustomerModifier and TypeMethodDescriptionvoid
CustomerFactory.store
(Session session, Collection<Customer> entities) void
CustomerFactory.store
(Collection<Customer> entities)