Uses of Class
com.echothree.model.data.shipping.common.pk.ShippingMethodDetailPK
Packages that use ShippingMethodDetailPK
Package
Description
-
Uses of ShippingMethodDetailPK in com.echothree.model.data.shipping.server.entity
Methods in com.echothree.model.data.shipping.server.entity that return ShippingMethodDetailPKModifier and TypeMethodDescriptionShippingMethod.getActiveDetailPK()
ShippingMethod.getLastDetailPK()
ShippingMethodDetail.getPrimaryKey()
Methods in com.echothree.model.data.shipping.server.entity with parameters of type ShippingMethodDetailPKModifier and TypeMethodDescriptionvoid
ShippingMethod.setActiveDetailPK
(ShippingMethodDetailPK activeDetailPK) void
ShippingMethod.setLastDetailPK
(ShippingMethodDetailPK lastDetailPK) -
Uses of ShippingMethodDetailPK in com.echothree.model.data.shipping.server.factory
Methods in com.echothree.model.data.shipping.server.factory that return ShippingMethodDetailPKModifier and TypeMethodDescriptionShippingMethodDetailFactory.getNextPK()
ShippingMethodDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ShippingMethodDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.shipping.server.factory that return types with arguments of type ShippingMethodDetailPKModifier and TypeMethodDescriptionShippingMethodDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ShippingMethodDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ShippingMethodDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) ShippingMethodDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.shipping.server.factory with parameters of type ShippingMethodDetailPKModifier and TypeMethodDescriptionShippingMethodFactory.create
(ShippingMethodDetailPK activeDetailPK, ShippingMethodDetailPK lastDetailPK) ShippingMethodFactory.create
(Session session, ShippingMethodDetailPK activeDetailPK, ShippingMethodDetailPK lastDetailPK) ShippingMethodDetailFactory.getEntityFromCache
(Session session, ShippingMethodDetailPK pk) ShippingMethodDetailFactory.getEntityFromPK
(EntityPermission entityPermission, ShippingMethodDetailPK pk) ShippingMethodDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ShippingMethodDetailPK pk) ShippingMethodDetailFactory.getValueFromPK
(Session session, ShippingMethodDetailPK pk) void
ShippingMethodDetailFactory.remove
(Session session, ShippingMethodDetailPK pk) boolean
ShippingMethodDetailFactory.validPK
(Session session, ShippingMethodDetailPK pk) Method parameters in com.echothree.model.data.shipping.server.factory with type arguments of type ShippingMethodDetailPKModifier and TypeMethodDescriptionShippingMethodDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ShippingMethodDetailPK> pks) ShippingMethodDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ShippingMethodDetailPK> pks) ShippingMethodDetailFactory.getValuesFromPKs
(Session session, Collection<ShippingMethodDetailPK> pks) void
ShippingMethodDetailFactory.remove
(Session session, Collection<ShippingMethodDetailPK> pks) void
ShippingMethodDetailFactory.remove
(Collection<ShippingMethodDetailPK> pks) -
Uses of ShippingMethodDetailPK in com.echothree.model.data.shipping.server.value
Methods in com.echothree.model.data.shipping.server.value that return ShippingMethodDetailPKModifier and TypeMethodDescriptionShippingMethodValue.getActiveDetailPK()
ShippingMethodValue.getLastDetailPK()
ShippingMethodDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.shipping.server.value with parameters of type ShippingMethodDetailPKModifier and TypeMethodDescriptionvoid
ShippingMethodValue.setActiveDetailPK
(ShippingMethodDetailPK activeDetailPK) void
ShippingMethodValue.setLastDetailPK
(ShippingMethodDetailPK lastDetailPK) Constructors in com.echothree.model.data.shipping.server.value with parameters of type ShippingMethodDetailPKModifierConstructorDescriptionShippingMethodDetailValue
(ShippingMethodDetailPK shippingMethodDetailPK, ShippingMethodPK shippingMethodPK, String shippingMethodName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ShippingMethodDetailValueShippingMethodValue
(ShippingMethodDetailPK activeDetailPK, ShippingMethodDetailPK lastDetailPK) Creates a new instance of ShippingMethodValueShippingMethodValue
(ShippingMethodPK shippingMethodPK, ShippingMethodDetailPK activeDetailPK, ShippingMethodDetailPK lastDetailPK) Creates a new instance of ShippingMethodValue