Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountSummaryPK
Packages that use GlAccountSummaryPK
Package
Description
-
Uses of GlAccountSummaryPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountSummaryPK -
Uses of GlAccountSummaryPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountSummaryPKModifier and TypeMethodDescriptionGlAccountSummaryFactory.getNextPK()
GlAccountSummaryFactory.getPKFromQuery
(PreparedStatement ps, Object... params) GlAccountSummaryFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountSummaryPKModifier and TypeMethodDescriptionGlAccountSummaryFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) GlAccountSummaryFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) GlAccountSummaryFactory.getPKsFromResultSetAsList
(ResultSet rs) GlAccountSummaryFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountSummaryPKModifier and TypeMethodDescriptionGlAccountSummaryFactory.getEntityFromCache
(Session session, GlAccountSummaryPK pk) GlAccountSummaryFactory.getEntityFromPK
(EntityPermission entityPermission, GlAccountSummaryPK pk) GlAccountSummaryFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GlAccountSummaryPK pk) GlAccountSummaryFactory.getValueFromPK
(Session session, GlAccountSummaryPK pk) void
GlAccountSummaryFactory.remove
(Session session, GlAccountSummaryPK pk) boolean
GlAccountSummaryFactory.validPK
(Session session, GlAccountSummaryPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountSummaryPKModifier and TypeMethodDescriptionGlAccountSummaryFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<GlAccountSummaryPK> pks) GlAccountSummaryFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GlAccountSummaryPK> pks) GlAccountSummaryFactory.getValuesFromPKs
(Session session, Collection<GlAccountSummaryPK> pks) void
GlAccountSummaryFactory.remove
(Session session, Collection<GlAccountSummaryPK> pks) void
GlAccountSummaryFactory.remove
(Collection<GlAccountSummaryPK> pks) -
Uses of GlAccountSummaryPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountSummaryPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountSummaryPKModifierConstructorDescriptionGlAccountSummaryValue
(GlAccountSummaryPK glAccountSummaryPK, GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long balance) Creates a new instance of GlAccountSummaryValue