Uses of Class
com.echothree.model.data.item.server.value.ItemCountryOfOriginValue
Packages that use ItemCountryOfOriginValue
Package
Description
-
Uses of ItemCountryOfOriginValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemCountryOfOriginValueModifier and TypeMethodDescriptionItemControl.getItemCountryOfOriginValue
(ItemCountryOfOrigin itemCountryOfOrigin) ItemControl.getItemCountryOfOriginValueForUpdate
(Item item, GeoCode countryGeoCode) Methods in com.echothree.model.control.item.server.control with parameters of type ItemCountryOfOriginValueModifier and TypeMethodDescriptionvoid
ItemControl.updateItemCountryOfOriginFromValue
(ItemCountryOfOriginValue itemCountryOfOriginValue, BasePK updatedBy) -
Uses of ItemCountryOfOriginValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemCountryOfOriginValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemCountryOfOriginValueModifier and TypeMethodDescriptionvoid
ItemCountryOfOrigin.setItemCountryOfOriginValue
(ItemCountryOfOriginValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type ItemCountryOfOriginValueModifierConstructorDescriptionItemCountryOfOrigin
(ItemCountryOfOriginValue value, EntityPermission entityPermission) Creates a new instance of ItemCountryOfOrigin -
Uses of ItemCountryOfOriginValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemCountryOfOriginValueModifier and TypeMethodDescriptionItemCountryOfOriginFactory.getValueFromPK
(Session session, ItemCountryOfOriginPK pk) ItemCountryOfOriginFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemCountryOfOriginValueModifier and TypeMethodDescriptionItemCountryOfOriginFactory.getValuesFromPKs
(Session session, Collection<ItemCountryOfOriginPK> pks) ItemCountryOfOriginFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemCountryOfOriginValueModifier and TypeMethodDescriptionItemCountryOfOriginFactory.getEntityFromValue
(EntityPermission entityPermission, ItemCountryOfOriginValue value) ItemCountryOfOriginFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemCountryOfOriginValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemCountryOfOriginValueModifier and TypeMethodDescriptionvoid
ItemCountryOfOriginFactory.create
(Session session, Collection<ItemCountryOfOriginValue> _values) void
ItemCountryOfOriginFactory.create
(Collection<ItemCountryOfOriginValue> _values) -
Uses of ItemCountryOfOriginValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemCountryOfOriginValue