Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryConditionGlAccount
Packages that use InventoryConditionGlAccount
Package
Description
-
Uses of InventoryConditionGlAccount in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryConditionGlAccountModifier and TypeMethodDescriptionInventoryControl.createInventoryConditionGlAccount(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, BasePK createdBy) InventoryControl.getInventoryConditionGlAccount(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory) InventoryControl.getInventoryConditionGlAccountForUpdate(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryConditionGlAccountModifier and TypeMethodDescriptionInventoryControl.getInventoryConditionGlAccountsByInventoryCondition(InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionGlAccountsByInventoryConditionForUpdate(InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionGlAccountsByItemAccountingCategory(ItemAccountingCategory itemAccountingCategory) InventoryControl.getInventoryConditionGlAccountsByItemAccountingCategoryForUpdate(ItemAccountingCategory itemAccountingCategory) Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryConditionGlAccountModifier and TypeMethodDescriptionvoidInventoryControl.deleteInventoryConditionGlAccount(InventoryConditionGlAccount inventoryConditionGlAccount, BasePK deletedBy) InventoryControl.getInventoryConditionGlAccountTransfer(UserVisit userVisit, InventoryConditionGlAccount inventoryConditionGlAccount) Method parameters in com.echothree.model.control.inventory.server.control with type arguments of type InventoryConditionGlAccountModifier and TypeMethodDescriptionvoidInventoryControl.deleteInventoryConditionGlAccounts(List<InventoryConditionGlAccount> inventoryConditionGlAccounts, BasePK deletedBy) -
Uses of InventoryConditionGlAccount in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type InventoryConditionGlAccountModifier and TypeMethodDescriptionInventoryConditionGlAccountTransferCache.getTransfer(UserVisit userVisit, InventoryConditionGlAccount inventoryConditionGlAccount) -
Uses of InventoryConditionGlAccount in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryConditionGlAccountModifier and TypeMethodDescriptionInventoryConditionGlAccountFactory.create(InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) InventoryConditionGlAccountFactory.create(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Long fromTime, Long thruTime) InventoryConditionGlAccountFactory.getEntityFromCache(InventoryConditionGlAccountPK pk) InventoryConditionGlAccountFactory.getEntityFromPK(EntityPermission entityPermission, InventoryConditionGlAccountPK pk) InventoryConditionGlAccountFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryConditionGlAccountFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryConditionGlAccountFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryConditionGlAccountFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryConditionGlAccountFactory.getEntityFromValue(EntityPermission entityPermission, InventoryConditionGlAccountValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryConditionGlAccountModifier and TypeMethodDescriptionInventoryConditionGlAccountFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryConditionGlAccountPK> pks) InventoryConditionGlAccountFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryConditionGlAccountFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryConditionGlAccountFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryConditionGlAccountFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryConditionGlAccountModifier and TypeMethodDescriptionvoidInventoryConditionGlAccountFactory.remove(InventoryConditionGlAccount entity) voidInventoryConditionGlAccountFactory.store(InventoryConditionGlAccount entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryConditionGlAccountModifier and TypeMethodDescriptionvoidInventoryConditionGlAccountFactory.store(Collection<InventoryConditionGlAccount> entities)