Uses of Class
com.echothree.model.data.carrier.common.pk.CarrierOptionPK
Packages that use CarrierOptionPK
Package
Description
-
Uses of CarrierOptionPK in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return CarrierOptionPKModifier and TypeMethodDescriptionCarrierOptionDescription.getCarrierOptionPK()
CarrierOptionDetail.getCarrierOptionPK()
CarrierServiceOption.getCarrierOptionPK()
CarrierOption.getPrimaryKey()
Methods in com.echothree.model.data.carrier.server.entity with parameters of type CarrierOptionPKModifier and TypeMethodDescriptionvoid
CarrierOptionDescription.setCarrierOptionPK
(CarrierOptionPK carrierOptionPK) void
CarrierOptionDetail.setCarrierOptionPK
(CarrierOptionPK carrierOptionPK) void
CarrierServiceOption.setCarrierOptionPK
(CarrierOptionPK carrierOptionPK) -
Uses of CarrierOptionPK in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return CarrierOptionPKModifier and TypeMethodDescriptionCarrierOptionFactory.getNextPK()
CarrierOptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) CarrierOptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type CarrierOptionPKModifier and TypeMethodDescriptionCarrierOptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) CarrierOptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) CarrierOptionFactory.getPKsFromResultSetAsList
(ResultSet rs) CarrierOptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type CarrierOptionPKModifier and TypeMethodDescriptionCarrierOptionDescriptionFactory.create
(CarrierOptionPK carrierOptionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) CarrierOptionDescriptionFactory.create
(Session session, CarrierOptionPK carrierOptionPK, LanguagePK languagePK, String description, 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) 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) CarrierOptionFactory.getEntityFromCache
(Session session, CarrierOptionPK pk) CarrierOptionFactory.getEntityFromPK
(EntityPermission entityPermission, CarrierOptionPK pk) CarrierOptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CarrierOptionPK pk) CarrierOptionFactory.getValueFromPK
(Session session, CarrierOptionPK pk) void
CarrierOptionFactory.remove
(Session session, CarrierOptionPK pk) boolean
CarrierOptionFactory.validPK
(Session session, CarrierOptionPK pk) Method parameters in com.echothree.model.data.carrier.server.factory with type arguments of type CarrierOptionPKModifier and TypeMethodDescriptionCarrierOptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CarrierOptionPK> pks) CarrierOptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CarrierOptionPK> pks) CarrierOptionFactory.getValuesFromPKs
(Session session, Collection<CarrierOptionPK> pks) void
CarrierOptionFactory.remove
(Session session, Collection<CarrierOptionPK> pks) void
CarrierOptionFactory.remove
(Collection<CarrierOptionPK> pks) -
Uses of CarrierOptionPK in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return CarrierOptionPKModifier and TypeMethodDescriptionCarrierOptionDescriptionValue.getCarrierOptionPK()
CarrierOptionDetailValue.getCarrierOptionPK()
CarrierServiceOptionValue.getCarrierOptionPK()
CarrierOptionValue.getPrimaryKey()
Methods in com.echothree.model.data.carrier.server.value with parameters of type CarrierOptionPKModifier and TypeMethodDescriptionvoid
CarrierOptionDescriptionValue.setCarrierOptionPK
(CarrierOptionPK carrierOptionPK) void
CarrierOptionDetailValue.setCarrierOptionPK
(CarrierOptionPK carrierOptionPK) void
CarrierServiceOptionValue.setCarrierOptionPK
(CarrierOptionPK carrierOptionPK) Constructors in com.echothree.model.data.carrier.server.value with parameters of type CarrierOptionPKModifierConstructorDescriptionCarrierOptionDescriptionValue
(CarrierOptionDescriptionPK carrierOptionDescriptionPK, CarrierOptionPK carrierOptionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CarrierOptionDescriptionValueCarrierOptionDescriptionValue
(CarrierOptionPK carrierOptionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CarrierOptionDescriptionValueCarrierOptionDetailValue
(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 CarrierOptionDetailValueCarrierOptionValue
(CarrierOptionPK carrierOptionPK, CarrierOptionDetailPK activeDetailPK, CarrierOptionDetailPK lastDetailPK) Creates a new instance of CarrierOptionValueCarrierServiceOptionValue
(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 CarrierServiceOptionValue