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(ItemCountryOfOriginPK pk) ItemCountryOfOriginFactory.getEntityFromPK(EntityPermission entityPermission, ItemCountryOfOriginPK pk) ItemCountryOfOriginFactory.getValueFromPK(ItemCountryOfOriginPK pk) voidItemCountryOfOriginFactory.remove(ItemCountryOfOriginPK pk) booleanItemCountryOfOriginFactory.validPK(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.getValuesFromPKs(Collection<ItemCountryOfOriginPK> pks) voidItemCountryOfOriginFactory.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