Uses of Class
com.echothree.model.data.item.server.entity.ItemCountryOfOrigin
Packages that use ItemCountryOfOrigin
Package
Description
-
Uses of ItemCountryOfOrigin in com.echothree.control.user.item.server.command
Methods in com.echothree.control.user.item.server.command that return ItemCountryOfOriginModifier and TypeMethodDescriptionEditItemCountryOfOriginCommand.getEntity(EditItemCountryOfOriginResult result) Methods in com.echothree.control.user.item.server.command with parameters of type ItemCountryOfOriginModifier and TypeMethodDescriptionvoidEditItemCountryOfOriginCommand.doLock(ItemCountryOfOriginEdit edit, ItemCountryOfOrigin itemCountryOfOrigin) voidEditItemCountryOfOriginCommand.doUpdate(ItemCountryOfOrigin itemCountryOfOrigin) voidEditItemCountryOfOriginCommand.fillInResult(EditItemCountryOfOriginResult result, ItemCountryOfOrigin itemCountryOfOrigin) EditItemCountryOfOriginCommand.getLockEntity(ItemCountryOfOrigin itemCountryOfOrigin) -
Uses of ItemCountryOfOrigin in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemCountryOfOriginModifier and TypeMethodDescriptionItemControl.createItemCountryOfOrigin(Item item, GeoCode countryGeoCode, Integer percent, BasePK createdBy) ItemControl.getItemCountryOfOrigin(Item item, GeoCode countryGeoCode) ItemControl.getItemCountryOfOriginForUpdate(Item item, GeoCode countryGeoCode) Methods in com.echothree.model.control.item.server.control that return types with arguments of type ItemCountryOfOriginModifier and TypeMethodDescriptionItemControl.getItemCountryOfOriginsByCountryGeoCode(GeoCode countryGeoCode) ItemControl.getItemCountryOfOriginsByCountryGeoCodeForUpdate(GeoCode countryGeoCode) ItemControl.getItemCountryOfOriginsByItem(Item item) ItemControl.getItemCountryOfOriginsByItemForUpdate(Item item) Methods in com.echothree.model.control.item.server.control with parameters of type ItemCountryOfOriginModifier and TypeMethodDescriptionvoidItemControl.deleteItemCountryOfOrigin(ItemCountryOfOrigin itemCountryOfOrigin, BasePK deletedBy) ItemControl.getItemCountryOfOriginTransfer(UserVisit userVisit, ItemCountryOfOrigin itemCountryOfOrigin) ItemControl.getItemCountryOfOriginValue(ItemCountryOfOrigin itemCountryOfOrigin) Method parameters in com.echothree.model.control.item.server.control with type arguments of type ItemCountryOfOriginModifier and TypeMethodDescriptionvoidItemControl.deleteItemCountryOfOrigins(List<ItemCountryOfOrigin> itemCountryOfOrigins, BasePK deletedBy) -
Uses of ItemCountryOfOrigin in com.echothree.model.control.item.server.transfer
Methods in com.echothree.model.control.item.server.transfer with parameters of type ItemCountryOfOriginModifier and TypeMethodDescriptionItemCountryOfOriginTransferCache.getTransfer(UserVisit userVisit, ItemCountryOfOrigin itemCountryOfOrigin) -
Uses of ItemCountryOfOrigin in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemCountryOfOriginModifier and TypeMethodDescriptionItemCountryOfOriginFactory.create(ItemPK itemPK, GeoCodePK countryGeoCodePK, Integer percent, Long fromTime, Long thruTime) ItemCountryOfOriginFactory.create(Item item, GeoCode countryGeoCode, Integer percent, Long fromTime, Long thruTime) ItemCountryOfOriginFactory.getEntityFromCache(ItemCountryOfOriginPK pk) ItemCountryOfOriginFactory.getEntityFromPK(EntityPermission entityPermission, ItemCountryOfOriginPK pk) ItemCountryOfOriginFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemCountryOfOriginFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemCountryOfOriginFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemCountryOfOriginFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ItemCountryOfOriginFactory.getEntityFromValue(EntityPermission entityPermission, ItemCountryOfOriginValue value) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemCountryOfOriginModifier and TypeMethodDescriptionItemCountryOfOriginFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemCountryOfOriginPK> pks) ItemCountryOfOriginFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemCountryOfOriginFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemCountryOfOriginFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemCountryOfOriginFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemCountryOfOriginModifier and TypeMethodDescriptionvoidItemCountryOfOriginFactory.remove(ItemCountryOfOrigin entity) voidItemCountryOfOriginFactory.store(ItemCountryOfOrigin entity) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemCountryOfOriginModifier and TypeMethodDescriptionvoidItemCountryOfOriginFactory.store(Collection<ItemCountryOfOrigin> entities)