Uses of Class
com.echothree.model.control.selector.common.transfer.SelectorTransfer
Packages that use SelectorTransfer
Package
Description
-
Uses of SelectorTransfer in com.echothree.control.user.selector.common.result
Methods in com.echothree.control.user.selector.common.result that return SelectorTransferModifier and TypeMethodDescriptionEditSelectorResult.getSelector()
GetSelectorDescriptionsResult.getSelector()
GetSelectorNodeDescriptionsResult.getSelector()
GetSelectorNodeResult.getSelector()
GetSelectorNodesResult.getSelector()
GetSelectorPartiesResult.getSelector()
GetSelectorResult.getSelector()
Methods in com.echothree.control.user.selector.common.result that return types with arguments of type SelectorTransferMethods in com.echothree.control.user.selector.common.result with parameters of type SelectorTransferModifier and TypeMethodDescriptionvoid
EditSelectorResult.setSelector
(SelectorTransfer selector) void
GetSelectorDescriptionsResult.setSelector
(SelectorTransfer selector) void
GetSelectorNodeDescriptionsResult.setSelector
(SelectorTransfer selector) void
GetSelectorNodeResult.setSelector
(SelectorTransfer selector) void
GetSelectorNodesResult.setSelector
(SelectorTransfer selector) void
GetSelectorPartiesResult.setSelector
(SelectorTransfer selector) void
GetSelectorResult.setSelector
(SelectorTransfer selector) Method parameters in com.echothree.control.user.selector.common.result with type arguments of type SelectorTransferModifier and TypeMethodDescriptionvoid
GetSelectorsResult.setSelectors
(List<SelectorTransfer> selectors) -
Uses of SelectorTransfer in com.echothree.model.control.carrier.common.transfer
Methods in com.echothree.model.control.carrier.common.transfer that return SelectorTransferModifier and TypeMethodDescriptionCarrierServiceTransfer.getGeoCodeSelector()
Returns the geoCodeSelector.CarrierTransfer.getGeoCodeSelector()
Returns the geoCodeSelector.CarrierServiceTransfer.getItemSelector()
Returns the itemSelector.CarrierTransfer.getItemSelector()
Returns the itemSelector.CarrierOptionTransfer.getRecommendedGeoCodeSelector()
Returns the recommendedGeoCodeSelector.CarrierOptionTransfer.getRecommendedItemSelector()
Returns the recommendedItemSelector.CarrierOptionTransfer.getRecommendedOrderSelector()
Returns the recommendedOrderSelector.CarrierOptionTransfer.getRecommendedShipmentSelector()
Returns the recommendedShipmentSelector.CarrierOptionTransfer.getRequiredGeoCodeSelector()
Returns the requiredGeoCodeSelector.CarrierOptionTransfer.getRequiredItemSelector()
Returns the requiredItemSelector.CarrierOptionTransfer.getRequiredOrderSelector()
Returns the requiredOrderSelector.CarrierOptionTransfer.getRequiredShipmentSelector()
Returns the requiredShipmentSelector.Methods in com.echothree.model.control.carrier.common.transfer with parameters of type SelectorTransferModifier and TypeMethodDescriptionvoid
CarrierServiceTransfer.setGeoCodeSelector
(SelectorTransfer geoCodeSelector) Sets the geoCodeSelector.void
CarrierTransfer.setGeoCodeSelector
(SelectorTransfer geoCodeSelector) Sets the geoCodeSelector.void
CarrierServiceTransfer.setItemSelector
(SelectorTransfer itemSelector) Sets the itemSelector.void
CarrierTransfer.setItemSelector
(SelectorTransfer itemSelector) Sets the itemSelector.void
CarrierOptionTransfer.setRecommendedGeoCodeSelector
(SelectorTransfer recommendedGeoCodeSelector) Sets the recommendedGeoCodeSelector.void
CarrierOptionTransfer.setRecommendedItemSelector
(SelectorTransfer recommendedItemSelector) Sets the recommendedItemSelector.void
CarrierOptionTransfer.setRecommendedOrderSelector
(SelectorTransfer recommendedOrderSelector) Sets the recommendedOrderSelector.void
CarrierOptionTransfer.setRecommendedShipmentSelector
(SelectorTransfer recommendedShipmentSelector) Sets the recommendedShipmentSelector.void
CarrierOptionTransfer.setRequiredGeoCodeSelector
(SelectorTransfer requiredGeoCodeSelector) Sets the requiredGeoCodeSelector.void
CarrierOptionTransfer.setRequiredItemSelector
(SelectorTransfer requiredItemSelector) Sets the requiredItemSelector.void
CarrierOptionTransfer.setRequiredOrderSelector
(SelectorTransfer requiredOrderSelector) Sets the requiredOrderSelector.void
CarrierOptionTransfer.setRequiredShipmentSelector
(SelectorTransfer requiredShipmentSelector) Sets the requiredShipmentSelector.Constructors in com.echothree.model.control.carrier.common.transfer with parameters of type SelectorTransferModifierConstructorDescriptionCarrierOptionTransfer
(CarrierTransfer carrier, String carrierOptionName, Boolean isRecommended, Boolean isRequired, SelectorTransfer recommendedGeoCodeSelector, SelectorTransfer requiredGeoCodeSelector, SelectorTransfer recommendedItemSelector, SelectorTransfer requiredItemSelector, SelectorTransfer recommendedOrderSelector, SelectorTransfer requiredOrderSelector, SelectorTransfer recommendedShipmentSelector, SelectorTransfer requiredShipmentSelector, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CarrierOptionTransferCarrierServiceTransfer
(CarrierTransfer carrier, String carrierServiceName, SelectorTransfer geoCodeSelector, SelectorTransfer itemSelector, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CarrierServiceTransferCarrierTransfer
(String partyName, PartyTypeTransfer partyType, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, PersonTransfer person, PartyGroupTransfer partyGroup, String carrierName, CarrierTypeTransfer carrierType, SelectorTransfer geoCodeSelector, SelectorTransfer itemSelector, String accountValidationPattern, Boolean isDefault, Integer sortOrder) Creates a new instance of CarrierTransfer -
Uses of SelectorTransfer in com.echothree.model.control.communication.common.transfer
Methods in com.echothree.model.control.communication.common.transfer that return SelectorTransferMethods in com.echothree.model.control.communication.common.transfer with parameters of type SelectorTransferModifier and TypeMethodDescriptionvoid
CommunicationEmailSourceTransfer.setReviewEmployeeSelector
(SelectorTransfer reviewEmployeeSelector) Constructors in com.echothree.model.control.communication.common.transfer with parameters of type SelectorTransferModifierConstructorDescriptionCommunicationEmailSourceTransfer
(ServerTransfer server, String username, String password, WorkEffortScopeTransfer receiveWorkEffortScope, WorkEffortScopeTransfer sendWorkEffortScope, SelectorTransfer reviewEmployeeSelector) Creates a new instance of CommunicationEmailSourceTransfer -
Uses of SelectorTransfer in com.echothree.model.control.content.common.transfer
Methods in com.echothree.model.control.content.common.transfer that return SelectorTransferModifier and TypeMethodDescriptionContentCategoryTransfer.getContentCategoryItemSelector()
Returns the contentCategoryItemSelector.Methods in com.echothree.model.control.content.common.transfer with parameters of type SelectorTransferModifier and TypeMethodDescriptionvoid
ContentCategoryTransfer.setContentCategoryItemSelector
(SelectorTransfer contentCategoryItemSelector) Sets the contentCategoryItemSelector.Constructors in com.echothree.model.control.content.common.transfer with parameters of type SelectorTransferModifierConstructorDescriptionContentCategoryTransfer
(ContentCatalogTransfer contentCatalog, String contentCategoryName, ContentCategoryTransfer parentContentCategory, OfferUseTransfer defaultOfferUse, SelectorTransfer contentCategoryItemSelector, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContentCategoryTransfer -
Uses of SelectorTransfer in com.echothree.model.control.filter.common.transfer
Methods in com.echothree.model.control.filter.common.transfer that return SelectorTransferModifier and TypeMethodDescriptionFilterStepElementTransfer.getFilterItemSelector()
FilterStepTransfer.getFilterItemSelector()
FilterTransfer.getFilterItemSelector()
Methods in com.echothree.model.control.filter.common.transfer with parameters of type SelectorTransferModifier and TypeMethodDescriptionvoid
FilterStepElementTransfer.setFilterItemSelector
(SelectorTransfer filterItemSelector) void
FilterStepTransfer.setFilterItemSelector
(SelectorTransfer filterItemSelector) void
FilterTransfer.setFilterItemSelector
(SelectorTransfer filterItemSelector) Constructors in com.echothree.model.control.filter.common.transfer with parameters of type SelectorTransferModifierConstructorDescriptionFilterStepElementTransfer
(FilterStepTransfer filterStep, String filterStepElementName, SelectorTransfer filterItemSelector, FilterAdjustmentTransfer filterAdjustment, String description) Creates a new instance of FilterStepElementTransferFilterStepTransfer
(FilterTransfer filter, String filterStepName, SelectorTransfer filterItemSelector, String description) Creates a new instance of FilterStepTransferFilterTransfer
(FilterTypeTransfer filterType, String filterName, FilterAdjustmentTransfer initialFilterAdjustment, SelectorTransfer filterItemSelector, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of FilterTransfer -
Uses of SelectorTransfer in com.echothree.model.control.offer.common.transfer
Methods in com.echothree.model.control.offer.common.transfer that return SelectorTransferModifier and TypeMethodDescriptionOfferTransfer.getOfferItemSelector()
Returns the offerItemSelector.Methods in com.echothree.model.control.offer.common.transfer with parameters of type SelectorTransferModifier and TypeMethodDescriptionvoid
OfferTransfer.setOfferItemSelector
(SelectorTransfer offerItemSelector) Sets the offerItemSelector.Constructors in com.echothree.model.control.offer.common.transfer with parameters of type SelectorTransferModifierConstructorDescriptionOfferTransfer
(String offerName, SequenceTransfer salesOrderSequence, DepartmentTransfer department, SelectorTransfer offerItemSelector, FilterTransfer offerItemPriceFilter, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of OfferTransfer -
Uses of SelectorTransfer in com.echothree.model.control.security.common.transfer
Methods in com.echothree.model.control.security.common.transfer that return SelectorTransferMethods in com.echothree.model.control.security.common.transfer with parameters of type SelectorTransferModifier and TypeMethodDescriptionvoid
SecurityRolePartyTypeTransfer.setPartySelector
(SelectorTransfer partySelector) Constructors in com.echothree.model.control.security.common.transfer with parameters of type SelectorTransferModifierConstructorDescriptionSecurityRolePartyTypeTransfer
(SecurityRoleTransfer securityRole, PartyTypeTransfer partyType, SelectorTransfer partySelector) Creates a new instance of SecurityRolePartyTypeTransfer -
Uses of SelectorTransfer in com.echothree.model.control.selector.common.transfer
Methods in com.echothree.model.control.selector.common.transfer that return SelectorTransferModifier and TypeMethodDescriptionSelectorDescriptionTransfer.getSelector()
SelectorNodeTransfer.getSelector()
SelectorPartyTransfer.getSelector()
Methods in com.echothree.model.control.selector.common.transfer with parameters of type SelectorTransferModifier and TypeMethodDescriptionvoid
SelectorNodeTransfer.setSelector
(SelectorTransfer selector) void
SelectorPartyTransfer.setSelector
(SelectorTransfer selector) Constructors in com.echothree.model.control.selector.common.transfer with parameters of type SelectorTransferModifierConstructorDescriptionSelectorDescriptionTransfer
(LanguageTransfer language, SelectorTransfer selector, String description) Creates a new instance of SelectorDescriptionTransferSelectorNodeTransfer
(SelectorTransfer selector, String selectorNodeName, Boolean isRootSelectorNode, SelectorNodeTypeTransfer selectorNodeType, Boolean negate, String description) Creates a new instance of SelectorNodeTransferSelectorPartyTransfer
(SelectorTransfer selector, PartyTransfer party) Creates a new instance of SelectorPartyTransfer -
Uses of SelectorTransfer in com.echothree.model.control.selector.server.control
Methods in com.echothree.model.control.selector.server.control that return SelectorTransferModifier and TypeMethodDescriptionSelectorControl.getSelectorTransfer
(UserVisit userVisit, Selector selector) Methods in com.echothree.model.control.selector.server.control that return types with arguments of type SelectorTransferModifier and TypeMethodDescriptionSelectorControl.getSelectorTransfers
(UserVisit userVisit, Collection<Selector> selectors) SelectorControl.getSelectorTransfersBySelectorType
(UserVisit userVisit, SelectorType selectorType) -
Uses of SelectorTransfer in com.echothree.model.control.selector.server.transfer
Methods in com.echothree.model.control.selector.server.transfer that return SelectorTransfer -
Uses of SelectorTransfer in com.echothree.model.control.shipping.common.transfer
Methods in com.echothree.model.control.shipping.common.transfer that return SelectorTransferModifier and TypeMethodDescriptionShippingMethodTransfer.getGeoCodeSelector()
Returns the geoCodeSelector.ShippingMethodTransfer.getItemSelector()
Returns the itemSelector.Methods in com.echothree.model.control.shipping.common.transfer with parameters of type SelectorTransferModifier and TypeMethodDescriptionvoid
ShippingMethodTransfer.setGeoCodeSelector
(SelectorTransfer geoCodeSelector) Sets the geoCodeSelector.void
ShippingMethodTransfer.setItemSelector
(SelectorTransfer itemSelector) Sets the itemSelector.Constructors in com.echothree.model.control.shipping.common.transfer with parameters of type SelectorTransferModifierConstructorDescriptionShippingMethodTransfer
(String shippingMethodName, SelectorTransfer geoCodeSelector, SelectorTransfer itemSelector, Integer sortOrder, String description) Creates a new instance of ShippingMethodTransfer -
Uses of SelectorTransfer in com.echothree.model.control.workflow.common.transfer
Methods in com.echothree.model.control.workflow.common.transfer that return SelectorTransferModifier and TypeMethodDescriptionWorkflowDestinationSelectorTransfer.getSelector()
WorkflowEntranceSelectorTransfer.getSelector()
Methods in com.echothree.model.control.workflow.common.transfer with parameters of type SelectorTransferModifier and TypeMethodDescriptionvoid
WorkflowDestinationSelectorTransfer.setSelector
(SelectorTransfer selector) void
WorkflowEntranceSelectorTransfer.setSelector
(SelectorTransfer selector) Constructors in com.echothree.model.control.workflow.common.transfer with parameters of type SelectorTransferModifierConstructorDescriptionWorkflowDestinationSelectorTransfer
(WorkflowDestinationTransfer workflowDestination, SelectorTransfer selector) Creates a new instance of WorkflowDestinationSelectorTransferWorkflowEntranceSelectorTransfer
(WorkflowEntranceTransfer workflowEntrance, SelectorTransfer selector) Creates a new instance of WorkflowEntranceSelectorTransfer -
Uses of SelectorTransfer in com.echothree.model.control.workrequirement.common.transfer
Methods in com.echothree.model.control.workrequirement.common.transfer that return SelectorTransferMethods in com.echothree.model.control.workrequirement.common.transfer with parameters of type SelectorTransferModifier and TypeMethodDescriptionvoid
WorkRequirementScopeTransfer.setWorkAssignmentSelector
(SelectorTransfer workAssignmentSelector) Constructors in com.echothree.model.control.workrequirement.common.transfer with parameters of type SelectorTransferModifierConstructorDescriptionWorkRequirementScopeTransfer
(WorkEffortScopeTransfer workEffortScope, WorkRequirementTypeTransfer workRequirementType, SequenceTransfer workRequirementSequence, SequenceTransfer workTimeSequence, SelectorTransfer workAssignmentSelector, String estimatedTimeAllowed, String maximumTimeAllowed) Creates a new instance of WorkRequirementScopeTransfer