Uses of Class
com.echothree.model.control.customer.common.transfer.CustomerTransfer
Packages that use CustomerTransfer
Package
Description
-
Uses of CustomerTransfer in com.echothree.control.user.customer.common.result
Methods in com.echothree.control.user.customer.common.result that return CustomerTransferModifier and TypeMethodDescriptionEditCustomerResult.getCustomer()
GetCustomerResult.getCustomer()
Methods in com.echothree.control.user.customer.common.result that return types with arguments of type CustomerTransferMethods in com.echothree.control.user.customer.common.result with parameters of type CustomerTransferModifier and TypeMethodDescriptionvoid
EditCustomerResult.setCustomer
(CustomerTransfer customer) void
GetCustomerResult.setCustomer
(CustomerTransfer customer) Method parameters in com.echothree.control.user.customer.common.result with type arguments of type CustomerTransferModifier and TypeMethodDescriptionvoid
GetCustomersResult.setCustomers
(List<CustomerTransfer> customers) -
Uses of CustomerTransfer in com.echothree.model.control.customer.common.transfer
Methods in com.echothree.model.control.customer.common.transfer that return CustomerTransferMethods in com.echothree.model.control.customer.common.transfer with parameters of type CustomerTransferModifier and TypeMethodDescriptionvoid
CustomerResultTransfer.setCustomer
(CustomerTransfer customer) Sets the customer.Constructors in com.echothree.model.control.customer.common.transfer with parameters of type CustomerTransferModifierConstructorDescriptionCustomerResultTransfer
(String partyName, CustomerTransfer customer) Creates a new instance of CustomerResultTransfer -
Uses of CustomerTransfer in com.echothree.model.control.customer.server.control
Methods in com.echothree.model.control.customer.server.control that return CustomerTransferModifier and TypeMethodDescriptionCustomerControl.getCustomerTransfer
(UserVisit userVisit, Customer customer) CustomerControl.getCustomerTransfer
(UserVisit userVisit, Party party) Methods in com.echothree.model.control.customer.server.control that return types with arguments of type CustomerTransferModifier and TypeMethodDescriptionCustomerControl.getCustomerTransfers
(UserVisit userVisit) CustomerControl.getCustomerTransfers
(UserVisit userVisit, Collection<Customer> customers) -
Uses of CustomerTransfer in com.echothree.model.control.customer.server.transfer
Methods in com.echothree.model.control.customer.server.transfer that return CustomerTransferModifier and TypeMethodDescriptionCustomerTransferCache.getTransfer
(Customer customer) CustomerTransferCache.getTransfer
(Party party)