Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountClassDetailPK
Packages that use GlAccountClassDetailPK
Package
Description
-
Uses of GlAccountClassDetailPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountClassDetailPKModifier and TypeMethodDescriptionGlAccountClass.getActiveDetailPK()GlAccountClass.getLastDetailPK()GlAccountClassDetail.getPrimaryKey()Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountClassDetailPKModifier and TypeMethodDescriptionvoidGlAccountClass.setActiveDetailPK(GlAccountClassDetailPK activeDetailPK) voidGlAccountClass.setLastDetailPK(GlAccountClassDetailPK lastDetailPK) -
Uses of GlAccountClassDetailPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountClassDetailPKModifier and TypeMethodDescriptionGlAccountClassDetailFactory.getNextPK()GlAccountClassDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) GlAccountClassDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountClassDetailPKModifier and TypeMethodDescriptionGlAccountClassDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GlAccountClassDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GlAccountClassDetailFactory.getPKsFromResultSetAsList(ResultSet rs) GlAccountClassDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountClassDetailPKModifier and TypeMethodDescriptionGlAccountClassFactory.create(GlAccountClassDetailPK activeDetailPK, GlAccountClassDetailPK lastDetailPK) GlAccountClassDetailFactory.getEntityFromCache(GlAccountClassDetailPK pk) GlAccountClassDetailFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountClassDetailPK pk) GlAccountClassDetailFactory.getValueFromPK(GlAccountClassDetailPK pk) voidGlAccountClassDetailFactory.remove(GlAccountClassDetailPK pk) booleanGlAccountClassDetailFactory.validPK(GlAccountClassDetailPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountClassDetailPKModifier and TypeMethodDescriptionGlAccountClassDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountClassDetailPK> pks) GlAccountClassDetailFactory.getValuesFromPKs(Collection<GlAccountClassDetailPK> pks) voidGlAccountClassDetailFactory.remove(Collection<GlAccountClassDetailPK> pks) -
Uses of GlAccountClassDetailPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountClassDetailPKModifier and TypeMethodDescriptionGlAccountClassValue.getActiveDetailPK()GlAccountClassValue.getLastDetailPK()GlAccountClassDetailValue.getPrimaryKey()Methods in com.echothree.model.data.accounting.server.value with parameters of type GlAccountClassDetailPKModifier and TypeMethodDescriptionvoidGlAccountClassValue.setActiveDetailPK(GlAccountClassDetailPK activeDetailPK) voidGlAccountClassValue.setLastDetailPK(GlAccountClassDetailPK lastDetailPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountClassDetailPKModifierConstructorDescriptionGlAccountClassDetailValue(GlAccountClassDetailPK glAccountClassDetailPK, GlAccountClassPK glAccountClassPK, String glAccountClassName, GlAccountClassPK parentGlAccountClassPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GlAccountClassDetailValueGlAccountClassValue(GlAccountClassDetailPK activeDetailPK, GlAccountClassDetailPK lastDetailPK) Creates a new instance of GlAccountClassValueGlAccountClassValue(GlAccountClassPK glAccountClassPK, GlAccountClassDetailPK activeDetailPK, GlAccountClassDetailPK lastDetailPK) Creates a new instance of GlAccountClassValue -
Uses of GlAccountClassDetailPK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return GlAccountClassDetailPKModifier and TypeMethodDescriptionGlAccountClasses.ActiveDetail()Getter forglaccountclasses.glacls_activedetailid.GlAccountClassDetails.GlAccountClassDetail()Getter forglaccountclassdetails.glaclsdt_glaccountclassdetailid.GlAccountClasses.LastDetail()Getter forglaccountclasses.glacls_lastdetailid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type GlAccountClassDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<GlAccountClassDetailPK> GlAccountClassDetails.key()Methods in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountClassDetailPKModifier and TypeMethodDescriptionvoidGlAccountClasses.ActiveDetail(GlAccountClassDetailPK value) Setter forglaccountclasses.glacls_activedetailid.voidGlAccountClassDetails.GlAccountClassDetail(GlAccountClassDetailPK value) Setter forglaccountclassdetails.glaclsdt_glaccountclassdetailid.voidGlAccountClasses.LastDetail(GlAccountClassDetailPK value) Setter forglaccountclasses.glacls_lastdetailid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountClassDetailPKModifierConstructorDescriptionGlAccountClassDetails(GlAccountClassDetailPK GlAccountClassDetail, GlAccountClassPK GlAccountClass, String GlAccountClassName, GlAccountClassPK ParentGlAccountClass, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised GlAccountClassDetailsGlAccountClasses(GlAccountClassPK GlAccountClass, GlAccountClassDetailPK ActiveDetail, GlAccountClassDetailPK LastDetail) Create a detached, initialised GlAccountClasses -
Uses of GlAccountClassDetailPK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type GlAccountClassDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<GlAccountClasses, GlAccountClassDetailPK> GlAccountClasses.ACTIVE_DETAILThe columnglaccountclasses.glacls_activedetailid.final org.jooq.TableField<GlAccountClassDetails, GlAccountClassDetailPK> GlAccountClassDetails.GL_ACCOUNT_CLASS_DETAILThe columnglaccountclassdetails.glaclsdt_glaccountclassdetailid.final org.jooq.TableField<GlAccountClasses, GlAccountClassDetailPK> GlAccountClasses.LAST_DETAILThe columnglaccountclasses.glacls_lastdetailid.