Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountDescriptionPK
Packages that use GlAccountDescriptionPK
Package
Description
-
Uses of GlAccountDescriptionPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountDescriptionPK -
Uses of GlAccountDescriptionPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountDescriptionPKModifier and TypeMethodDescriptionGlAccountDescriptionFactory.getNextPK()GlAccountDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) GlAccountDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountDescriptionPKModifier and TypeMethodDescriptionGlAccountDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GlAccountDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GlAccountDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) GlAccountDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountDescriptionPKModifier and TypeMethodDescriptionGlAccountDescriptionFactory.getEntityFromCache(GlAccountDescriptionPK pk) GlAccountDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountDescriptionPK pk) GlAccountDescriptionFactory.getValueFromPK(GlAccountDescriptionPK pk) voidGlAccountDescriptionFactory.remove(GlAccountDescriptionPK pk) booleanGlAccountDescriptionFactory.validPK(GlAccountDescriptionPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountDescriptionPKModifier and TypeMethodDescriptionGlAccountDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountDescriptionPK> pks) GlAccountDescriptionFactory.getValuesFromPKs(Collection<GlAccountDescriptionPK> pks) voidGlAccountDescriptionFactory.remove(Collection<GlAccountDescriptionPK> pks) -
Uses of GlAccountDescriptionPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountDescriptionPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountDescriptionPKModifierConstructorDescriptionGlAccountDescriptionValue(GlAccountDescriptionPK glAccountDescriptionPK, GlAccountPK glAccountPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountDescriptionValue -
Uses of GlAccountDescriptionPK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return GlAccountDescriptionPKModifier and TypeMethodDescriptionGlAccountDescriptions.GlAccountDescription()Getter forglaccountdescriptions.glad_glaccountdescriptionid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type GlAccountDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<GlAccountDescriptionPK> GlAccountDescriptions.key()Methods in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountDescriptionPKModifier and TypeMethodDescriptionvoidGlAccountDescriptions.GlAccountDescription(GlAccountDescriptionPK value) Setter forglaccountdescriptions.glad_glaccountdescriptionid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountDescriptionPKModifierConstructorDescriptionGlAccountDescriptions(GlAccountDescriptionPK GlAccountDescription, GlAccountPK GlAccount, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised GlAccountDescriptions -
Uses of GlAccountDescriptionPK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type GlAccountDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<GlAccountDescriptions, GlAccountDescriptionPK> GlAccountDescriptions.GL_ACCOUNT_DESCRIPTIONThe columnglaccountdescriptions.glad_glaccountdescriptionid.