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.getActiveDetail
(Session session) ItemAccountingCategory.getActiveDetail
(Session session, EntityPermission entityPermission) ItemAccountingCategory.getActiveDetailForUpdate()
ItemAccountingCategory.getActiveDetailForUpdate
(Session session) ItemAccountingCategory.getLastDetail()
ItemAccountingCategory.getLastDetail
(EntityPermission entityPermission) ItemAccountingCategory.getLastDetail
(Session session) ItemAccountingCategory.getLastDetail
(Session session, EntityPermission entityPermission) ItemAccountingCategory.getLastDetailForUpdate()
ItemAccountingCategory.getLastDetailForUpdate
(Session session) Methods in com.echothree.model.data.accounting.server.entity with parameters of type ItemAccountingCategoryDetailModifier and TypeMethodDescriptionvoid
ItemAccountingCategory.setActiveDetail
(ItemAccountingCategoryDetail entity) void
ItemAccountingCategory.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.create
(Session session, 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
(Session session, 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
(Session session, ItemAccountingCategoryDetailPK pk) ItemAccountingCategoryDetailFactory.getEntityFromPK
(EntityPermission entityPermission, ItemAccountingCategoryDetailPK pk) ItemAccountingCategoryDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemAccountingCategoryDetailPK pk) ItemAccountingCategoryDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemAccountingCategoryDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemAccountingCategoryDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemAccountingCategoryDetailFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ItemAccountingCategoryDetailFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ItemAccountingCategoryDetailFactory.getEntityFromValue
(EntityPermission entityPermission, ItemAccountingCategoryDetailValue value) ItemAccountingCategoryDetailFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemAccountingCategoryDetailPK> pks) ItemAccountingCategoryDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemAccountingCategoryDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemAccountingCategoryDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemAccountingCategoryDetailFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ItemAccountingCategoryDetailFactory.getEntitiesFromResultSet
(Session session, 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) ItemAccountingCategoryFactory.create
(Session session, ItemAccountingCategoryDetail activeDetail, ItemAccountingCategoryDetail lastDetail) void
ItemAccountingCategoryDetailFactory.remove
(Session session, ItemAccountingCategoryDetail entity) void
ItemAccountingCategoryDetailFactory.store
(Session session, ItemAccountingCategoryDetail entity) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type ItemAccountingCategoryDetailModifier and TypeMethodDescriptionvoid
ItemAccountingCategoryDetailFactory.store
(Session session, Collection<ItemAccountingCategoryDetail> entities) void
ItemAccountingCategoryDetailFactory.store
(Collection<ItemAccountingCategoryDetail> entities)