Uses of Class
com.echothree.model.data.accounting.server.entity.GlAccountClassDetail
Packages that use GlAccountClassDetail
Package
Description
-
Uses of GlAccountClassDetail in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountClassDetailModifier and TypeMethodDescriptionGlAccountClass.getActiveDetail()GlAccountClass.getActiveDetail(EntityPermission entityPermission) GlAccountClass.getActiveDetailForUpdate()GlAccountClass.getLastDetail()GlAccountClass.getLastDetail(EntityPermission entityPermission) GlAccountClass.getLastDetailForUpdate()Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountClassDetailModifier and TypeMethodDescriptionvoidGlAccountClass.setActiveDetail(GlAccountClassDetail entity) voidGlAccountClass.setLastDetail(GlAccountClassDetail entity) -
Uses of GlAccountClassDetail in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountClassDetailModifier and TypeMethodDescriptionGlAccountClassDetailFactory.create(GlAccountClassPK glAccountClassPK, String glAccountClassName, GlAccountClassPK parentGlAccountClassPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GlAccountClassDetailFactory.create(GlAccountClass glAccountClass, String glAccountClassName, GlAccountClass parentGlAccountClass, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GlAccountClassDetailFactory.getEntityFromCache(GlAccountClassDetailPK pk) GlAccountClassDetailFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountClassDetailPK pk) GlAccountClassDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountClassDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountClassDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountClassDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) GlAccountClassDetailFactory.getEntityFromValue(EntityPermission entityPermission, GlAccountClassDetailValue value) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountClassDetailModifier and TypeMethodDescriptionGlAccountClassDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountClassDetailPK> pks) GlAccountClassDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountClassDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountClassDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountClassDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountClassDetailModifier and TypeMethodDescriptionGlAccountClassFactory.create(GlAccountClassDetail activeDetail, GlAccountClassDetail lastDetail) voidGlAccountClassDetailFactory.remove(GlAccountClassDetail entity) voidGlAccountClassDetailFactory.store(GlAccountClassDetail entity) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountClassDetailModifier and TypeMethodDescriptionvoidGlAccountClassDetailFactory.store(Collection<GlAccountClassDetail> entities)