Uses of Class
com.echothree.model.data.selector.common.pk.SelectorPK
Packages that use SelectorPK
Package
Description
-
Uses of SelectorPK in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return SelectorPKModifier and TypeMethodDescriptionCarrier.getGeoCodeSelectorPK()
CarrierServiceDetail.getGeoCodeSelectorPK()
Carrier.getItemSelectorPK()
CarrierServiceDetail.getItemSelectorPK()
CarrierOptionDetail.getRecommendedGeoCodeSelectorPK()
CarrierServiceOption.getRecommendedGeoCodeSelectorPK()
CarrierOptionDetail.getRecommendedItemSelectorPK()
CarrierServiceOption.getRecommendedItemSelectorPK()
CarrierOptionDetail.getRecommendedOrderSelectorPK()
CarrierServiceOption.getRecommendedOrderSelectorPK()
CarrierOptionDetail.getRecommendedShipmentSelectorPK()
CarrierServiceOption.getRecommendedShipmentSelectorPK()
CarrierOptionDetail.getRequiredGeoCodeSelectorPK()
CarrierServiceOption.getRequiredGeoCodeSelectorPK()
CarrierOptionDetail.getRequiredItemSelectorPK()
CarrierServiceOption.getRequiredItemSelectorPK()
CarrierOptionDetail.getRequiredOrderSelectorPK()
CarrierServiceOption.getRequiredOrderSelectorPK()
CarrierOptionDetail.getRequiredShipmentSelectorPK()
CarrierServiceOption.getRequiredShipmentSelectorPK()
Methods in com.echothree.model.data.carrier.server.entity with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
Carrier.setGeoCodeSelectorPK
(SelectorPK geoCodeSelectorPK) void
CarrierServiceDetail.setGeoCodeSelectorPK
(SelectorPK geoCodeSelectorPK) void
Carrier.setItemSelectorPK
(SelectorPK itemSelectorPK) void
CarrierServiceDetail.setItemSelectorPK
(SelectorPK itemSelectorPK) void
CarrierOptionDetail.setRecommendedGeoCodeSelectorPK
(SelectorPK recommendedGeoCodeSelectorPK) void
CarrierServiceOption.setRecommendedGeoCodeSelectorPK
(SelectorPK recommendedGeoCodeSelectorPK) void
CarrierOptionDetail.setRecommendedItemSelectorPK
(SelectorPK recommendedItemSelectorPK) void
CarrierServiceOption.setRecommendedItemSelectorPK
(SelectorPK recommendedItemSelectorPK) void
CarrierOptionDetail.setRecommendedOrderSelectorPK
(SelectorPK recommendedOrderSelectorPK) void
CarrierServiceOption.setRecommendedOrderSelectorPK
(SelectorPK recommendedOrderSelectorPK) void
CarrierOptionDetail.setRecommendedShipmentSelectorPK
(SelectorPK recommendedShipmentSelectorPK) void
CarrierServiceOption.setRecommendedShipmentSelectorPK
(SelectorPK recommendedShipmentSelectorPK) void
CarrierOptionDetail.setRequiredGeoCodeSelectorPK
(SelectorPK requiredGeoCodeSelectorPK) void
CarrierServiceOption.setRequiredGeoCodeSelectorPK
(SelectorPK requiredGeoCodeSelectorPK) void
CarrierOptionDetail.setRequiredItemSelectorPK
(SelectorPK requiredItemSelectorPK) void
CarrierServiceOption.setRequiredItemSelectorPK
(SelectorPK requiredItemSelectorPK) void
CarrierOptionDetail.setRequiredOrderSelectorPK
(SelectorPK requiredOrderSelectorPK) void
CarrierServiceOption.setRequiredOrderSelectorPK
(SelectorPK requiredOrderSelectorPK) void
CarrierOptionDetail.setRequiredShipmentSelectorPK
(SelectorPK requiredShipmentSelectorPK) void
CarrierServiceOption.setRequiredShipmentSelectorPK
(SelectorPK requiredShipmentSelectorPK) -
Uses of SelectorPK in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory with parameters of type SelectorPKModifier and TypeMethodDescriptionCarrierFactory.create
(PartyPK partyPK, String carrierName, CarrierTypePK carrierTypePK, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierFactory.create
(Session session, PartyPK partyPK, String carrierName, CarrierTypePK carrierTypePK, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierOptionDetailFactory.create
(CarrierOptionPK carrierOptionPK, PartyPK carrierPartyPK, String carrierOptionName, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierOptionDetailFactory.create
(Session session, CarrierOptionPK carrierOptionPK, PartyPK carrierPartyPK, String carrierOptionName, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierServiceDetailFactory.create
(CarrierServicePK carrierServicePK, PartyPK carrierPartyPK, String carrierServiceName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierServiceDetailFactory.create
(Session session, CarrierServicePK carrierServicePK, PartyPK carrierPartyPK, String carrierServiceName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierServiceOptionFactory.create
(CarrierServicePK carrierServicePK, CarrierOptionPK carrierOptionPK, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Long fromTime, Long thruTime) CarrierServiceOptionFactory.create
(Session session, CarrierServicePK carrierServicePK, CarrierOptionPK carrierOptionPK, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Long fromTime, Long thruTime) -
Uses of SelectorPK in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return SelectorPKModifier and TypeMethodDescriptionCarrierServiceDetailValue.getGeoCodeSelectorPK()
CarrierValue.getGeoCodeSelectorPK()
CarrierServiceDetailValue.getItemSelectorPK()
CarrierValue.getItemSelectorPK()
CarrierOptionDetailValue.getRecommendedGeoCodeSelectorPK()
CarrierServiceOptionValue.getRecommendedGeoCodeSelectorPK()
CarrierOptionDetailValue.getRecommendedItemSelectorPK()
CarrierServiceOptionValue.getRecommendedItemSelectorPK()
CarrierOptionDetailValue.getRecommendedOrderSelectorPK()
CarrierServiceOptionValue.getRecommendedOrderSelectorPK()
CarrierOptionDetailValue.getRecommendedShipmentSelectorPK()
CarrierServiceOptionValue.getRecommendedShipmentSelectorPK()
CarrierOptionDetailValue.getRequiredGeoCodeSelectorPK()
CarrierServiceOptionValue.getRequiredGeoCodeSelectorPK()
CarrierOptionDetailValue.getRequiredItemSelectorPK()
CarrierServiceOptionValue.getRequiredItemSelectorPK()
CarrierOptionDetailValue.getRequiredOrderSelectorPK()
CarrierServiceOptionValue.getRequiredOrderSelectorPK()
CarrierOptionDetailValue.getRequiredShipmentSelectorPK()
CarrierServiceOptionValue.getRequiredShipmentSelectorPK()
Methods in com.echothree.model.data.carrier.server.value with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
CarrierServiceDetailValue.setGeoCodeSelectorPK
(SelectorPK geoCodeSelectorPK) void
CarrierValue.setGeoCodeSelectorPK
(SelectorPK geoCodeSelectorPK) void
CarrierServiceDetailValue.setItemSelectorPK
(SelectorPK itemSelectorPK) void
CarrierValue.setItemSelectorPK
(SelectorPK itemSelectorPK) void
CarrierOptionDetailValue.setRecommendedGeoCodeSelectorPK
(SelectorPK recommendedGeoCodeSelectorPK) void
CarrierServiceOptionValue.setRecommendedGeoCodeSelectorPK
(SelectorPK recommendedGeoCodeSelectorPK) void
CarrierOptionDetailValue.setRecommendedItemSelectorPK
(SelectorPK recommendedItemSelectorPK) void
CarrierServiceOptionValue.setRecommendedItemSelectorPK
(SelectorPK recommendedItemSelectorPK) void
CarrierOptionDetailValue.setRecommendedOrderSelectorPK
(SelectorPK recommendedOrderSelectorPK) void
CarrierServiceOptionValue.setRecommendedOrderSelectorPK
(SelectorPK recommendedOrderSelectorPK) void
CarrierOptionDetailValue.setRecommendedShipmentSelectorPK
(SelectorPK recommendedShipmentSelectorPK) void
CarrierServiceOptionValue.setRecommendedShipmentSelectorPK
(SelectorPK recommendedShipmentSelectorPK) void
CarrierOptionDetailValue.setRequiredGeoCodeSelectorPK
(SelectorPK requiredGeoCodeSelectorPK) void
CarrierServiceOptionValue.setRequiredGeoCodeSelectorPK
(SelectorPK requiredGeoCodeSelectorPK) void
CarrierOptionDetailValue.setRequiredItemSelectorPK
(SelectorPK requiredItemSelectorPK) void
CarrierServiceOptionValue.setRequiredItemSelectorPK
(SelectorPK requiredItemSelectorPK) void
CarrierOptionDetailValue.setRequiredOrderSelectorPK
(SelectorPK requiredOrderSelectorPK) void
CarrierServiceOptionValue.setRequiredOrderSelectorPK
(SelectorPK requiredOrderSelectorPK) void
CarrierOptionDetailValue.setRequiredShipmentSelectorPK
(SelectorPK requiredShipmentSelectorPK) void
CarrierServiceOptionValue.setRequiredShipmentSelectorPK
(SelectorPK requiredShipmentSelectorPK) Constructors in com.echothree.model.data.carrier.server.value with parameters of type SelectorPKModifierConstructorDescriptionCarrierOptionDetailValue
(CarrierOptionDetailPK carrierOptionDetailPK, CarrierOptionPK carrierOptionPK, PartyPK carrierPartyPK, String carrierOptionName, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierOptionDetailValueCarrierOptionDetailValue
(CarrierOptionPK carrierOptionPK, PartyPK carrierPartyPK, String carrierOptionName, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierOptionDetailValueCarrierServiceDetailValue
(CarrierServiceDetailPK carrierServiceDetailPK, CarrierServicePK carrierServicePK, PartyPK carrierPartyPK, String carrierServiceName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceDetailValueCarrierServiceDetailValue
(CarrierServicePK carrierServicePK, PartyPK carrierPartyPK, String carrierServiceName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceDetailValueCarrierServiceOptionValue
(CarrierServiceOptionPK carrierServiceOptionPK, CarrierServicePK carrierServicePK, CarrierOptionPK carrierOptionPK, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceOptionValueCarrierServiceOptionValue
(CarrierServicePK carrierServicePK, CarrierOptionPK carrierOptionPK, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceOptionValueCarrierValue
(CarrierPK carrierPK, PartyPK partyPK, String carrierName, CarrierTypePK carrierTypePK, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierValueCarrierValue
(PartyPK partyPK, String carrierName, CarrierTypePK carrierTypePK, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierValue -
Uses of SelectorPK in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return SelectorPKMethods in com.echothree.model.data.communication.server.entity with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
CommunicationEmailSource.setReviewEmployeeSelectorPK
(SelectorPK reviewEmployeeSelectorPK) -
Uses of SelectorPK in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory with parameters of type SelectorPKModifier and TypeMethodDescriptionCommunicationEmailSourceFactory.create
(CommunicationSourcePK communicationSourcePK, ServerPK serverPK, String username, String password, WorkEffortScopePK receiveWorkEffortScopePK, WorkEffortScopePK sendWorkEffortScopePK, SelectorPK reviewEmployeeSelectorPK, Long fromTime, Long thruTime) CommunicationEmailSourceFactory.create
(Session session, CommunicationSourcePK communicationSourcePK, ServerPK serverPK, String username, String password, WorkEffortScopePK receiveWorkEffortScopePK, WorkEffortScopePK sendWorkEffortScopePK, SelectorPK reviewEmployeeSelectorPK, Long fromTime, Long thruTime) -
Uses of SelectorPK in com.echothree.model.data.communication.server.value
Methods in com.echothree.model.data.communication.server.value that return SelectorPKMethods in com.echothree.model.data.communication.server.value with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
CommunicationEmailSourceValue.setReviewEmployeeSelectorPK
(SelectorPK reviewEmployeeSelectorPK) Constructors in com.echothree.model.data.communication.server.value with parameters of type SelectorPKModifierConstructorDescriptionCommunicationEmailSourceValue
(CommunicationEmailSourcePK communicationEmailSourcePK, CommunicationSourcePK communicationSourcePK, ServerPK serverPK, String username, String password, WorkEffortScopePK receiveWorkEffortScopePK, WorkEffortScopePK sendWorkEffortScopePK, SelectorPK reviewEmployeeSelectorPK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEmailSourceValueCommunicationEmailSourceValue
(CommunicationSourcePK communicationSourcePK, ServerPK serverPK, String username, String password, WorkEffortScopePK receiveWorkEffortScopePK, WorkEffortScopePK sendWorkEffortScopePK, SelectorPK reviewEmployeeSelectorPK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEmailSourceValue -
Uses of SelectorPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return SelectorPKMethods in com.echothree.model.data.content.server.entity with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
ContentCategoryDetail.setContentCategoryItemSelectorPK
(SelectorPK contentCategoryItemSelectorPK) -
Uses of SelectorPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory with parameters of type SelectorPKModifier and TypeMethodDescriptionContentCategoryDetailFactory.create
(ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryDetailFactory.create
(Session session, ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of SelectorPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return SelectorPKMethods in com.echothree.model.data.content.server.value with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
ContentCategoryDetailValue.setContentCategoryItemSelectorPK
(SelectorPK contentCategoryItemSelectorPK) Constructors in com.echothree.model.data.content.server.value with parameters of type SelectorPKModifierConstructorDescriptionContentCategoryDetailValue
(ContentCategoryDetailPK contentCategoryDetailPK, ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryDetailValueContentCategoryDetailValue
(ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryDetailValue -
Uses of SelectorPK in com.echothree.model.data.filter.server.entity
Methods in com.echothree.model.data.filter.server.entity that return SelectorPKModifier and TypeMethodDescriptionFilterDetail.getFilterItemSelectorPK()
FilterStepDetail.getFilterItemSelectorPK()
FilterStepElementDetail.getFilterItemSelectorPK()
Methods in com.echothree.model.data.filter.server.entity with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
FilterDetail.setFilterItemSelectorPK
(SelectorPK filterItemSelectorPK) void
FilterStepDetail.setFilterItemSelectorPK
(SelectorPK filterItemSelectorPK) void
FilterStepElementDetail.setFilterItemSelectorPK
(SelectorPK filterItemSelectorPK) -
Uses of SelectorPK in com.echothree.model.data.filter.server.factory
Methods in com.echothree.model.data.filter.server.factory with parameters of type SelectorPKModifier and TypeMethodDescriptionFilterDetailFactory.create
(FilterPK filterPK, FilterTypePK filterTypePK, String filterName, FilterAdjustmentPK initialFilterAdjustmentPK, SelectorPK filterItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FilterDetailFactory.create
(Session session, FilterPK filterPK, FilterTypePK filterTypePK, String filterName, FilterAdjustmentPK initialFilterAdjustmentPK, SelectorPK filterItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FilterStepDetailFactory.create
(FilterStepPK filterStepPK, FilterPK filterPK, String filterStepName, SelectorPK filterItemSelectorPK, Long fromTime, Long thruTime) FilterStepDetailFactory.create
(Session session, FilterStepPK filterStepPK, FilterPK filterPK, String filterStepName, SelectorPK filterItemSelectorPK, Long fromTime, Long thruTime) FilterStepElementDetailFactory.create
(FilterStepElementPK filterStepElementPK, FilterStepPK filterStepPK, String filterStepElementName, SelectorPK filterItemSelectorPK, FilterAdjustmentPK filterAdjustmentPK, Long fromTime, Long thruTime) FilterStepElementDetailFactory.create
(Session session, FilterStepElementPK filterStepElementPK, FilterStepPK filterStepPK, String filterStepElementName, SelectorPK filterItemSelectorPK, FilterAdjustmentPK filterAdjustmentPK, Long fromTime, Long thruTime) -
Uses of SelectorPK in com.echothree.model.data.filter.server.value
Methods in com.echothree.model.data.filter.server.value that return SelectorPKModifier and TypeMethodDescriptionFilterDetailValue.getFilterItemSelectorPK()
FilterStepDetailValue.getFilterItemSelectorPK()
FilterStepElementDetailValue.getFilterItemSelectorPK()
Methods in com.echothree.model.data.filter.server.value with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
FilterDetailValue.setFilterItemSelectorPK
(SelectorPK filterItemSelectorPK) void
FilterStepDetailValue.setFilterItemSelectorPK
(SelectorPK filterItemSelectorPK) void
FilterStepElementDetailValue.setFilterItemSelectorPK
(SelectorPK filterItemSelectorPK) Constructors in com.echothree.model.data.filter.server.value with parameters of type SelectorPKModifierConstructorDescriptionFilterDetailValue
(FilterDetailPK filterDetailPK, FilterPK filterPK, FilterTypePK filterTypePK, String filterName, FilterAdjustmentPK initialFilterAdjustmentPK, SelectorPK filterItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of FilterDetailValueFilterDetailValue
(FilterPK filterPK, FilterTypePK filterTypePK, String filterName, FilterAdjustmentPK initialFilterAdjustmentPK, SelectorPK filterItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of FilterDetailValueFilterStepDetailValue
(FilterStepDetailPK filterStepDetailPK, FilterStepPK filterStepPK, FilterPK filterPK, String filterStepName, SelectorPK filterItemSelectorPK, Long fromTime, Long thruTime) Creates a new instance of FilterStepDetailValueFilterStepDetailValue
(FilterStepPK filterStepPK, FilterPK filterPK, String filterStepName, SelectorPK filterItemSelectorPK, Long fromTime, Long thruTime) Creates a new instance of FilterStepDetailValueFilterStepElementDetailValue
(FilterStepElementDetailPK filterStepElementDetailPK, FilterStepElementPK filterStepElementPK, FilterStepPK filterStepPK, String filterStepElementName, SelectorPK filterItemSelectorPK, FilterAdjustmentPK filterAdjustmentPK, Long fromTime, Long thruTime) Creates a new instance of FilterStepElementDetailValueFilterStepElementDetailValue
(FilterStepElementPK filterStepElementPK, FilterStepPK filterStepPK, String filterStepElementName, SelectorPK filterItemSelectorPK, FilterAdjustmentPK filterAdjustmentPK, Long fromTime, Long thruTime) Creates a new instance of FilterStepElementDetailValue -
Uses of SelectorPK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return SelectorPKMethods in com.echothree.model.data.offer.server.entity with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
OfferDetail.setOfferItemSelectorPK
(SelectorPK offerItemSelectorPK) -
Uses of SelectorPK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory with parameters of type SelectorPKModifier and TypeMethodDescriptionOfferDetailFactory.create
(OfferPK offerPK, String offerName, SequencePK salesOrderSequencePK, PartyPK departmentPartyPK, SelectorPK offerItemSelectorPK, FilterPK offerItemPriceFilterPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) OfferDetailFactory.create
(Session session, OfferPK offerPK, String offerName, SequencePK salesOrderSequencePK, PartyPK departmentPartyPK, SelectorPK offerItemSelectorPK, FilterPK offerItemPriceFilterPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of SelectorPK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return SelectorPKMethods in com.echothree.model.data.offer.server.value with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
OfferDetailValue.setOfferItemSelectorPK
(SelectorPK offerItemSelectorPK) Constructors in com.echothree.model.data.offer.server.value with parameters of type SelectorPKModifierConstructorDescriptionOfferDetailValue
(OfferDetailPK offerDetailPK, OfferPK offerPK, String offerName, SequencePK salesOrderSequencePK, PartyPK departmentPartyPK, SelectorPK offerItemSelectorPK, FilterPK offerItemPriceFilterPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of OfferDetailValueOfferDetailValue
(OfferPK offerPK, String offerName, SequencePK salesOrderSequencePK, PartyPK departmentPartyPK, SelectorPK offerItemSelectorPK, FilterPK offerItemPriceFilterPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of OfferDetailValue -
Uses of SelectorPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return SelectorPKModifier and TypeMethodDescriptionPaymentMethodDetail.getItemSelectorPK()
PaymentMethodDetail.getSalesOrderItemSelectorPK()
Methods in com.echothree.model.data.payment.server.entity with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
PaymentMethodDetail.setItemSelectorPK
(SelectorPK itemSelectorPK) void
PaymentMethodDetail.setSalesOrderItemSelectorPK
(SelectorPK salesOrderItemSelectorPK) -
Uses of SelectorPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory with parameters of type SelectorPKModifier and TypeMethodDescriptionPaymentMethodDetailFactory.create
(PaymentMethodPK paymentMethodPK, String paymentMethodName, PaymentMethodTypePK paymentMethodTypePK, PaymentProcessorPK paymentProcessorPK, SelectorPK itemSelectorPK, SelectorPK salesOrderItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PaymentMethodDetailFactory.create
(Session session, PaymentMethodPK paymentMethodPK, String paymentMethodName, PaymentMethodTypePK paymentMethodTypePK, PaymentProcessorPK paymentProcessorPK, SelectorPK itemSelectorPK, SelectorPK salesOrderItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of SelectorPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return SelectorPKModifier and TypeMethodDescriptionPaymentMethodDetailValue.getItemSelectorPK()
PaymentMethodDetailValue.getSalesOrderItemSelectorPK()
Methods in com.echothree.model.data.payment.server.value with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
PaymentMethodDetailValue.setItemSelectorPK
(SelectorPK itemSelectorPK) void
PaymentMethodDetailValue.setSalesOrderItemSelectorPK
(SelectorPK salesOrderItemSelectorPK) Constructors in com.echothree.model.data.payment.server.value with parameters of type SelectorPKModifierConstructorDescriptionPaymentMethodDetailValue
(PaymentMethodDetailPK paymentMethodDetailPK, PaymentMethodPK paymentMethodPK, String paymentMethodName, PaymentMethodTypePK paymentMethodTypePK, PaymentProcessorPK paymentProcessorPK, SelectorPK itemSelectorPK, SelectorPK salesOrderItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PaymentMethodDetailValuePaymentMethodDetailValue
(PaymentMethodPK paymentMethodPK, String paymentMethodName, PaymentMethodTypePK paymentMethodTypePK, PaymentProcessorPK paymentProcessorPK, SelectorPK itemSelectorPK, SelectorPK salesOrderItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PaymentMethodDetailValue -
Uses of SelectorPK in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return SelectorPKMethods in com.echothree.model.data.security.server.entity with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
SecurityRolePartyType.setPartySelectorPK
(SelectorPK partySelectorPK) -
Uses of SelectorPK in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory with parameters of type SelectorPKModifier and TypeMethodDescriptionSecurityRolePartyTypeFactory.create
(SecurityRolePK securityRolePK, PartyTypePK partyTypePK, SelectorPK partySelectorPK, Long fromTime, Long thruTime) SecurityRolePartyTypeFactory.create
(Session session, SecurityRolePK securityRolePK, PartyTypePK partyTypePK, SelectorPK partySelectorPK, Long fromTime, Long thruTime) -
Uses of SelectorPK in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return SelectorPKMethods in com.echothree.model.data.security.server.value with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
SecurityRolePartyTypeValue.setPartySelectorPK
(SelectorPK partySelectorPK) Constructors in com.echothree.model.data.security.server.value with parameters of type SelectorPKModifierConstructorDescriptionSecurityRolePartyTypeValue
(SecurityRolePartyTypePK securityRolePartyTypePK, SecurityRolePK securityRolePK, PartyTypePK partyTypePK, SelectorPK partySelectorPK, Long fromTime, Long thruTime) Creates a new instance of SecurityRolePartyTypeValueSecurityRolePartyTypeValue
(SecurityRolePK securityRolePK, PartyTypePK partyTypePK, SelectorPK partySelectorPK, Long fromTime, Long thruTime) Creates a new instance of SecurityRolePartyTypeValue -
Uses of SelectorPK in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorPKModifier and TypeMethodDescriptionSelector.getPrimaryKey()
SelectorDescription.getSelectorPK()
SelectorDetail.getSelectorPK()
SelectorNodeDetail.getSelectorPK()
SelectorParty.getSelectorPK()
SelectorTime.getSelectorPK()
Methods in com.echothree.model.data.selector.server.entity with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
SelectorDescription.setSelectorPK
(SelectorPK selectorPK) void
SelectorDetail.setSelectorPK
(SelectorPK selectorPK) void
SelectorNodeDetail.setSelectorPK
(SelectorPK selectorPK) void
SelectorParty.setSelectorPK
(SelectorPK selectorPK) void
SelectorTime.setSelectorPK
(SelectorPK selectorPK) -
Uses of SelectorPK in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorPKModifier and TypeMethodDescriptionSelectorFactory.getNextPK()
SelectorFactory.getPKFromQuery
(PreparedStatement ps, Object... params) SelectorFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorPKModifier and TypeMethodDescriptionSelectorFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) SelectorFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) SelectorFactory.getPKsFromResultSetAsList
(ResultSet rs) SelectorFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorPKModifier and TypeMethodDescriptionSelectorDescriptionFactory.create
(SelectorPK selectorPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) SelectorDescriptionFactory.create
(Session session, SelectorPK selectorPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) SelectorDetailFactory.create
(SelectorPK selectorPK, SelectorTypePK selectorTypePK, String selectorName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) SelectorDetailFactory.create
(Session session, SelectorPK selectorPK, SelectorTypePK selectorTypePK, String selectorName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) SelectorNodeDetailFactory.create
(SelectorNodePK selectorNodePK, SelectorPK selectorPK, String selectorNodeName, Boolean isRootSelectorNode, SelectorNodeTypePK selectorNodeTypePK, Boolean negate, Long fromTime, Long thruTime) SelectorNodeDetailFactory.create
(Session session, SelectorNodePK selectorNodePK, SelectorPK selectorPK, String selectorNodeName, Boolean isRootSelectorNode, SelectorNodeTypePK selectorNodeTypePK, Boolean negate, Long fromTime, Long thruTime) SelectorPartyFactory.create
(SelectorPK selectorPK, PartyPK partyPK, Long fromTime, Long thruTime) SelectorPartyFactory.create
(Session session, SelectorPK selectorPK, PartyPK partyPK, Long fromTime, Long thruTime) SelectorTimeFactory.create
(SelectorPK selectorPK, Long lastEvaluationTime, Long maxEntityCreatedTime, Long maxEntityModifiedTime, Long maxEntityDeletedTime) SelectorTimeFactory.create
(Session session, SelectorPK selectorPK, Long lastEvaluationTime, Long maxEntityCreatedTime, Long maxEntityModifiedTime, Long maxEntityDeletedTime) SelectorFactory.getEntityFromCache
(Session session, SelectorPK pk) SelectorFactory.getEntityFromPK
(EntityPermission entityPermission, SelectorPK pk) SelectorFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, SelectorPK pk) SelectorFactory.getValueFromPK
(Session session, SelectorPK pk) void
SelectorFactory.remove
(Session session, SelectorPK pk) boolean
SelectorFactory.validPK
(Session session, SelectorPK pk) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorPKModifier and TypeMethodDescriptionSelectorFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<SelectorPK> pks) SelectorFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<SelectorPK> pks) SelectorFactory.getValuesFromPKs
(Session session, Collection<SelectorPK> pks) void
SelectorFactory.remove
(Session session, Collection<SelectorPK> pks) void
SelectorFactory.remove
(Collection<SelectorPK> pks) -
Uses of SelectorPK in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorPKModifier and TypeMethodDescriptionSelectorValue.getPrimaryKey()
SelectorDescriptionValue.getSelectorPK()
SelectorDetailValue.getSelectorPK()
SelectorNodeDetailValue.getSelectorPK()
SelectorPartyValue.getSelectorPK()
SelectorTimeValue.getSelectorPK()
Methods in com.echothree.model.data.selector.server.value with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
SelectorDescriptionValue.setSelectorPK
(SelectorPK selectorPK) void
SelectorDetailValue.setSelectorPK
(SelectorPK selectorPK) void
SelectorNodeDetailValue.setSelectorPK
(SelectorPK selectorPK) void
SelectorPartyValue.setSelectorPK
(SelectorPK selectorPK) void
SelectorTimeValue.setSelectorPK
(SelectorPK selectorPK) Constructors in com.echothree.model.data.selector.server.value with parameters of type SelectorPKModifierConstructorDescriptionSelectorDescriptionValue
(SelectorDescriptionPK selectorDescriptionPK, SelectorPK selectorPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SelectorDescriptionValueSelectorDescriptionValue
(SelectorPK selectorPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SelectorDescriptionValueSelectorDetailValue
(SelectorDetailPK selectorDetailPK, SelectorPK selectorPK, SelectorTypePK selectorTypePK, String selectorName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SelectorDetailValueSelectorDetailValue
(SelectorPK selectorPK, SelectorTypePK selectorTypePK, String selectorName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SelectorDetailValueSelectorNodeDetailValue
(SelectorNodeDetailPK selectorNodeDetailPK, SelectorNodePK selectorNodePK, SelectorPK selectorPK, String selectorNodeName, Boolean isRootSelectorNode, SelectorNodeTypePK selectorNodeTypePK, Boolean negate, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeDetailValueSelectorNodeDetailValue
(SelectorNodePK selectorNodePK, SelectorPK selectorPK, String selectorNodeName, Boolean isRootSelectorNode, SelectorNodeTypePK selectorNodeTypePK, Boolean negate, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeDetailValueSelectorPartyValue
(SelectorPartyPK selectorDetailPK, SelectorPK selectorPK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of SelectorPartyValueSelectorPartyValue
(SelectorPK selectorPK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of SelectorPartyValueSelectorTimeValue
(SelectorPK selectorPK, Long lastEvaluationTime, Long maxEntityCreatedTime, Long maxEntityModifiedTime, Long maxEntityDeletedTime) Creates a new instance of SelectorTimeValueSelectorTimeValue
(SelectorTimePK selectorDetailPK, SelectorPK selectorPK, Long lastEvaluationTime, Long maxEntityCreatedTime, Long maxEntityModifiedTime, Long maxEntityDeletedTime) Creates a new instance of SelectorTimeValueSelectorValue
(SelectorPK selectorPK, SelectorDetailPK activeDetailPK, SelectorDetailPK lastDetailPK) Creates a new instance of SelectorValue -
Uses of SelectorPK in com.echothree.model.data.shipping.server.entity
Methods in com.echothree.model.data.shipping.server.entity that return SelectorPKModifier and TypeMethodDescriptionShippingMethodDetail.getGeoCodeSelectorPK()
ShippingMethodDetail.getItemSelectorPK()
Methods in com.echothree.model.data.shipping.server.entity with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
ShippingMethodDetail.setGeoCodeSelectorPK
(SelectorPK geoCodeSelectorPK) void
ShippingMethodDetail.setItemSelectorPK
(SelectorPK itemSelectorPK) -
Uses of SelectorPK in com.echothree.model.data.shipping.server.factory
Methods in com.echothree.model.data.shipping.server.factory with parameters of type SelectorPKModifier and TypeMethodDescriptionShippingMethodDetailFactory.create
(ShippingMethodPK shippingMethodPK, String shippingMethodName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Integer sortOrder, Long fromTime, Long thruTime) ShippingMethodDetailFactory.create
(Session session, ShippingMethodPK shippingMethodPK, String shippingMethodName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of SelectorPK in com.echothree.model.data.shipping.server.value
Methods in com.echothree.model.data.shipping.server.value that return SelectorPKModifier and TypeMethodDescriptionShippingMethodDetailValue.getGeoCodeSelectorPK()
ShippingMethodDetailValue.getItemSelectorPK()
Methods in com.echothree.model.data.shipping.server.value with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
ShippingMethodDetailValue.setGeoCodeSelectorPK
(SelectorPK geoCodeSelectorPK) void
ShippingMethodDetailValue.setItemSelectorPK
(SelectorPK itemSelectorPK) Constructors in com.echothree.model.data.shipping.server.value with parameters of type SelectorPKModifierConstructorDescriptionShippingMethodDetailValue
(ShippingMethodDetailPK shippingMethodDetailPK, ShippingMethodPK shippingMethodPK, String shippingMethodName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ShippingMethodDetailValueShippingMethodDetailValue
(ShippingMethodPK shippingMethodPK, String shippingMethodName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ShippingMethodDetailValue -
Uses of SelectorPK in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return SelectorPKMethods in com.echothree.model.data.vendor.server.entity with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
Vendor.setVendorItemSelectorPK
(SelectorPK vendorItemSelectorPK) -
Uses of SelectorPK in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory with parameters of type SelectorPKModifier and TypeMethodDescriptionVendorFactory.create
(PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) VendorFactory.create
(Session session, PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) -
Uses of SelectorPK in com.echothree.model.data.vendor.server.value
Methods in com.echothree.model.data.vendor.server.value that return SelectorPKMethods in com.echothree.model.data.vendor.server.value with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
VendorValue.setVendorItemSelectorPK
(SelectorPK vendorItemSelectorPK) Constructors in com.echothree.model.data.vendor.server.value with parameters of type SelectorPKModifierConstructorDescriptionVendorValue
(PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) Creates a new instance of VendorValueVendorValue
(VendorPK vendorPK, PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) Creates a new instance of VendorValue -
Uses of SelectorPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return SelectorPKModifier and TypeMethodDescriptionWorkflowDestinationSelector.getSelectorPK()
WorkflowEntranceSelector.getSelectorPK()
Methods in com.echothree.model.data.workflow.server.entity with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
WorkflowDestinationSelector.setSelectorPK
(SelectorPK selectorPK) void
WorkflowEntranceSelector.setSelectorPK
(SelectorPK selectorPK) -
Uses of SelectorPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory with parameters of type SelectorPKModifier and TypeMethodDescriptionWorkflowDestinationSelectorFactory.create
(WorkflowDestinationPK workflowDestinationPK, SelectorPK selectorPK, Long fromTime, Long thruTime) WorkflowDestinationSelectorFactory.create
(Session session, WorkflowDestinationPK workflowDestinationPK, SelectorPK selectorPK, Long fromTime, Long thruTime) WorkflowEntranceSelectorFactory.create
(WorkflowEntrancePK workflowEntrancePK, SelectorPK selectorPK, Long fromTime, Long thruTime) WorkflowEntranceSelectorFactory.create
(Session session, WorkflowEntrancePK workflowEntrancePK, SelectorPK selectorPK, Long fromTime, Long thruTime) -
Uses of SelectorPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return SelectorPKModifier and TypeMethodDescriptionWorkflowDestinationSelectorValue.getSelectorPK()
WorkflowEntranceSelectorValue.getSelectorPK()
Methods in com.echothree.model.data.workflow.server.value with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
WorkflowDestinationSelectorValue.setSelectorPK
(SelectorPK selectorPK) void
WorkflowEntranceSelectorValue.setSelectorPK
(SelectorPK selectorPK) Constructors in com.echothree.model.data.workflow.server.value with parameters of type SelectorPKModifierConstructorDescriptionWorkflowDestinationSelectorValue
(WorkflowDestinationPK workflowDestinationPK, SelectorPK selectorPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationSelectorValueWorkflowDestinationSelectorValue
(WorkflowDestinationSelectorPK workflowDestinationSelectorPK, WorkflowDestinationPK workflowDestinationPK, SelectorPK selectorPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationSelectorValueWorkflowEntranceSelectorValue
(WorkflowEntrancePK workflowEntrancePK, SelectorPK selectorPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceSelectorValueWorkflowEntranceSelectorValue
(WorkflowEntranceSelectorPK workflowEntranceSelectorPK, WorkflowEntrancePK workflowEntrancePK, SelectorPK selectorPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceSelectorValue -
Uses of SelectorPK in com.echothree.model.data.workrequirement.server.entity
Methods in com.echothree.model.data.workrequirement.server.entity that return SelectorPKMethods in com.echothree.model.data.workrequirement.server.entity with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
WorkRequirementScopeDetail.setWorkAssignmentSelectorPK
(SelectorPK workAssignmentSelectorPK) -
Uses of SelectorPK in com.echothree.model.data.workrequirement.server.factory
Methods in com.echothree.model.data.workrequirement.server.factory with parameters of type SelectorPKModifier and TypeMethodDescriptionWorkRequirementScopeDetailFactory.create
(WorkRequirementScopePK workRequirementScopePK, WorkEffortScopePK workEffortScopePK, WorkRequirementTypePK workRequirementTypePK, SequencePK workRequirementSequencePK, SequencePK workTimeSequencePK, SelectorPK workAssignmentSelectorPK, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) WorkRequirementScopeDetailFactory.create
(Session session, WorkRequirementScopePK workRequirementScopePK, WorkEffortScopePK workEffortScopePK, WorkRequirementTypePK workRequirementTypePK, SequencePK workRequirementSequencePK, SequencePK workTimeSequencePK, SelectorPK workAssignmentSelectorPK, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) -
Uses of SelectorPK in com.echothree.model.data.workrequirement.server.value
Methods in com.echothree.model.data.workrequirement.server.value that return SelectorPKMethods in com.echothree.model.data.workrequirement.server.value with parameters of type SelectorPKModifier and TypeMethodDescriptionvoid
WorkRequirementScopeDetailValue.setWorkAssignmentSelectorPK
(SelectorPK workAssignmentSelectorPK) Constructors in com.echothree.model.data.workrequirement.server.value with parameters of type SelectorPKModifierConstructorDescriptionWorkRequirementScopeDetailValue
(WorkRequirementScopeDetailPK workRequirementScopeDetailPK, WorkRequirementScopePK workRequirementScopePK, WorkEffortScopePK workEffortScopePK, WorkRequirementTypePK workRequirementTypePK, SequencePK workRequirementSequencePK, SequencePK workTimeSequencePK, SelectorPK workAssignmentSelectorPK, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) Creates a new instance of WorkRequirementScopeDetailValueWorkRequirementScopeDetailValue
(WorkRequirementScopePK workRequirementScopePK, WorkEffortScopePK workEffortScopePK, WorkRequirementTypePK workRequirementTypePK, SequencePK workRequirementSequencePK, SequencePK workTimeSequencePK, SelectorPK workAssignmentSelectorPK, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) Creates a new instance of WorkRequirementScopeDetailValue