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 -
Uses of ItemCountryOfOriginPK in com.echothree.model.jooq.server.records.item
Methods in com.echothree.model.jooq.server.records.item that return ItemCountryOfOriginPKModifier and TypeMethodDescriptionItemCountryOfOrigins.ItemCountryOfOrigin()Getter foritemcountryoforigins.icoorgn_itemcountryoforiginid.Methods in com.echothree.model.jooq.server.records.item that return types with arguments of type ItemCountryOfOriginPKModifier and TypeMethodDescriptionorg.jooq.Record1<ItemCountryOfOriginPK> ItemCountryOfOrigins.key()Methods in com.echothree.model.jooq.server.records.item with parameters of type ItemCountryOfOriginPKModifier and TypeMethodDescriptionvoidItemCountryOfOrigins.ItemCountryOfOrigin(ItemCountryOfOriginPK value) Setter foritemcountryoforigins.icoorgn_itemcountryoforiginid.Constructors in com.echothree.model.jooq.server.records.item with parameters of type ItemCountryOfOriginPKModifierConstructorDescriptionItemCountryOfOrigins(ItemCountryOfOriginPK ItemCountryOfOrigin, ItemPK Item, GeoCodePK CountryGeoCode, Integer Percent, Long FromTime, Long ThruTime) Create a detached, initialised ItemCountryOfOrigins -
Uses of ItemCountryOfOriginPK in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemCountryOfOriginPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemCountryOfOrigins, ItemCountryOfOriginPK> ItemCountryOfOrigins.ITEM_COUNTRY_OF_ORIGINThe columnitemcountryoforigins.icoorgn_itemcountryoforiginid.