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.getActiveDetail
(Session session) GlAccount.getActiveDetail
(Session session, EntityPermission entityPermission) GlAccount.getActiveDetailForUpdate()
GlAccount.getActiveDetailForUpdate
(Session session) GlAccount.getLastDetail()
GlAccount.getLastDetail
(EntityPermission entityPermission) GlAccount.getLastDetail
(Session session) GlAccount.getLastDetail
(Session session, EntityPermission entityPermission) GlAccount.getLastDetailForUpdate()
GlAccount.getLastDetailForUpdate
(Session session) Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountDetailModifier and TypeMethodDescriptionvoid
GlAccount.setActiveDetail
(GlAccountDetail entity) void
GlAccount.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.create
(Session session, GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) GlAccountDetailFactory.create
(Session session, GlAccount glAccount, String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, Long fromTime, Long thruTime) GlAccountDetailFactory.getEntityFromCache
(Session session, GlAccountDetailPK pk) GlAccountDetailFactory.getEntityFromPK
(EntityPermission entityPermission, GlAccountDetailPK pk) GlAccountDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GlAccountDetailPK pk) GlAccountDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountDetailFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) GlAccountDetailFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) GlAccountDetailFactory.getEntityFromValue
(EntityPermission entityPermission, GlAccountDetailValue value) GlAccountDetailFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GlAccountDetailPK> pks) GlAccountDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountDetailFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) GlAccountDetailFactory.getEntitiesFromResultSet
(Session session, 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) GlAccountFactory.create
(Session session, GlAccountDetail activeDetail, GlAccountDetail lastDetail) void
GlAccountDetailFactory.remove
(Session session, GlAccountDetail entity) void
GlAccountDetailFactory.store
(Session session, GlAccountDetail entity) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountDetailModifier and TypeMethodDescriptionvoid
GlAccountDetailFactory.store
(Session session, Collection<GlAccountDetail> entities) void
GlAccountDetailFactory.store
(Collection<GlAccountDetail> entities)