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 TypeMethodDescriptionvoidCarrier.setGeoCodeSelectorPK(SelectorPK geoCodeSelectorPK) voidCarrierServiceDetail.setGeoCodeSelectorPK(SelectorPK geoCodeSelectorPK) voidCarrier.setItemSelectorPK(SelectorPK itemSelectorPK) voidCarrierServiceDetail.setItemSelectorPK(SelectorPK itemSelectorPK) voidCarrierOptionDetail.setRecommendedGeoCodeSelectorPK(SelectorPK recommendedGeoCodeSelectorPK) voidCarrierServiceOption.setRecommendedGeoCodeSelectorPK(SelectorPK recommendedGeoCodeSelectorPK) voidCarrierOptionDetail.setRecommendedItemSelectorPK(SelectorPK recommendedItemSelectorPK) voidCarrierServiceOption.setRecommendedItemSelectorPK(SelectorPK recommendedItemSelectorPK) voidCarrierOptionDetail.setRecommendedOrderSelectorPK(SelectorPK recommendedOrderSelectorPK) voidCarrierServiceOption.setRecommendedOrderSelectorPK(SelectorPK recommendedOrderSelectorPK) voidCarrierOptionDetail.setRecommendedShipmentSelectorPK(SelectorPK recommendedShipmentSelectorPK) voidCarrierServiceOption.setRecommendedShipmentSelectorPK(SelectorPK recommendedShipmentSelectorPK) voidCarrierOptionDetail.setRequiredGeoCodeSelectorPK(SelectorPK requiredGeoCodeSelectorPK) voidCarrierServiceOption.setRequiredGeoCodeSelectorPK(SelectorPK requiredGeoCodeSelectorPK) voidCarrierOptionDetail.setRequiredItemSelectorPK(SelectorPK requiredItemSelectorPK) voidCarrierServiceOption.setRequiredItemSelectorPK(SelectorPK requiredItemSelectorPK) voidCarrierOptionDetail.setRequiredOrderSelectorPK(SelectorPK requiredOrderSelectorPK) voidCarrierServiceOption.setRequiredOrderSelectorPK(SelectorPK requiredOrderSelectorPK) voidCarrierOptionDetail.setRequiredShipmentSelectorPK(SelectorPK requiredShipmentSelectorPK) voidCarrierServiceOption.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) 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) CarrierServiceDetailFactory.create(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) -
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 TypeMethodDescriptionvoidCarrierServiceDetailValue.setGeoCodeSelectorPK(SelectorPK geoCodeSelectorPK) voidCarrierValue.setGeoCodeSelectorPK(SelectorPK geoCodeSelectorPK) voidCarrierServiceDetailValue.setItemSelectorPK(SelectorPK itemSelectorPK) voidCarrierValue.setItemSelectorPK(SelectorPK itemSelectorPK) voidCarrierOptionDetailValue.setRecommendedGeoCodeSelectorPK(SelectorPK recommendedGeoCodeSelectorPK) voidCarrierServiceOptionValue.setRecommendedGeoCodeSelectorPK(SelectorPK recommendedGeoCodeSelectorPK) voidCarrierOptionDetailValue.setRecommendedItemSelectorPK(SelectorPK recommendedItemSelectorPK) voidCarrierServiceOptionValue.setRecommendedItemSelectorPK(SelectorPK recommendedItemSelectorPK) voidCarrierOptionDetailValue.setRecommendedOrderSelectorPK(SelectorPK recommendedOrderSelectorPK) voidCarrierServiceOptionValue.setRecommendedOrderSelectorPK(SelectorPK recommendedOrderSelectorPK) voidCarrierOptionDetailValue.setRecommendedShipmentSelectorPK(SelectorPK recommendedShipmentSelectorPK) voidCarrierServiceOptionValue.setRecommendedShipmentSelectorPK(SelectorPK recommendedShipmentSelectorPK) voidCarrierOptionDetailValue.setRequiredGeoCodeSelectorPK(SelectorPK requiredGeoCodeSelectorPK) voidCarrierServiceOptionValue.setRequiredGeoCodeSelectorPK(SelectorPK requiredGeoCodeSelectorPK) voidCarrierOptionDetailValue.setRequiredItemSelectorPK(SelectorPK requiredItemSelectorPK) voidCarrierServiceOptionValue.setRequiredItemSelectorPK(SelectorPK requiredItemSelectorPK) voidCarrierOptionDetailValue.setRequiredOrderSelectorPK(SelectorPK requiredOrderSelectorPK) voidCarrierServiceOptionValue.setRequiredOrderSelectorPK(SelectorPK requiredOrderSelectorPK) voidCarrierOptionDetailValue.setRequiredShipmentSelectorPK(SelectorPK requiredShipmentSelectorPK) voidCarrierServiceOptionValue.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 TypeMethodDescriptionvoidCommunicationEmailSource.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) -
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 TypeMethodDescriptionvoidCommunicationEmailSourceValue.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 TypeMethodDescriptionvoidContentCategoryDetail.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) -
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 TypeMethodDescriptionvoidContentCategoryDetailValue.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 TypeMethodDescriptionvoidFilterDetail.setFilterItemSelectorPK(SelectorPK filterItemSelectorPK) voidFilterStepDetail.setFilterItemSelectorPK(SelectorPK filterItemSelectorPK) voidFilterStepElementDetail.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) FilterStepDetailFactory.create(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) -
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 TypeMethodDescriptionvoidFilterDetailValue.setFilterItemSelectorPK(SelectorPK filterItemSelectorPK) voidFilterStepDetailValue.setFilterItemSelectorPK(SelectorPK filterItemSelectorPK) voidFilterStepElementDetailValue.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 TypeMethodDescriptionvoidOfferDetail.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 SelectorPK -
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 TypeMethodDescriptionvoidOfferDetailValue.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 TypeMethodDescriptionvoidPaymentMethodDetail.setItemSelectorPK(SelectorPK itemSelectorPK) voidPaymentMethodDetail.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) -
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 TypeMethodDescriptionvoidPaymentMethodDetailValue.setItemSelectorPK(SelectorPK itemSelectorPK) voidPaymentMethodDetailValue.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 TypeMethodDescriptionvoidSecurityRolePartyType.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) -
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 TypeMethodDescriptionvoidSecurityRolePartyTypeValue.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 TypeMethodDescriptionvoidSelectorDescription.setSelectorPK(SelectorPK selectorPK) voidSelectorDetail.setSelectorPK(SelectorPK selectorPK) voidSelectorNodeDetail.setSelectorPK(SelectorPK selectorPK) voidSelectorParty.setSelectorPK(SelectorPK selectorPK) voidSelectorTime.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) SelectorDetailFactory.create(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) SelectorPartyFactory.create(SelectorPK selectorPK, PartyPK partyPK, Long fromTime, Long thruTime) SelectorTimeFactory.create(SelectorPK selectorPK, Long lastEvaluationTime, Long maxEntityCreatedTime, Long maxEntityModifiedTime, Long maxEntityDeletedTime) SelectorFactory.getEntityFromCache(SelectorPK pk) SelectorFactory.getEntityFromPK(EntityPermission entityPermission, SelectorPK pk) SelectorFactory.getValueFromPK(SelectorPK pk) voidSelectorFactory.remove(SelectorPK pk) booleanSelectorFactory.validPK(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.getValuesFromPKs(Collection<SelectorPK> pks) voidSelectorFactory.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 TypeMethodDescriptionvoidSelectorDescriptionValue.setSelectorPK(SelectorPK selectorPK) voidSelectorDetailValue.setSelectorPK(SelectorPK selectorPK) voidSelectorNodeDetailValue.setSelectorPK(SelectorPK selectorPK) voidSelectorPartyValue.setSelectorPK(SelectorPK selectorPK) voidSelectorTimeValue.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 TypeMethodDescriptionvoidShippingMethodDetail.setGeoCodeSelectorPK(SelectorPK geoCodeSelectorPK) voidShippingMethodDetail.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) -
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 TypeMethodDescriptionvoidShippingMethodDetailValue.setGeoCodeSelectorPK(SelectorPK geoCodeSelectorPK) voidShippingMethodDetailValue.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 TypeMethodDescriptionvoidVendor.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) -
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 TypeMethodDescriptionvoidVendorValue.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 TypeMethodDescriptionvoidWorkflowDestinationSelector.setSelectorPK(SelectorPK selectorPK) voidWorkflowEntranceSelector.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) WorkflowEntranceSelectorFactory.create(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 TypeMethodDescriptionvoidWorkflowDestinationSelectorValue.setSelectorPK(SelectorPK selectorPK) voidWorkflowEntranceSelectorValue.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 TypeMethodDescriptionvoidWorkRequirementScopeDetail.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) -
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 TypeMethodDescriptionvoidWorkRequirementScopeDetailValue.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 -
Uses of SelectorPK in com.echothree.model.jooq.server.records.carrier
Methods in com.echothree.model.jooq.server.records.carrier that return SelectorPKModifier and TypeMethodDescriptionCarriers.GeoCodeSelector()Getter forcarriers.crr_geocodeselectorid.CarrierServiceDetails.GeoCodeSelector()Getter forcarrierservicedetails.crrsrvdt_geocodeselectorid.Carriers.ItemSelector()Getter forcarriers.crr_itemselectorid.CarrierServiceDetails.ItemSelector()Getter forcarrierservicedetails.crrsrvdt_itemselectorid.CarrierOptionDetails.RecommendedGeoCodeSelector()Getter forcarrieroptiondetails.crroptdt_recommendedgeocodeselectorid.CarrierServiceOptions.RecommendedGeoCodeSelector()Getter forcarrierserviceoptions.crrsrvopt_recommendedgeocodeselectorid.CarrierOptionDetails.RecommendedItemSelector()Getter forcarrieroptiondetails.crroptdt_recommendeditemselectorid.CarrierServiceOptions.RecommendedItemSelector()Getter forcarrierserviceoptions.crrsrvopt_recommendeditemselectorid.CarrierOptionDetails.RecommendedOrderSelector()Getter forcarrieroptiondetails.crroptdt_recommendedorderselectorid.CarrierServiceOptions.RecommendedOrderSelector()Getter forcarrierserviceoptions.crrsrvopt_recommendedorderselectorid.CarrierOptionDetails.RecommendedShipmentSelector()Getter forcarrieroptiondetails.crroptdt_recommendedshipmentselectorid.CarrierServiceOptions.RecommendedShipmentSelector()Getter forcarrierserviceoptions.crrsrvopt_recommendedshipmentselectorid.CarrierOptionDetails.RequiredGeoCodeSelector()Getter forcarrieroptiondetails.crroptdt_requiredgeocodeselectorid.CarrierServiceOptions.RequiredGeoCodeSelector()Getter forcarrierserviceoptions.crrsrvopt_requiredgeocodeselectorid.CarrierOptionDetails.RequiredItemSelector()Getter forcarrieroptiondetails.crroptdt_requireditemselectorid.CarrierServiceOptions.RequiredItemSelector()Getter forcarrierserviceoptions.crrsrvopt_requireditemselectorid.CarrierOptionDetails.RequiredOrderSelector()Getter forcarrieroptiondetails.crroptdt_requiredorderselectorid.CarrierServiceOptions.RequiredOrderSelector()Getter forcarrierserviceoptions.crrsrvopt_requiredorderselectorid.CarrierOptionDetails.RequiredShipmentSelector()Getter forcarrieroptiondetails.crroptdt_requiredshipmentselectorid.CarrierServiceOptions.RequiredShipmentSelector()Getter forcarrierserviceoptions.crrsrvopt_requiredshipmentselectorid.Methods in com.echothree.model.jooq.server.records.carrier with parameters of type SelectorPKModifier and TypeMethodDescriptionvoidCarriers.GeoCodeSelector(SelectorPK value) Setter forcarriers.crr_geocodeselectorid.voidCarrierServiceDetails.GeoCodeSelector(SelectorPK value) Setter forcarrierservicedetails.crrsrvdt_geocodeselectorid.voidCarriers.ItemSelector(SelectorPK value) Setter forcarriers.crr_itemselectorid.voidCarrierServiceDetails.ItemSelector(SelectorPK value) Setter forcarrierservicedetails.crrsrvdt_itemselectorid.voidCarrierOptionDetails.RecommendedGeoCodeSelector(SelectorPK value) Setter forcarrieroptiondetails.crroptdt_recommendedgeocodeselectorid.voidCarrierServiceOptions.RecommendedGeoCodeSelector(SelectorPK value) Setter forcarrierserviceoptions.crrsrvopt_recommendedgeocodeselectorid.voidCarrierOptionDetails.RecommendedItemSelector(SelectorPK value) Setter forcarrieroptiondetails.crroptdt_recommendeditemselectorid.voidCarrierServiceOptions.RecommendedItemSelector(SelectorPK value) Setter forcarrierserviceoptions.crrsrvopt_recommendeditemselectorid.voidCarrierOptionDetails.RecommendedOrderSelector(SelectorPK value) Setter forcarrieroptiondetails.crroptdt_recommendedorderselectorid.voidCarrierServiceOptions.RecommendedOrderSelector(SelectorPK value) Setter forcarrierserviceoptions.crrsrvopt_recommendedorderselectorid.voidCarrierOptionDetails.RecommendedShipmentSelector(SelectorPK value) Setter forcarrieroptiondetails.crroptdt_recommendedshipmentselectorid.voidCarrierServiceOptions.RecommendedShipmentSelector(SelectorPK value) Setter forcarrierserviceoptions.crrsrvopt_recommendedshipmentselectorid.voidCarrierOptionDetails.RequiredGeoCodeSelector(SelectorPK value) Setter forcarrieroptiondetails.crroptdt_requiredgeocodeselectorid.voidCarrierServiceOptions.RequiredGeoCodeSelector(SelectorPK value) Setter forcarrierserviceoptions.crrsrvopt_requiredgeocodeselectorid.voidCarrierOptionDetails.RequiredItemSelector(SelectorPK value) Setter forcarrieroptiondetails.crroptdt_requireditemselectorid.voidCarrierServiceOptions.RequiredItemSelector(SelectorPK value) Setter forcarrierserviceoptions.crrsrvopt_requireditemselectorid.voidCarrierOptionDetails.RequiredOrderSelector(SelectorPK value) Setter forcarrieroptiondetails.crroptdt_requiredorderselectorid.voidCarrierServiceOptions.RequiredOrderSelector(SelectorPK value) Setter forcarrierserviceoptions.crrsrvopt_requiredorderselectorid.voidCarrierOptionDetails.RequiredShipmentSelector(SelectorPK value) Setter forcarrieroptiondetails.crroptdt_requiredshipmentselectorid.voidCarrierServiceOptions.RequiredShipmentSelector(SelectorPK value) Setter forcarrierserviceoptions.crrsrvopt_requiredshipmentselectorid.Constructors in com.echothree.model.jooq.server.records.carrier with parameters of type SelectorPKModifierConstructorDescriptionCarrierOptionDetails(CarrierOptionDetailPK CarrierOptionDetail, CarrierOptionPK CarrierOption, PartyPK CarrierParty, String CarrierOptionName, Boolean IsRecommended, Boolean IsRequired, SelectorPK RecommendedGeoCodeSelector, SelectorPK RequiredGeoCodeSelector, SelectorPK RecommendedItemSelector, SelectorPK RequiredItemSelector, SelectorPK RecommendedOrderSelector, SelectorPK RequiredOrderSelector, SelectorPK RecommendedShipmentSelector, SelectorPK RequiredShipmentSelector, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised CarrierOptionDetailsCarriers(CarrierPK Carrier, PartyPK Party, String CarrierName, CarrierTypePK CarrierType, SelectorPK GeoCodeSelector, SelectorPK ItemSelector, String AccountValidationPattern, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised CarriersCarrierServiceDetails(CarrierServiceDetailPK CarrierServiceDetail, CarrierServicePK CarrierService, PartyPK CarrierParty, String CarrierServiceName, SelectorPK GeoCodeSelector, SelectorPK ItemSelector, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised CarrierServiceDetailsCarrierServiceOptions(CarrierServiceOptionPK CarrierServiceOption, CarrierServicePK CarrierService, CarrierOptionPK CarrierOption, Boolean IsRecommended, Boolean IsRequired, SelectorPK RecommendedGeoCodeSelector, SelectorPK RequiredGeoCodeSelector, SelectorPK RecommendedItemSelector, SelectorPK RequiredItemSelector, SelectorPK RecommendedOrderSelector, SelectorPK RequiredOrderSelector, SelectorPK RecommendedShipmentSelector, SelectorPK RequiredShipmentSelector, Long FromTime, Long ThruTime) Create a detached, initialised CarrierServiceOptions -
Uses of SelectorPK in com.echothree.model.jooq.server.records.communication
Methods in com.echothree.model.jooq.server.records.communication that return SelectorPKModifier and TypeMethodDescriptionCommunicationEmailSources.ReviewEmployeeSelector()Getter forcommunicationemailsources.cmmnesrc_reviewemployeeselectorid.Methods in com.echothree.model.jooq.server.records.communication with parameters of type SelectorPKModifier and TypeMethodDescriptionvoidCommunicationEmailSources.ReviewEmployeeSelector(SelectorPK value) Setter forcommunicationemailsources.cmmnesrc_reviewemployeeselectorid.Constructors in com.echothree.model.jooq.server.records.communication with parameters of type SelectorPKModifierConstructorDescriptionCommunicationEmailSources(CommunicationEmailSourcePK CommunicationEmailSource, CommunicationSourcePK CommunicationSource, ServerPK Server, String Username, String Password, WorkEffortScopePK ReceiveWorkEffortScope, WorkEffortScopePK SendWorkEffortScope, SelectorPK ReviewEmployeeSelector, Long FromTime, Long ThruTime) Create a detached, initialised CommunicationEmailSources -
Uses of SelectorPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return SelectorPKModifier and TypeMethodDescriptionContentCategoryDetails.ContentCategoryItemSelector()Getter forcontentcategorydetails.cntcgdt_contentcategoryitemselectorid.Methods in com.echothree.model.jooq.server.records.content with parameters of type SelectorPKModifier and TypeMethodDescriptionvoidContentCategoryDetails.ContentCategoryItemSelector(SelectorPK value) Setter forcontentcategorydetails.cntcgdt_contentcategoryitemselectorid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type SelectorPKModifierConstructorDescriptionContentCategoryDetails(ContentCategoryDetailPK ContentCategoryDetail, ContentCategoryPK ContentCategory, ContentCatalogPK ContentCatalog, String ContentCategoryName, ContentCategoryPK ParentContentCategory, OfferUsePK DefaultOfferUse, SelectorPK ContentCategoryItemSelector, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ContentCategoryDetails -
Uses of SelectorPK in com.echothree.model.jooq.server.records.filter
Methods in com.echothree.model.jooq.server.records.filter that return SelectorPKModifier and TypeMethodDescriptionFilterDetails.FilterItemSelector()Getter forfilterdetails.fltdt_filteritemselectorid.FilterStepDetails.FilterItemSelector()Getter forfilterstepdetails.fltstpdt_filteritemselectorid.FilterStepElementDetails.FilterItemSelector()Getter forfilterstepelementdetails.fltstpedt_filteritemselectorid.Methods in com.echothree.model.jooq.server.records.filter with parameters of type SelectorPKModifier and TypeMethodDescriptionvoidFilterDetails.FilterItemSelector(SelectorPK value) Setter forfilterdetails.fltdt_filteritemselectorid.voidFilterStepDetails.FilterItemSelector(SelectorPK value) Setter forfilterstepdetails.fltstpdt_filteritemselectorid.voidFilterStepElementDetails.FilterItemSelector(SelectorPK value) Setter forfilterstepelementdetails.fltstpedt_filteritemselectorid.Constructors in com.echothree.model.jooq.server.records.filter with parameters of type SelectorPKModifierConstructorDescriptionFilterDetails(FilterDetailPK FilterDetail, FilterPK Filter, FilterTypePK FilterType, String FilterName, FilterAdjustmentPK InitialFilterAdjustment, SelectorPK FilterItemSelector, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised FilterDetailsFilterStepDetails(FilterStepDetailPK FilterStepDetail, FilterStepPK FilterStep, FilterPK Filter, String FilterStepName, SelectorPK FilterItemSelector, Long FromTime, Long ThruTime) Create a detached, initialised FilterStepDetailsFilterStepElementDetails(FilterStepElementDetailPK FilterStepElementDetail, FilterStepElementPK FilterStepElement, FilterStepPK FilterStep, String FilterStepElementName, SelectorPK FilterItemSelector, FilterAdjustmentPK FilterAdjustment, Long FromTime, Long ThruTime) Create a detached, initialised FilterStepElementDetails -
Uses of SelectorPK in com.echothree.model.jooq.server.records.offer
Methods in com.echothree.model.jooq.server.records.offer that return SelectorPKModifier and TypeMethodDescriptionOfferDetails.OfferItemSelector()Getter forofferdetails.ofrdt_offeritemselectorid.Methods in com.echothree.model.jooq.server.records.offer with parameters of type SelectorPKModifier and TypeMethodDescriptionvoidOfferDetails.OfferItemSelector(SelectorPK value) Setter forofferdetails.ofrdt_offeritemselectorid.Constructors in com.echothree.model.jooq.server.records.offer with parameters of type SelectorPKModifierConstructorDescriptionOfferDetails(OfferDetailPK OfferDetail, OfferPK Offer, String OfferName, SequencePK SalesOrderSequence, PartyPK DepartmentParty, SelectorPK OfferItemSelector, FilterPK OfferItemPriceFilter, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised OfferDetails -
Uses of SelectorPK in com.echothree.model.jooq.server.records.payment
Methods in com.echothree.model.jooq.server.records.payment that return SelectorPKModifier and TypeMethodDescriptionPaymentMethodDetails.ItemSelector()Getter forpaymentmethoddetails.pmdt_itemselectorid.PaymentMethodDetails.SalesOrderItemSelector()Getter forpaymentmethoddetails.pmdt_salesorderitemselectorid.Methods in com.echothree.model.jooq.server.records.payment with parameters of type SelectorPKModifier and TypeMethodDescriptionvoidPaymentMethodDetails.ItemSelector(SelectorPK value) Setter forpaymentmethoddetails.pmdt_itemselectorid.voidPaymentMethodDetails.SalesOrderItemSelector(SelectorPK value) Setter forpaymentmethoddetails.pmdt_salesorderitemselectorid.Constructors in com.echothree.model.jooq.server.records.payment with parameters of type SelectorPKModifierConstructorDescriptionPaymentMethodDetails(PaymentMethodDetailPK PaymentMethodDetail, PaymentMethodPK PaymentMethod, String PaymentMethodName, PaymentMethodTypePK PaymentMethodType, PaymentProcessorPK PaymentProcessor, SelectorPK ItemSelector, SelectorPK SalesOrderItemSelector, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised PaymentMethodDetails -
Uses of SelectorPK in com.echothree.model.jooq.server.records.security
Methods in com.echothree.model.jooq.server.records.security that return SelectorPKModifier and TypeMethodDescriptionSecurityRolePartyTypes.PartySelector()Getter forsecurityrolepartytypes.srolptyp_partyselectorid.Methods in com.echothree.model.jooq.server.records.security with parameters of type SelectorPKModifier and TypeMethodDescriptionvoidSecurityRolePartyTypes.PartySelector(SelectorPK value) Setter forsecurityrolepartytypes.srolptyp_partyselectorid.Constructors in com.echothree.model.jooq.server.records.security with parameters of type SelectorPKModifierConstructorDescriptionSecurityRolePartyTypes(SecurityRolePartyTypePK SecurityRolePartyType, SecurityRolePK SecurityRole, PartyTypePK PartyType, SelectorPK PartySelector, Long FromTime, Long ThruTime) Create a detached, initialised SecurityRolePartyTypes -
Uses of SelectorPK in com.echothree.model.jooq.server.records.selector
Methods in com.echothree.model.jooq.server.records.selector that return SelectorPKModifier and TypeMethodDescriptionSelectorDescriptions.Selector()Getter forselectordescriptions.sld_sl_selectorid.SelectorDetails.Selector()Getter forselectordetails.sldt_sl_selectorid.SelectorNodeDetails.Selector()Getter forselectornodedetails.slnddt_sl_selectorid.SelectorParties.Selector()Getter forselectorparties.slpar_sl_selectorid.Selectors.Selector()Getter forselectors.sl_selectorid.SelectorTimes.Selector()Getter forselectortimes.sltm_sl_selectorid.Methods in com.echothree.model.jooq.server.records.selector that return types with arguments of type SelectorPKMethods in com.echothree.model.jooq.server.records.selector with parameters of type SelectorPKModifier and TypeMethodDescriptionvoidSelectorDescriptions.Selector(SelectorPK value) Setter forselectordescriptions.sld_sl_selectorid.voidSelectorDetails.Selector(SelectorPK value) Setter forselectordetails.sldt_sl_selectorid.voidSelectorNodeDetails.Selector(SelectorPK value) Setter forselectornodedetails.slnddt_sl_selectorid.voidSelectorParties.Selector(SelectorPK value) Setter forselectorparties.slpar_sl_selectorid.voidSelectors.Selector(SelectorPK value) Setter forselectors.sl_selectorid.voidSelectorTimes.Selector(SelectorPK value) Setter forselectortimes.sltm_sl_selectorid.Constructors in com.echothree.model.jooq.server.records.selector with parameters of type SelectorPKModifierConstructorDescriptionSelectorDescriptions(SelectorDescriptionPK SelectorDescription, SelectorPK Selector, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised SelectorDescriptionsSelectorDetails(SelectorDetailPK SelectorDetail, SelectorPK Selector, SelectorTypePK SelectorType, String SelectorName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised SelectorDetailsSelectorNodeDetails(SelectorNodeDetailPK SelectorNodeDetail, SelectorNodePK SelectorNode, SelectorPK Selector, String SelectorNodeName, Boolean IsRootSelectorNode, SelectorNodeTypePK SelectorNodeType, Boolean Negate, Long FromTime, Long ThruTime) Create a detached, initialised SelectorNodeDetailsSelectorParties(SelectorPartyPK SelectorDetail, SelectorPK Selector, PartyPK Party, Long FromTime, Long ThruTime) Create a detached, initialised SelectorPartiesSelectors(SelectorPK Selector, SelectorDetailPK ActiveDetail, SelectorDetailPK LastDetail) Create a detached, initialised SelectorsSelectorTimes(SelectorTimePK SelectorDetail, SelectorPK Selector, Long LastEvaluationTime, Long MaxEntityCreatedTime, Long MaxEntityModifiedTime, Long MaxEntityDeletedTime) Create a detached, initialised SelectorTimes -
Uses of SelectorPK in com.echothree.model.jooq.server.records.shipping
Methods in com.echothree.model.jooq.server.records.shipping that return SelectorPKModifier and TypeMethodDescriptionShippingMethodDetails.GeoCodeSelector()Getter forshippingmethoddetails.shmdt_geocodeselectorid.ShippingMethodDetails.ItemSelector()Getter forshippingmethoddetails.shmdt_itemselectorid.Methods in com.echothree.model.jooq.server.records.shipping with parameters of type SelectorPKModifier and TypeMethodDescriptionvoidShippingMethodDetails.GeoCodeSelector(SelectorPK value) Setter forshippingmethoddetails.shmdt_geocodeselectorid.voidShippingMethodDetails.ItemSelector(SelectorPK value) Setter forshippingmethoddetails.shmdt_itemselectorid.Constructors in com.echothree.model.jooq.server.records.shipping with parameters of type SelectorPKModifierConstructorDescriptionShippingMethodDetails(ShippingMethodDetailPK ShippingMethodDetail, ShippingMethodPK ShippingMethod, String ShippingMethodName, SelectorPK GeoCodeSelector, SelectorPK ItemSelector, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ShippingMethodDetails -
Uses of SelectorPK in com.echothree.model.jooq.server.records.vendor
Methods in com.echothree.model.jooq.server.records.vendor that return SelectorPKModifier and TypeMethodDescriptionVendors.VendorItemSelector()Getter forvendors.vndr_vendoritemselectorid.Methods in com.echothree.model.jooq.server.records.vendor with parameters of type SelectorPKModifier and TypeMethodDescriptionvoidVendors.VendorItemSelector(SelectorPK value) Setter forvendors.vndr_vendoritemselectorid.Constructors in com.echothree.model.jooq.server.records.vendor with parameters of type SelectorPKModifierConstructorDescriptionVendors(VendorPK Vendor, PartyPK Party, String VendorName, VendorTypePK VendorType, Integer MinimumPurchaseOrderLines, Integer MaximumPurchaseOrderLines, Long MinimumPurchaseOrderAmount, Long MaximumPurchaseOrderAmount, Boolean UseItemPurchasingCategories, ItemAliasTypePK DefaultItemAliasType, CancellationPolicyPK CancellationPolicy, ReturnPolicyPK ReturnPolicy, GlAccountPK ApGlAccount, Boolean HoldUntilComplete, Boolean AllowBackorders, Boolean AllowSubstitutions, Boolean AllowCombiningShipments, Boolean RequireReference, Boolean AllowReferenceDuplicates, String ReferenceValidationPattern, SelectorPK VendorItemSelector, FilterPK VendorItemCostFilter, Long FromTime, Long ThruTime) Create a detached, initialised Vendors -
Uses of SelectorPK in com.echothree.model.jooq.server.records.workflow
Methods in com.echothree.model.jooq.server.records.workflow that return SelectorPKModifier and TypeMethodDescriptionWorkflowDestinationSelectors.Selector()Getter forworkflowdestinationselectors.wkfldnsl_sl_selectorid.WorkflowEntranceSelectors.Selector()Getter forworkflowentranceselectors.wkflensl_sl_selectorid.Methods in com.echothree.model.jooq.server.records.workflow with parameters of type SelectorPKModifier and TypeMethodDescriptionvoidWorkflowDestinationSelectors.Selector(SelectorPK value) Setter forworkflowdestinationselectors.wkfldnsl_sl_selectorid.voidWorkflowEntranceSelectors.Selector(SelectorPK value) Setter forworkflowentranceselectors.wkflensl_sl_selectorid.Constructors in com.echothree.model.jooq.server.records.workflow with parameters of type SelectorPKModifierConstructorDescriptionWorkflowDestinationSelectors(WorkflowDestinationSelectorPK WorkflowDestinationSelector, WorkflowDestinationPK WorkflowDestination, SelectorPK Selector, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowDestinationSelectorsWorkflowEntranceSelectors(WorkflowEntranceSelectorPK WorkflowEntranceSelector, WorkflowEntrancePK WorkflowEntrance, SelectorPK Selector, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowEntranceSelectors -
Uses of SelectorPK in com.echothree.model.jooq.server.records.workrequirement
Methods in com.echothree.model.jooq.server.records.workrequirement that return SelectorPKModifier and TypeMethodDescriptionWorkRequirementScopeDetails.WorkAssignmentSelector()Getter forworkrequirementscopedetails.wrsdt_workassignmentselectorid.Methods in com.echothree.model.jooq.server.records.workrequirement with parameters of type SelectorPKModifier and TypeMethodDescriptionvoidWorkRequirementScopeDetails.WorkAssignmentSelector(SelectorPK value) Setter forworkrequirementscopedetails.wrsdt_workassignmentselectorid.Constructors in com.echothree.model.jooq.server.records.workrequirement with parameters of type SelectorPKModifierConstructorDescriptionWorkRequirementScopeDetails(WorkRequirementScopeDetailPK WorkRequirementScopeDetail, WorkRequirementScopePK WorkRequirementScope, WorkEffortScopePK WorkEffortScope, WorkRequirementTypePK WorkRequirementType, SequencePK WorkRequirementSequence, SequencePK WorkTimeSequence, SelectorPK WorkAssignmentSelector, Long EstimatedTimeAllowed, Long MaximumTimeAllowed, Long FromTime, Long ThruTime) Create a detached, initialised WorkRequirementScopeDetails -
Uses of SelectorPK in com.echothree.model.jooq.server.tables.carrier
Fields in com.echothree.model.jooq.server.tables.carrier with type parameters of type SelectorPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Carriers, SelectorPK> Carriers.GEO_CODE_SELECTORThe columncarriers.crr_geocodeselectorid.final org.jooq.TableField<CarrierServiceDetails, SelectorPK> CarrierServiceDetails.GEO_CODE_SELECTORThe columncarrierservicedetails.crrsrvdt_geocodeselectorid.final org.jooq.TableField<Carriers, SelectorPK> Carriers.ITEM_SELECTORThe columncarriers.crr_itemselectorid.final org.jooq.TableField<CarrierServiceDetails, SelectorPK> CarrierServiceDetails.ITEM_SELECTORThe columncarrierservicedetails.crrsrvdt_itemselectorid.final org.jooq.TableField<CarrierOptionDetails, SelectorPK> CarrierOptionDetails.RECOMMENDED_GEO_CODE_SELECTORThe columncarrieroptiondetails.crroptdt_recommendedgeocodeselectorid.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.RECOMMENDED_GEO_CODE_SELECTORThe columncarrierserviceoptions.crrsrvopt_recommendedgeocodeselectorid.final org.jooq.TableField<CarrierOptionDetails, SelectorPK> CarrierOptionDetails.RECOMMENDED_ITEM_SELECTORThe columncarrieroptiondetails.crroptdt_recommendeditemselectorid.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.RECOMMENDED_ITEM_SELECTORThe columncarrierserviceoptions.crrsrvopt_recommendeditemselectorid.final org.jooq.TableField<CarrierOptionDetails, SelectorPK> CarrierOptionDetails.RECOMMENDED_ORDER_SELECTORThe columncarrieroptiondetails.crroptdt_recommendedorderselectorid.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.RECOMMENDED_ORDER_SELECTORThe columncarrierserviceoptions.crrsrvopt_recommendedorderselectorid.final org.jooq.TableField<CarrierOptionDetails, SelectorPK> CarrierOptionDetails.RECOMMENDED_SHIPMENT_SELECTORThe columncarrieroptiondetails.crroptdt_recommendedshipmentselectorid.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.RECOMMENDED_SHIPMENT_SELECTORThe columncarrierserviceoptions.crrsrvopt_recommendedshipmentselectorid.final org.jooq.TableField<CarrierOptionDetails, SelectorPK> CarrierOptionDetails.REQUIRED_GEO_CODE_SELECTORThe columncarrieroptiondetails.crroptdt_requiredgeocodeselectorid.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.REQUIRED_GEO_CODE_SELECTORThe columncarrierserviceoptions.crrsrvopt_requiredgeocodeselectorid.final org.jooq.TableField<CarrierOptionDetails, SelectorPK> CarrierOptionDetails.REQUIRED_ITEM_SELECTORThe columncarrieroptiondetails.crroptdt_requireditemselectorid.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.REQUIRED_ITEM_SELECTORThe columncarrierserviceoptions.crrsrvopt_requireditemselectorid.final org.jooq.TableField<CarrierOptionDetails, SelectorPK> CarrierOptionDetails.REQUIRED_ORDER_SELECTORThe columncarrieroptiondetails.crroptdt_requiredorderselectorid.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.REQUIRED_ORDER_SELECTORThe columncarrierserviceoptions.crrsrvopt_requiredorderselectorid.final org.jooq.TableField<CarrierOptionDetails, SelectorPK> CarrierOptionDetails.REQUIRED_SHIPMENT_SELECTORThe columncarrieroptiondetails.crroptdt_requiredshipmentselectorid.final org.jooq.TableField<CarrierServiceOptions, SelectorPK> CarrierServiceOptions.REQUIRED_SHIPMENT_SELECTORThe columncarrierserviceoptions.crrsrvopt_requiredshipmentselectorid. -
Uses of SelectorPK in com.echothree.model.jooq.server.tables.communication
Fields in com.echothree.model.jooq.server.tables.communication with type parameters of type SelectorPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommunicationEmailSources, SelectorPK> CommunicationEmailSources.REVIEW_EMPLOYEE_SELECTORThe columncommunicationemailsources.cmmnesrc_reviewemployeeselectorid. -
Uses of SelectorPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type SelectorPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentCategoryDetails, SelectorPK> ContentCategoryDetails.CONTENT_CATEGORY_ITEM_SELECTORThe columncontentcategorydetails.cntcgdt_contentcategoryitemselectorid. -
Uses of SelectorPK in com.echothree.model.jooq.server.tables.filter
Fields in com.echothree.model.jooq.server.tables.filter with type parameters of type SelectorPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<FilterDetails, SelectorPK> FilterDetails.FILTER_ITEM_SELECTORThe columnfilterdetails.fltdt_filteritemselectorid.final org.jooq.TableField<FilterStepDetails, SelectorPK> FilterStepDetails.FILTER_ITEM_SELECTORThe columnfilterstepdetails.fltstpdt_filteritemselectorid.final org.jooq.TableField<FilterStepElementDetails, SelectorPK> FilterStepElementDetails.FILTER_ITEM_SELECTORThe columnfilterstepelementdetails.fltstpedt_filteritemselectorid. -
Uses of SelectorPK in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type SelectorPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OfferDetails, SelectorPK> OfferDetails.OFFER_ITEM_SELECTORThe columnofferdetails.ofrdt_offeritemselectorid. -
Uses of SelectorPK in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type SelectorPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PaymentMethodDetails, SelectorPK> PaymentMethodDetails.ITEM_SELECTORThe columnpaymentmethoddetails.pmdt_itemselectorid.final org.jooq.TableField<PaymentMethodDetails, SelectorPK> PaymentMethodDetails.SALES_ORDER_ITEM_SELECTORThe columnpaymentmethoddetails.pmdt_salesorderitemselectorid. -
Uses of SelectorPK in com.echothree.model.jooq.server.tables.security
Fields in com.echothree.model.jooq.server.tables.security with type parameters of type SelectorPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SecurityRolePartyTypes, SelectorPK> SecurityRolePartyTypes.PARTY_SELECTORThe columnsecurityrolepartytypes.srolptyp_partyselectorid. -
Uses of SelectorPK in com.echothree.model.jooq.server.tables.selector
Fields in com.echothree.model.jooq.server.tables.selector with type parameters of type SelectorPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SelectorDescriptions, SelectorPK> SelectorDescriptions.SELECTORThe columnselectordescriptions.sld_sl_selectorid.final org.jooq.TableField<SelectorDetails, SelectorPK> SelectorDetails.SELECTORThe columnselectordetails.sldt_sl_selectorid.final org.jooq.TableField<SelectorNodeDetails, SelectorPK> SelectorNodeDetails.SELECTORThe columnselectornodedetails.slnddt_sl_selectorid.final org.jooq.TableField<SelectorParties, SelectorPK> SelectorParties.SELECTORThe columnselectorparties.slpar_sl_selectorid.final org.jooq.TableField<Selectors, SelectorPK> Selectors.SELECTORThe columnselectors.sl_selectorid.final org.jooq.TableField<SelectorTimes, SelectorPK> SelectorTimes.SELECTORThe columnselectortimes.sltm_sl_selectorid. -
Uses of SelectorPK in com.echothree.model.jooq.server.tables.shipping
Fields in com.echothree.model.jooq.server.tables.shipping with type parameters of type SelectorPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShippingMethodDetails, SelectorPK> ShippingMethodDetails.GEO_CODE_SELECTORThe columnshippingmethoddetails.shmdt_geocodeselectorid.final org.jooq.TableField<ShippingMethodDetails, SelectorPK> ShippingMethodDetails.ITEM_SELECTORThe columnshippingmethoddetails.shmdt_itemselectorid. -
Uses of SelectorPK in com.echothree.model.jooq.server.tables.vendor
Fields in com.echothree.model.jooq.server.tables.vendor with type parameters of type SelectorPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Vendors, SelectorPK> Vendors.VENDOR_ITEM_SELECTORThe columnvendors.vndr_vendoritemselectorid. -
Uses of SelectorPK in com.echothree.model.jooq.server.tables.workflow
Fields in com.echothree.model.jooq.server.tables.workflow with type parameters of type SelectorPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WorkflowDestinationSelectors, SelectorPK> WorkflowDestinationSelectors.SELECTORThe columnworkflowdestinationselectors.wkfldnsl_sl_selectorid.final org.jooq.TableField<WorkflowEntranceSelectors, SelectorPK> WorkflowEntranceSelectors.SELECTORThe columnworkflowentranceselectors.wkflensl_sl_selectorid. -
Uses of SelectorPK in com.echothree.model.jooq.server.tables.workrequirement
Fields in com.echothree.model.jooq.server.tables.workrequirement with type parameters of type SelectorPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WorkRequirementScopeDetails, SelectorPK> WorkRequirementScopeDetails.WORK_ASSIGNMENT_SELECTORThe columnworkrequirementscopedetails.wrsdt_workassignmentselectorid.