Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountCategoryDescriptionPK
Packages that use GlAccountCategoryDescriptionPK
Package
Description
-
Uses of GlAccountCategoryDescriptionPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountCategoryDescriptionPK -
Uses of GlAccountCategoryDescriptionPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.getNextPK()GlAccountCategoryDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) GlAccountCategoryDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GlAccountCategoryDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GlAccountCategoryDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) GlAccountCategoryDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.getEntityFromCache(GlAccountCategoryDescriptionPK pk) GlAccountCategoryDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountCategoryDescriptionPK pk) GlAccountCategoryDescriptionFactory.getValueFromPK(GlAccountCategoryDescriptionPK pk) voidGlAccountCategoryDescriptionFactory.remove(GlAccountCategoryDescriptionPK pk) booleanGlAccountCategoryDescriptionFactory.validPK(GlAccountCategoryDescriptionPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionGlAccountCategoryDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountCategoryDescriptionPK> pks) GlAccountCategoryDescriptionFactory.getValuesFromPKs(Collection<GlAccountCategoryDescriptionPK> pks) voidGlAccountCategoryDescriptionFactory.remove(Collection<GlAccountCategoryDescriptionPK> pks) -
Uses of GlAccountCategoryDescriptionPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountCategoryDescriptionPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountCategoryDescriptionPKModifierConstructorDescriptionGlAccountCategoryDescriptionValue(GlAccountCategoryDescriptionPK glAccountCategoryDescriptionPK, GlAccountCategoryPK glAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDescriptionValue -
Uses of GlAccountCategoryDescriptionPK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return GlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionGlAccountCategoryDescriptions.GlAccountCategoryDescription()Getter forglaccountcategorydescriptions.glacd_glaccountcategorydescriptionid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type GlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<GlAccountCategoryDescriptionPK> GlAccountCategoryDescriptions.key()Methods in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountCategoryDescriptionPKModifier and TypeMethodDescriptionvoidGlAccountCategoryDescriptions.GlAccountCategoryDescription(GlAccountCategoryDescriptionPK value) Setter forglaccountcategorydescriptions.glacd_glaccountcategorydescriptionid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountCategoryDescriptionPKModifierConstructorDescriptionGlAccountCategoryDescriptions(GlAccountCategoryDescriptionPK GlAccountCategoryDescription, GlAccountCategoryPK GlAccountCategory, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised GlAccountCategoryDescriptions -
Uses of GlAccountCategoryDescriptionPK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type GlAccountCategoryDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<GlAccountCategoryDescriptions, GlAccountCategoryDescriptionPK> GlAccountCategoryDescriptions.GL_ACCOUNT_CATEGORY_DESCRIPTIONThe columnglaccountcategorydescriptions.glacd_glaccountcategorydescriptionid.