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) 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 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) 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 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) 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 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) 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 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 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 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) 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 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) 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 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) 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) voidSelectorFactory.remove(Session session, SelectorPK pk) booleanSelectorFactory.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) voidSelectorFactory.remove(Session session, 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) 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 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) 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 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) 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 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) 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 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