Uses of Class
com.echothree.model.data.accounting.server.entity.ItemAccountingCategoryDetail
Packages that use ItemAccountingCategoryDetail
Package
Description
-
Uses of ItemAccountingCategoryDetail in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return ItemAccountingCategoryDetailModifier and TypeMethodDescriptionItemAccountingCategory.getActiveDetail()ItemAccountingCategory.getActiveDetail(EntityPermission entityPermission) ItemAccountingCategory.getActiveDetailForUpdate()ItemAccountingCategory.getLastDetail()ItemAccountingCategory.getLastDetail(EntityPermission entityPermission) ItemAccountingCategory.getLastDetailForUpdate()Methods in com.echothree.model.data.accounting.server.entity with parameters of type ItemAccountingCategoryDetailModifier and TypeMethodDescriptionvoidItemAccountingCategory.setActiveDetail(ItemAccountingCategoryDetail entity) voidItemAccountingCategory.setLastDetail(ItemAccountingCategoryDetail entity) -
Uses of ItemAccountingCategoryDetail in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return ItemAccountingCategoryDetailModifier and TypeMethodDescriptionItemAccountingCategoryDetailFactory.create(ItemAccountingCategoryPK itemAccountingCategoryPK, String itemAccountingCategoryName, ItemAccountingCategoryPK parentItemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ItemAccountingCategoryDetailFactory.create(ItemAccountingCategory itemAccountingCategory, String itemAccountingCategoryName, ItemAccountingCategory parentItemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ItemAccountingCategoryDetailFactory.getEntityFromCache(ItemAccountingCategoryDetailPK pk) ItemAccountingCategoryDetailFactory.getEntityFromPK(EntityPermission entityPermission, ItemAccountingCategoryDetailPK pk) ItemAccountingCategoryDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemAccountingCategoryDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemAccountingCategoryDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemAccountingCategoryDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ItemAccountingCategoryDetailFactory.getEntityFromValue(EntityPermission entityPermission, ItemAccountingCategoryDetailValue value) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type ItemAccountingCategoryDetailModifier and TypeMethodDescriptionItemAccountingCategoryDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemAccountingCategoryDetailPK> pks) ItemAccountingCategoryDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemAccountingCategoryDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemAccountingCategoryDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemAccountingCategoryDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type ItemAccountingCategoryDetailModifier and TypeMethodDescriptionItemAccountingCategoryFactory.create(ItemAccountingCategoryDetail activeDetail, ItemAccountingCategoryDetail lastDetail) voidItemAccountingCategoryDetailFactory.remove(ItemAccountingCategoryDetail entity) voidItemAccountingCategoryDetailFactory.store(ItemAccountingCategoryDetail entity) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type ItemAccountingCategoryDetailModifier and TypeMethodDescriptionvoidItemAccountingCategoryDetailFactory.store(Collection<ItemAccountingCategoryDetail> entities)