Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryCostingMethodDescription
Packages that use InventoryCostingMethodDescription
-
Uses of InventoryCostingMethodDescription in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryCostingMethodDescriptionModifier and TypeMethodDescriptionInventoryCostingMethodDescriptionFactory.create(InventoryCostingMethodPK inventoryCostingMethodPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) InventoryCostingMethodDescriptionFactory.create(InventoryCostingMethod inventoryCostingMethod, Language language, String description, Long fromTime, Long thruTime) InventoryCostingMethodDescriptionFactory.getEntityFromCache(InventoryCostingMethodDescriptionPK pk) InventoryCostingMethodDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, InventoryCostingMethodDescriptionPK pk) InventoryCostingMethodDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryCostingMethodDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryCostingMethodDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryCostingMethodDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryCostingMethodDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, InventoryCostingMethodDescriptionValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryCostingMethodDescriptionModifier and TypeMethodDescriptionInventoryCostingMethodDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryCostingMethodDescriptionPK> pks) InventoryCostingMethodDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryCostingMethodDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryCostingMethodDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryCostingMethodDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryCostingMethodDescriptionModifier and TypeMethodDescriptionvoidInventoryCostingMethodDescriptionFactory.remove(InventoryCostingMethodDescription entity) voidInventoryCostingMethodDescriptionFactory.store(InventoryCostingMethodDescription entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryCostingMethodDescriptionModifier and TypeMethodDescriptionvoidInventoryCostingMethodDescriptionFactory.store(Collection<InventoryCostingMethodDescription> entities)