Uses of Class
com.echothree.model.data.accounting.server.entity.GlAccountCategoryDetail
Packages that use GlAccountCategoryDetail
Package
Description
-
Uses of GlAccountCategoryDetail in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountCategoryDetailModifier and TypeMethodDescriptionGlAccountCategory.getActiveDetail()GlAccountCategory.getActiveDetail(EntityPermission entityPermission) GlAccountCategory.getActiveDetailForUpdate()GlAccountCategory.getLastDetail()GlAccountCategory.getLastDetail(EntityPermission entityPermission) GlAccountCategory.getLastDetailForUpdate()Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountCategoryDetailModifier and TypeMethodDescriptionvoidGlAccountCategory.setActiveDetail(GlAccountCategoryDetail entity) voidGlAccountCategory.setLastDetail(GlAccountCategoryDetail entity) -
Uses of GlAccountCategoryDetail in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountCategoryDetailModifier and TypeMethodDescriptionGlAccountCategoryDetailFactory.create(GlAccountCategoryPK glAccountCategoryPK, String glAccountCategoryName, GlAccountCategoryPK parentGlAccountCategoryPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GlAccountCategoryDetailFactory.create(GlAccountCategory glAccountCategory, String glAccountCategoryName, GlAccountCategory parentGlAccountCategory, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GlAccountCategoryDetailFactory.getEntityFromCache(GlAccountCategoryDetailPK pk) GlAccountCategoryDetailFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountCategoryDetailPK pk) GlAccountCategoryDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountCategoryDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountCategoryDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountCategoryDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) GlAccountCategoryDetailFactory.getEntityFromValue(EntityPermission entityPermission, GlAccountCategoryDetailValue value) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountCategoryDetailModifier and TypeMethodDescriptionGlAccountCategoryDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountCategoryDetailPK> pks) GlAccountCategoryDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountCategoryDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountCategoryDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountCategoryDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountCategoryDetailModifier and TypeMethodDescriptionGlAccountCategoryFactory.create(GlAccountCategoryDetail activeDetail, GlAccountCategoryDetail lastDetail) voidGlAccountCategoryDetailFactory.remove(GlAccountCategoryDetail entity) voidGlAccountCategoryDetailFactory.store(GlAccountCategoryDetail entity) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountCategoryDetailModifier and TypeMethodDescriptionvoidGlAccountCategoryDetailFactory.store(Collection<GlAccountCategoryDetail> entities)