Uses of Class
com.echothree.model.data.item.common.pk.ItemCountryOfOriginPK
Packages that use ItemCountryOfOriginPK
Package
Description
-
Uses of ItemCountryOfOriginPK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemCountryOfOriginPK -
Uses of ItemCountryOfOriginPK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemCountryOfOriginPKModifier and TypeMethodDescriptionItemCountryOfOriginFactory.getNextPK()
ItemCountryOfOriginFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ItemCountryOfOriginFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemCountryOfOriginPKModifier and TypeMethodDescriptionItemCountryOfOriginFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ItemCountryOfOriginFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ItemCountryOfOriginFactory.getPKsFromResultSetAsList
(ResultSet rs) ItemCountryOfOriginFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemCountryOfOriginPKModifier and TypeMethodDescriptionItemCountryOfOriginFactory.getEntityFromCache
(Session session, ItemCountryOfOriginPK pk) ItemCountryOfOriginFactory.getEntityFromPK
(EntityPermission entityPermission, ItemCountryOfOriginPK pk) ItemCountryOfOriginFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemCountryOfOriginPK pk) ItemCountryOfOriginFactory.getValueFromPK
(Session session, ItemCountryOfOriginPK pk) void
ItemCountryOfOriginFactory.remove
(Session session, ItemCountryOfOriginPK pk) boolean
ItemCountryOfOriginFactory.validPK
(Session session, ItemCountryOfOriginPK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemCountryOfOriginPKModifier and TypeMethodDescriptionItemCountryOfOriginFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemCountryOfOriginPK> pks) ItemCountryOfOriginFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemCountryOfOriginPK> pks) ItemCountryOfOriginFactory.getValuesFromPKs
(Session session, Collection<ItemCountryOfOriginPK> pks) void
ItemCountryOfOriginFactory.remove
(Session session, Collection<ItemCountryOfOriginPK> pks) void
ItemCountryOfOriginFactory.remove
(Collection<ItemCountryOfOriginPK> pks) -
Uses of ItemCountryOfOriginPK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemCountryOfOriginPKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemCountryOfOriginPKModifierConstructorDescriptionItemCountryOfOriginValue
(ItemCountryOfOriginPK itemCountryOfOriginPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, Integer percent, Long fromTime, Long thruTime) Creates a new instance of ItemCountryOfOriginValue