Uses of Class
com.echothree.model.control.party.common.transfer.CompanyTransfer
Packages that use CompanyTransfer
Package
Description
-
Uses of CompanyTransfer in com.echothree.control.user.inventory.common.result
Methods in com.echothree.control.user.inventory.common.result that return CompanyTransferModifier and TypeMethodDescriptionGetPartyInventoryLevelResult.getCompany()
GetPartyInventoryLevelsResult.getCompany()
Methods in com.echothree.control.user.inventory.common.result with parameters of type CompanyTransferModifier and TypeMethodDescriptionvoid
GetPartyInventoryLevelResult.setCompany
(CompanyTransfer company) void
GetPartyInventoryLevelsResult.setCompany
(CompanyTransfer company) -
Uses of CompanyTransfer in com.echothree.control.user.party.common.result
Methods in com.echothree.control.user.party.common.result that return CompanyTransferModifier and TypeMethodDescriptionEditCompanyResult.getCompany()
GetCompanyResult.getCompany()
GetDivisionsResult.getCompany()
Methods in com.echothree.control.user.party.common.result that return types with arguments of type CompanyTransferMethods in com.echothree.control.user.party.common.result with parameters of type CompanyTransferModifier and TypeMethodDescriptionvoid
EditCompanyResult.setCompany
(CompanyTransfer company) void
GetCompanyResult.setCompany
(CompanyTransfer company) void
GetDivisionsResult.setCompany
(CompanyTransfer company) Method parameters in com.echothree.control.user.party.common.result with type arguments of type CompanyTransferModifier and TypeMethodDescriptionvoid
GetCompaniesResult.setCompanies
(List<CompanyTransfer> companies) -
Uses of CompanyTransfer in com.echothree.model.control.employee.common.transfer
Methods in com.echothree.model.control.employee.common.transfer that return CompanyTransferModifier and TypeMethodDescriptionEmploymentTransfer.getCompany()
Returns the company.LeaveTransfer.getCompany()
Returns the company.Methods in com.echothree.model.control.employee.common.transfer with parameters of type CompanyTransferModifier and TypeMethodDescriptionvoid
EmploymentTransfer.setCompany
(CompanyTransfer company) Sets the company.void
LeaveTransfer.setCompany
(CompanyTransfer company) Sets the company.Constructors in com.echothree.model.control.employee.common.transfer with parameters of type CompanyTransferModifierConstructorDescriptionEmploymentTransfer
(String employmentName, PartyTransfer party, CompanyTransfer company, Long unformattedStartTime, String startTime, Long unformattedEndTime, String endTime, TerminationTypeTransfer terminationType, TerminationReasonTransfer terminationReason) Creates a new instance of EmploymentTransferLeaveTransfer
(String leaveName, PartyTransfer party, CompanyTransfer company, LeaveTypeTransfer leaveType, LeaveReasonTransfer leaveReason, Long unformattedStartTime, String startTime, Long unformattedEndTime, String endTime, Long unformattedTotalTime, String totalTime, WorkflowEntityStatusTransfer leaveStatus) Creates a new instance of LeaveTransfer -
Uses of CompanyTransfer in com.echothree.model.control.item.common.transfer
Methods in com.echothree.model.control.item.common.transfer that return CompanyTransferMethods in com.echothree.model.control.item.common.transfer with parameters of type CompanyTransferModifier and TypeMethodDescriptionvoid
ItemTransfer.setCompany
(CompanyTransfer company) Sets the company.Constructors in com.echothree.model.control.item.common.transfer with parameters of type CompanyTransferModifierConstructorDescriptionItemTransfer
(String itemName, ItemTypeTransfer itemType, ItemUseTypeTransfer itemUseType, ItemCategoryTransfer itemCategory, ItemAccountingCategoryTransfer itemAccountingCategory, ItemPurchasingCategoryTransfer itemPurchasingCategory, CompanyTransfer company, ItemDeliveryTypeTransfer itemDeliveryType, ItemInventoryTypeTransfer itemInventoryType, Boolean inventorySerialized, SequenceTransfer serialNumberSequence, Boolean shippingChargeExempt, Long unformattedShippingStartTime, String shippingStartTime, Long unformattedShippingEndTime, String shippingEndTime, Long unformattedSalesOrderStartTime, String salesOrderStartTime, Long unformattedSalesOrderEndTime, String salesOrderEndTime, Long unformattedPurchaseOrderStartTime, String purchaseOrderStartTime, Long unformattedPurchaseOrderEndTime, String purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindTransfer unitOfMeasureKind, ItemPriceTypeTransfer itemPriceType, CancellationPolicyTransfer cancellationPolicy, ReturnPolicyTransfer returnPolicy, String description, WorkflowEntityStatusTransfer itemStatus) Creates a new instance of ItemTransfer -
Uses of CompanyTransfer in com.echothree.model.control.letter.common.transfer
Methods in com.echothree.model.control.letter.common.transfer that return CompanyTransferMethods in com.echothree.model.control.letter.common.transfer with parameters of type CompanyTransferConstructors in com.echothree.model.control.letter.common.transfer with parameters of type CompanyTransferModifierConstructorDescriptionLetterSourceTransfer
(String letterSourceName, CompanyTransfer company, PartyContactMechanismTransfer emailAddressPartyContactMechanism, PartyContactMechanismTransfer postalAddressPartyContactMechanism, PartyContactMechanismTransfer letterSourcePartyContactMechanism, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of LetterSourceTransfer -
Uses of CompanyTransfer in com.echothree.model.control.party.common.transfer
Methods in com.echothree.model.control.party.common.transfer that return CompanyTransferMethods in com.echothree.model.control.party.common.transfer with parameters of type CompanyTransferConstructors in com.echothree.model.control.party.common.transfer with parameters of type CompanyTransferModifierConstructorDescriptionDivisionTransfer
(String partyName, PartyTypeTransfer partyType, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, PersonTransfer person, PartyGroupTransfer partyGroup, CompanyTransfer company, String divisionName, String isDefault, String sortOrder) Creates a new instance of DivisionTransfer -
Uses of CompanyTransfer in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return CompanyTransferModifier and TypeMethodDescriptionPartyControl.getCompanyTransfer
(UserVisit userVisit, Party party) PartyControl.getCompanyTransfer
(UserVisit userVisit, PartyCompany partyCompany) Methods in com.echothree.model.control.party.server.control that return types with arguments of type CompanyTransferModifier and TypeMethodDescriptionPartyControl.getCompanyTransfers
(UserVisit userVisit) PartyControl.getCompanyTransfers
(UserVisit userVisit, Collection<PartyCompany> partyCompanies) -
Uses of CompanyTransfer in com.echothree.model.control.party.server.transfer
Methods in com.echothree.model.control.party.server.transfer that return CompanyTransferModifier and TypeMethodDescriptionCompanyTransferCache.getCompanyTransfer
(Party party) CompanyTransferCache.getCompanyTransfer
(PartyCompany partyCompany)