Uses of Class
com.echothree.model.data.period.common.pk.PeriodPK
Packages that use PeriodPK
Package
Description
-
Uses of PeriodPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return PeriodPKMethods in com.echothree.model.data.accounting.server.entity with parameters of type PeriodPK -
Uses of PeriodPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory with parameters of type PeriodPK -
Uses of PeriodPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return PeriodPKMethods in com.echothree.model.data.accounting.server.value with parameters of type PeriodPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type PeriodPKModifierConstructorDescriptionGlAccountSummaryValue(GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long debitTotal, Long creditTotal, Long balance) Creates a new instance of GlAccountSummaryValueGlAccountSummaryValue(GlAccountSummaryPK glAccountSummaryPK, GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long debitTotal, Long creditTotal, Long balance) Creates a new instance of GlAccountSummaryValue -
Uses of PeriodPK in com.echothree.model.data.period.server.entity
Methods in com.echothree.model.data.period.server.entity that return PeriodPKModifier and TypeMethodDescriptionPeriodDetail.getParentPeriodPK()PeriodDescription.getPeriodPK()PeriodDetail.getPeriodPK()Period.getPrimaryKey()Methods in com.echothree.model.data.period.server.entity with parameters of type PeriodPKModifier and TypeMethodDescriptionvoidPeriodDetail.setParentPeriodPK(PeriodPK parentPeriodPK) voidPeriodDescription.setPeriodPK(PeriodPK periodPK) voidPeriodDetail.setPeriodPK(PeriodPK periodPK) -
Uses of PeriodPK in com.echothree.model.data.period.server.factory
Methods in com.echothree.model.data.period.server.factory that return PeriodPKModifier and TypeMethodDescriptionPeriodFactory.getNextPK()PeriodFactory.getPKFromQuery(PreparedStatement ps, Object... params) PeriodFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.period.server.factory that return types with arguments of type PeriodPKModifier and TypeMethodDescriptionPeriodFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PeriodFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PeriodFactory.getPKsFromResultSetAsList(ResultSet rs) PeriodFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.period.server.factory with parameters of type PeriodPKModifier and TypeMethodDescriptionPeriodDescriptionFactory.create(PeriodPK periodPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) PeriodDetailFactory.create(PeriodPK periodPK, PeriodKindPK periodKindPK, String periodName, PeriodPK parentPeriodPK, PeriodTypePK periodTypePK, Long startTime, Long endTime, Long fromTime, Long thruTime) PeriodFactory.getEntityFromCache(PeriodPK pk) PeriodFactory.getEntityFromPK(EntityPermission entityPermission, PeriodPK pk) PeriodFactory.getValueFromPK(PeriodPK pk) voidbooleanMethod parameters in com.echothree.model.data.period.server.factory with type arguments of type PeriodPKModifier and TypeMethodDescriptionPeriodFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PeriodPK> pks) PeriodFactory.getValuesFromPKs(Collection<PeriodPK> pks) voidPeriodFactory.remove(Collection<PeriodPK> pks) -
Uses of PeriodPK in com.echothree.model.data.period.server.value
Methods in com.echothree.model.data.period.server.value that return PeriodPKModifier and TypeMethodDescriptionPeriodDetailValue.getParentPeriodPK()PeriodDescriptionValue.getPeriodPK()PeriodDetailValue.getPeriodPK()PeriodValue.getPrimaryKey()Methods in com.echothree.model.data.period.server.value with parameters of type PeriodPKModifier and TypeMethodDescriptionvoidPeriodDetailValue.setParentPeriodPK(PeriodPK parentPeriodPK) voidPeriodDescriptionValue.setPeriodPK(PeriodPK periodPK) voidPeriodDetailValue.setPeriodPK(PeriodPK periodPK) Constructors in com.echothree.model.data.period.server.value with parameters of type PeriodPKModifierConstructorDescriptionPeriodDescriptionValue(PeriodDescriptionPK periodDescriptionPK, PeriodPK periodPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PeriodDescriptionValuePeriodDescriptionValue(PeriodPK periodPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PeriodDescriptionValuePeriodDetailValue(PeriodDetailPK periodDetailPK, PeriodPK periodPK, PeriodKindPK periodKindPK, String periodName, PeriodPK parentPeriodPK, PeriodTypePK periodTypePK, Long startTime, Long endTime, Long fromTime, Long thruTime) Creates a new instance of PeriodDetailValuePeriodDetailValue(PeriodPK periodPK, PeriodKindPK periodKindPK, String periodName, PeriodPK parentPeriodPK, PeriodTypePK periodTypePK, Long startTime, Long endTime, Long fromTime, Long thruTime) Creates a new instance of PeriodDetailValuePeriodValue(PeriodPK periodPK, PeriodDetailPK activeDetailPK, PeriodDetailPK lastDetailPK) Creates a new instance of PeriodValue -
Uses of PeriodPK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return PeriodPKModifier and TypeMethodDescriptionGlAccountSummaries.Period()Getter forglaccountsummaries.glasmy_prd_periodid.Methods in com.echothree.model.jooq.server.records.accounting with parameters of type PeriodPKModifier and TypeMethodDescriptionvoidSetter forglaccountsummaries.glasmy_prd_periodid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type PeriodPKModifierConstructorDescriptionGlAccountSummaries(GlAccountSummaryPK GlAccountSummary, GlAccountPK GlAccount, PartyPK GroupParty, PeriodPK Period, Long DebitTotal, Long CreditTotal, Long Balance) Create a detached, initialised GlAccountSummaries -
Uses of PeriodPK in com.echothree.model.jooq.server.records.period
Methods in com.echothree.model.jooq.server.records.period that return PeriodPKModifier and TypeMethodDescriptionPeriodDetails.ParentPeriod()Getter forperioddetails.prddt_parentperiodid.PeriodDescriptions.Period()Getter forperioddescriptions.prdd_prd_periodid.PeriodDetails.Period()Getter forperioddetails.prddt_prd_periodid.Periods.Period()Getter forperiods.prd_periodid.Methods in com.echothree.model.jooq.server.records.period that return types with arguments of type PeriodPKMethods in com.echothree.model.jooq.server.records.period with parameters of type PeriodPKModifier and TypeMethodDescriptionvoidPeriodDetails.ParentPeriod(PeriodPK value) Setter forperioddetails.prddt_parentperiodid.voidSetter forperioddescriptions.prdd_prd_periodid.voidSetter forperioddetails.prddt_prd_periodid.voidSetter forperiods.prd_periodid.Constructors in com.echothree.model.jooq.server.records.period with parameters of type PeriodPKModifierConstructorDescriptionPeriodDescriptions(PeriodDescriptionPK PeriodDescription, PeriodPK Period, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised PeriodDescriptionsPeriodDetails(PeriodDetailPK PeriodDetail, PeriodPK Period, PeriodKindPK PeriodKind, String PeriodName, PeriodPK ParentPeriod, PeriodTypePK PeriodType, Long StartTime, Long EndTime, Long FromTime, Long ThruTime) Create a detached, initialised PeriodDetailsPeriods(PeriodPK Period, PeriodDetailPK ActiveDetail, PeriodDetailPK LastDetail) Create a detached, initialised Periods -
Uses of PeriodPK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type PeriodPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<GlAccountSummaries, PeriodPK> GlAccountSummaries.PERIODThe columnglaccountsummaries.glasmy_prd_periodid. -
Uses of PeriodPK in com.echothree.model.jooq.server.tables.period
Fields in com.echothree.model.jooq.server.tables.period with type parameters of type PeriodPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PeriodDetails, PeriodPK> PeriodDetails.PARENT_PERIODThe columnperioddetails.prddt_parentperiodid.final org.jooq.TableField<PeriodDescriptions, PeriodPK> PeriodDescriptions.PERIODThe columnperioddescriptions.prdd_prd_periodid.final org.jooq.TableField<PeriodDetails, PeriodPK> PeriodDetails.PERIODThe columnperioddetails.prddt_prd_periodid.Periods.PERIODThe columnperiods.prd_periodid.