Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountDetailPK
Packages that use GlAccountDetailPK
Package
Description
-
Uses of GlAccountDetailPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountDetailPKModifier and TypeMethodDescriptionGlAccount.getActiveDetailPK()GlAccount.getLastDetailPK()GlAccountDetail.getPrimaryKey()Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountDetailPKModifier and TypeMethodDescriptionvoidGlAccount.setActiveDetailPK(GlAccountDetailPK activeDetailPK) voidGlAccount.setLastDetailPK(GlAccountDetailPK lastDetailPK) -
Uses of GlAccountDetailPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountDetailPKModifier and TypeMethodDescriptionGlAccountDetailFactory.getNextPK()GlAccountDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) GlAccountDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountDetailPKModifier and TypeMethodDescriptionGlAccountDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GlAccountDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GlAccountDetailFactory.getPKsFromResultSetAsList(ResultSet rs) GlAccountDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountDetailPKModifier and TypeMethodDescriptionGlAccountFactory.create(GlAccountDetailPK activeDetailPK, GlAccountDetailPK lastDetailPK) GlAccountFactory.create(Session session, GlAccountDetailPK activeDetailPK, GlAccountDetailPK lastDetailPK) GlAccountDetailFactory.getEntityFromCache(Session session, GlAccountDetailPK pk) GlAccountDetailFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountDetailPK pk) GlAccountDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, GlAccountDetailPK pk) GlAccountDetailFactory.getValueFromPK(Session session, GlAccountDetailPK pk) voidGlAccountDetailFactory.remove(Session session, GlAccountDetailPK pk) booleanGlAccountDetailFactory.validPK(Session session, GlAccountDetailPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountDetailPKModifier and TypeMethodDescriptionGlAccountDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountDetailPK> pks) GlAccountDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<GlAccountDetailPK> pks) GlAccountDetailFactory.getValuesFromPKs(Session session, Collection<GlAccountDetailPK> pks) voidGlAccountDetailFactory.remove(Session session, Collection<GlAccountDetailPK> pks) voidGlAccountDetailFactory.remove(Collection<GlAccountDetailPK> pks) -
Uses of GlAccountDetailPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountDetailPKModifier and TypeMethodDescriptionGlAccountValue.getActiveDetailPK()GlAccountValue.getLastDetailPK()GlAccountDetailValue.getPrimaryKey()Methods in com.echothree.model.data.accounting.server.value with parameters of type GlAccountDetailPKModifier and TypeMethodDescriptionvoidGlAccountValue.setActiveDetailPK(GlAccountDetailPK activeDetailPK) voidGlAccountValue.setLastDetailPK(GlAccountDetailPK lastDetailPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountDetailPKModifierConstructorDescriptionGlAccountDetailValue(GlAccountDetailPK glAccountDetailPK, GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of GlAccountDetailValueGlAccountValue(GlAccountDetailPK activeDetailPK, GlAccountDetailPK lastDetailPK) Creates a new instance of GlAccountValueGlAccountValue(GlAccountPK glAccountPK, GlAccountDetailPK activeDetailPK, GlAccountDetailPK lastDetailPK) Creates a new instance of GlAccountValue