Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountClassDescriptionPK
Packages that use GlAccountClassDescriptionPK
Package
Description
-
Uses of GlAccountClassDescriptionPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountClassDescriptionPK -
Uses of GlAccountClassDescriptionPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountClassDescriptionPKModifier and TypeMethodDescriptionGlAccountClassDescriptionFactory.getNextPK()GlAccountClassDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) GlAccountClassDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountClassDescriptionPKModifier and TypeMethodDescriptionGlAccountClassDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GlAccountClassDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GlAccountClassDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) GlAccountClassDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountClassDescriptionPKModifier and TypeMethodDescriptionGlAccountClassDescriptionFactory.getEntityFromCache(GlAccountClassDescriptionPK pk) GlAccountClassDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountClassDescriptionPK pk) GlAccountClassDescriptionFactory.getValueFromPK(GlAccountClassDescriptionPK pk) voidGlAccountClassDescriptionFactory.remove(GlAccountClassDescriptionPK pk) booleanGlAccountClassDescriptionFactory.validPK(GlAccountClassDescriptionPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountClassDescriptionPKModifier and TypeMethodDescriptionGlAccountClassDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountClassDescriptionPK> pks) GlAccountClassDescriptionFactory.getValuesFromPKs(Collection<GlAccountClassDescriptionPK> pks) voidGlAccountClassDescriptionFactory.remove(Collection<GlAccountClassDescriptionPK> pks) -
Uses of GlAccountClassDescriptionPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountClassDescriptionPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountClassDescriptionPKModifierConstructorDescriptionGlAccountClassDescriptionValue(GlAccountClassDescriptionPK glAccountClassDescriptionPK, GlAccountClassPK glAccountClassPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountClassDescriptionValue -
Uses of GlAccountClassDescriptionPK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return GlAccountClassDescriptionPKModifier and TypeMethodDescriptionGlAccountClassDescriptions.GlAccountClassDescription()Getter forglaccountclassdescriptions.glaclsd_glaccountclassdescriptionid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type GlAccountClassDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<GlAccountClassDescriptionPK> GlAccountClassDescriptions.key()Methods in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountClassDescriptionPKModifier and TypeMethodDescriptionvoidGlAccountClassDescriptions.GlAccountClassDescription(GlAccountClassDescriptionPK value) Setter forglaccountclassdescriptions.glaclsd_glaccountclassdescriptionid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountClassDescriptionPKModifierConstructorDescriptionGlAccountClassDescriptions(GlAccountClassDescriptionPK GlAccountClassDescription, GlAccountClassPK GlAccountClass, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised GlAccountClassDescriptions -
Uses of GlAccountClassDescriptionPK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type GlAccountClassDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<GlAccountClassDescriptions, GlAccountClassDescriptionPK> GlAccountClassDescriptions.GL_ACCOUNT_CLASS_DESCRIPTIONThe columnglaccountclassdescriptions.glaclsd_glaccountclassdescriptionid.