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(GlAccountSummaryPK pk) GlAccountSummaryFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountSummaryPK pk) GlAccountSummaryFactory.getValueFromPK(GlAccountSummaryPK pk) voidGlAccountSummaryFactory.remove(GlAccountSummaryPK pk) booleanGlAccountSummaryFactory.validPK(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.getValuesFromPKs(Collection<GlAccountSummaryPK> pks) voidGlAccountSummaryFactory.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 debitTotal, Long creditTotal, Long balance) Creates a new instance of GlAccountSummaryValue