Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryConditionDescription
Packages that use InventoryConditionDescription
Package
Description
-
Uses of InventoryConditionDescription in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryConditionDescriptionModifier and TypeMethodDescriptionInventoryControl.createInventoryConditionDescription(InventoryCondition inventoryCondition, Language language, String description, BasePK createdBy) InventoryControl.getInventoryConditionDescription(InventoryCondition inventoryCondition, Language language) InventoryControl.getInventoryConditionDescriptionForUpdate(InventoryCondition inventoryCondition, Language language) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryConditionDescriptionModifier and TypeMethodDescriptionInventoryControl.getInventoryConditionDescriptionsByInventoryCondition(InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionDescriptionsByInventoryConditionForUpdate(InventoryCondition inventoryCondition) Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryConditionDescriptionModifier and TypeMethodDescriptionvoidInventoryControl.deleteInventoryConditionDescription(InventoryConditionDescription inventoryConditionDescription, BasePK deletedBy) InventoryControl.getInventoryConditionDescriptionTransfer(UserVisit userVisit, InventoryConditionDescription inventoryConditionDescription) InventoryControl.getInventoryConditionDescriptionValue(InventoryConditionDescription inventoryConditionDescription) -
Uses of InventoryConditionDescription in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type InventoryConditionDescriptionModifier and TypeMethodDescriptionInventoryConditionDescriptionTransferCache.getTransfer(UserVisit userVisit, InventoryConditionDescription inventoryConditionDescription) -
Uses of InventoryConditionDescription in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryConditionDescriptionModifier and TypeMethodDescriptionInventoryConditionDescriptionFactory.create(InventoryConditionPK inventoryConditionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) InventoryConditionDescriptionFactory.create(InventoryCondition inventoryCondition, Language language, String description, Long fromTime, Long thruTime) InventoryConditionDescriptionFactory.create(Session session, InventoryConditionPK inventoryConditionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) InventoryConditionDescriptionFactory.create(Session session, InventoryCondition inventoryCondition, Language language, String description, Long fromTime, Long thruTime) InventoryConditionDescriptionFactory.getEntityFromCache(Session session, InventoryConditionDescriptionPK pk) InventoryConditionDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, InventoryConditionDescriptionPK pk) InventoryConditionDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, InventoryConditionDescriptionPK pk) InventoryConditionDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) InventoryConditionDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryConditionDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryConditionDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryConditionDescriptionFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryConditionDescriptionFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryConditionDescriptionFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryConditionDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryConditionDescriptionFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) InventoryConditionDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, InventoryConditionDescriptionValue value) InventoryConditionDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, InventoryConditionDescriptionValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryConditionDescriptionModifier and TypeMethodDescriptionInventoryConditionDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryConditionDescriptionPK> pks) InventoryConditionDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InventoryConditionDescriptionPK> pks) InventoryConditionDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) InventoryConditionDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryConditionDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryConditionDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryConditionDescriptionFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryConditionDescriptionFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryConditionDescriptionFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryConditionDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryConditionDescriptionFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryConditionDescriptionModifier and TypeMethodDescriptionvoidInventoryConditionDescriptionFactory.remove(Session session, InventoryConditionDescription entity) voidInventoryConditionDescriptionFactory.store(Session session, InventoryConditionDescription entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryConditionDescriptionModifier and TypeMethodDescriptionvoidInventoryConditionDescriptionFactory.store(Session session, Collection<InventoryConditionDescription> entities) voidInventoryConditionDescriptionFactory.store(Collection<InventoryConditionDescription> entities)