Uses of Class
com.echothree.model.data.accounting.server.entity.GlAccountDetail
Packages that use GlAccountDetail
Package
Description
-
Uses of GlAccountDetail in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountDetailModifier and TypeMethodDescriptionGlAccount.getActiveDetail()GlAccount.getActiveDetail(EntityPermission entityPermission) GlAccount.getActiveDetailForUpdate()GlAccount.getLastDetail()GlAccount.getLastDetail(EntityPermission entityPermission) GlAccount.getLastDetailForUpdate()Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountDetailModifier and TypeMethodDescriptionvoidGlAccount.setActiveDetail(GlAccountDetail entity) voidGlAccount.setLastDetail(GlAccountDetail entity) -
Uses of GlAccountDetail in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountDetailModifier and TypeMethodDescriptionGlAccountDetailFactory.create(GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) GlAccountDetailFactory.create(GlAccount glAccount, String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, Long fromTime, Long thruTime) GlAccountDetailFactory.getEntityFromCache(GlAccountDetailPK pk) GlAccountDetailFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountDetailPK pk) GlAccountDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) GlAccountDetailFactory.getEntityFromValue(EntityPermission entityPermission, GlAccountDetailValue value) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountDetailModifier and TypeMethodDescriptionGlAccountDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountDetailPK> pks) GlAccountDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountDetailModifier and TypeMethodDescriptionGlAccountFactory.create(GlAccountDetail activeDetail, GlAccountDetail lastDetail) voidGlAccountDetailFactory.remove(GlAccountDetail entity) voidGlAccountDetailFactory.store(GlAccountDetail entity) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountDetailModifier and TypeMethodDescriptionvoidGlAccountDetailFactory.store(Collection<GlAccountDetail> entities)