Uses of Class
com.echothree.model.data.carrier.common.pk.CarrierServicePK
Packages that use CarrierServicePK
Package
Description
-
Uses of CarrierServicePK in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return CarrierServicePKModifier and TypeMethodDescriptionCarrierServiceDescription.getCarrierServicePK()
CarrierServiceDetail.getCarrierServicePK()
CarrierServiceOption.getCarrierServicePK()
CarrierService.getPrimaryKey()
Methods in com.echothree.model.data.carrier.server.entity with parameters of type CarrierServicePKModifier and TypeMethodDescriptionvoid
CarrierServiceDescription.setCarrierServicePK
(CarrierServicePK carrierServicePK) void
CarrierServiceDetail.setCarrierServicePK
(CarrierServicePK carrierServicePK) void
CarrierServiceOption.setCarrierServicePK
(CarrierServicePK carrierServicePK) -
Uses of CarrierServicePK in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return CarrierServicePKModifier and TypeMethodDescriptionCarrierServiceFactory.getNextPK()
CarrierServiceFactory.getPKFromQuery
(PreparedStatement ps, Object... params) CarrierServiceFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type CarrierServicePKModifier and TypeMethodDescriptionCarrierServiceFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) CarrierServiceFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) CarrierServiceFactory.getPKsFromResultSetAsList
(ResultSet rs) CarrierServiceFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type CarrierServicePKModifier and TypeMethodDescriptionCarrierServiceDescriptionFactory.create
(CarrierServicePK carrierServicePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) CarrierServiceDescriptionFactory.create
(Session session, CarrierServicePK carrierServicePK, LanguagePK languagePK, String description, 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) CarrierServiceFactory.getEntityFromCache
(Session session, CarrierServicePK pk) CarrierServiceFactory.getEntityFromPK
(EntityPermission entityPermission, CarrierServicePK pk) CarrierServiceFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CarrierServicePK pk) CarrierServiceFactory.getValueFromPK
(Session session, CarrierServicePK pk) void
CarrierServiceFactory.remove
(Session session, CarrierServicePK pk) boolean
CarrierServiceFactory.validPK
(Session session, CarrierServicePK pk) Method parameters in com.echothree.model.data.carrier.server.factory with type arguments of type CarrierServicePKModifier and TypeMethodDescriptionCarrierServiceFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CarrierServicePK> pks) CarrierServiceFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CarrierServicePK> pks) CarrierServiceFactory.getValuesFromPKs
(Session session, Collection<CarrierServicePK> pks) void
CarrierServiceFactory.remove
(Session session, Collection<CarrierServicePK> pks) void
CarrierServiceFactory.remove
(Collection<CarrierServicePK> pks) -
Uses of CarrierServicePK in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return CarrierServicePKModifier and TypeMethodDescriptionCarrierServiceDescriptionValue.getCarrierServicePK()
CarrierServiceDetailValue.getCarrierServicePK()
CarrierServiceOptionValue.getCarrierServicePK()
CarrierServiceValue.getPrimaryKey()
Methods in com.echothree.model.data.carrier.server.value with parameters of type CarrierServicePKModifier and TypeMethodDescriptionvoid
CarrierServiceDescriptionValue.setCarrierServicePK
(CarrierServicePK carrierServicePK) void
CarrierServiceDetailValue.setCarrierServicePK
(CarrierServicePK carrierServicePK) void
CarrierServiceOptionValue.setCarrierServicePK
(CarrierServicePK carrierServicePK) Constructors in com.echothree.model.data.carrier.server.value with parameters of type CarrierServicePKModifierConstructorDescriptionCarrierServiceDescriptionValue
(CarrierServiceDescriptionPK carrierServiceDescriptionPK, CarrierServicePK carrierServicePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceDescriptionValueCarrierServiceDescriptionValue
(CarrierServicePK carrierServicePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceDescriptionValueCarrierServiceDetailValue
(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 CarrierServiceOptionValueCarrierServiceValue
(CarrierServicePK carrierServicePK, CarrierServiceDetailPK activeDetailPK, CarrierServiceDetailPK lastDetailPK) Creates a new instance of CarrierServiceValue -
Uses of CarrierServicePK in com.echothree.model.data.shipping.server.entity
Methods in com.echothree.model.data.shipping.server.entity that return CarrierServicePKMethods in com.echothree.model.data.shipping.server.entity with parameters of type CarrierServicePKModifier and TypeMethodDescriptionvoid
ShippingMethodCarrierService.setCarrierServicePK
(CarrierServicePK carrierServicePK) -
Uses of CarrierServicePK in com.echothree.model.data.shipping.server.factory
Methods in com.echothree.model.data.shipping.server.factory with parameters of type CarrierServicePKModifier and TypeMethodDescriptionShippingMethodCarrierServiceFactory.create
(ShippingMethodPK shippingMethodPK, CarrierServicePK carrierServicePK, Long fromTime, Long thruTime) ShippingMethodCarrierServiceFactory.create
(Session session, ShippingMethodPK shippingMethodPK, CarrierServicePK carrierServicePK, Long fromTime, Long thruTime) -
Uses of CarrierServicePK in com.echothree.model.data.shipping.server.value
Methods in com.echothree.model.data.shipping.server.value that return CarrierServicePKMethods in com.echothree.model.data.shipping.server.value with parameters of type CarrierServicePKModifier and TypeMethodDescriptionvoid
ShippingMethodCarrierServiceValue.setCarrierServicePK
(CarrierServicePK carrierServicePK) Constructors in com.echothree.model.data.shipping.server.value with parameters of type CarrierServicePKModifierConstructorDescriptionShippingMethodCarrierServiceValue
(ShippingMethodCarrierServicePK shippingMethodCarrierServicePK, ShippingMethodPK shippingMethodPK, CarrierServicePK carrierServicePK, Long fromTime, Long thruTime) Creates a new instance of ShippingMethodCarrierServiceValueShippingMethodCarrierServiceValue
(ShippingMethodPK shippingMethodPK, CarrierServicePK carrierServicePK, Long fromTime, Long thruTime) Creates a new instance of ShippingMethodCarrierServiceValue