Uses of Class
com.echothree.model.control.party.common.transfer.ProfileTransfer
Packages that use ProfileTransfer
Package
Description
-
Uses of ProfileTransfer in com.echothree.model.control.customer.common.transfer
Constructors in com.echothree.model.control.customer.common.transfer with parameters of type ProfileTransferModifierConstructorDescriptionCustomerTransfer
(String partyName, PartyTypeTransfer partyType, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, PersonTransfer person, PartyGroupTransfer partyGroup, ProfileTransfer profileTransfer, String customerName, CustomerTypeTransfer customerType, OfferUseTransfer initialOfferUse, CancellationPolicyTransfer cancellationPolicy, ReturnPolicyTransfer returnPolicy, GlAccountTransfer arGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, WorkflowEntityStatusTransfer customerStatus, WorkflowEntityStatusTransfer customerCreditStatus) Creates a new instance of CustomerTransfer -
Uses of ProfileTransfer in com.echothree.model.control.employee.common.transfer
Constructors in com.echothree.model.control.employee.common.transfer with parameters of type ProfileTransferModifierConstructorDescriptionEmployeeTransfer
(String partyName, PartyTypeTransfer partyType, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, PersonTransfer person, ProfileTransfer profileTransfer, String employeeName, EmployeeTypeTransfer employeeType, WorkflowEntityStatusTransfer employeeStatus, WorkflowEntityStatusTransfer employeeAvailability) Creates a new instance of EmployeeTransfer -
Uses of ProfileTransfer in com.echothree.model.control.party.common.transfer
Methods in com.echothree.model.control.party.common.transfer that return ProfileTransferMethods in com.echothree.model.control.party.common.transfer with parameters of type ProfileTransferModifier and TypeMethodDescriptionvoid
PartyTransfer.setProfile
(ProfileTransfer profile) Sets the profile.Constructors in com.echothree.model.control.party.common.transfer with parameters of type ProfileTransferModifierConstructorDescriptionPartyTransfer
(String partyName, PartyTypeTransfer partyType, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, PersonTransfer person, PartyGroupTransfer partyGroup, ProfileTransfer profile) Creates a new instance of PartyTransfer -
Uses of ProfileTransfer in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return ProfileTransferModifier and TypeMethodDescriptionPartyControl.getProfileTransfer
(UserVisit userVisit, Profile profile) -
Uses of ProfileTransfer in com.echothree.model.control.party.server.transfer
Methods in com.echothree.model.control.party.server.transfer that return ProfileTransfer