Uses of Class
com.echothree.model.data.period.common.pk.PeriodKindPK
Packages that use PeriodKindPK
Package
Description
-
Uses of PeriodKindPK in com.echothree.model.data.period.server.entity
Methods in com.echothree.model.data.period.server.entity that return PeriodKindPKModifier and TypeMethodDescriptionPeriodDetail.getPeriodKindPK()PeriodKindDescription.getPeriodKindPK()PeriodKindDetail.getPeriodKindPK()PeriodTypeDetail.getPeriodKindPK()PeriodKind.getPrimaryKey()Methods in com.echothree.model.data.period.server.entity with parameters of type PeriodKindPKModifier and TypeMethodDescriptionvoidPeriodDetail.setPeriodKindPK(PeriodKindPK periodKindPK) voidPeriodKindDescription.setPeriodKindPK(PeriodKindPK periodKindPK) voidPeriodKindDetail.setPeriodKindPK(PeriodKindPK periodKindPK) voidPeriodTypeDetail.setPeriodKindPK(PeriodKindPK periodKindPK) -
Uses of PeriodKindPK in com.echothree.model.data.period.server.factory
Methods in com.echothree.model.data.period.server.factory that return PeriodKindPKModifier and TypeMethodDescriptionPeriodKindFactory.getNextPK()PeriodKindFactory.getPKFromQuery(PreparedStatement ps, Object... params) PeriodKindFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.period.server.factory that return types with arguments of type PeriodKindPKModifier and TypeMethodDescriptionPeriodKindFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PeriodKindFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PeriodKindFactory.getPKsFromResultSetAsList(ResultSet rs) PeriodKindFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.period.server.factory with parameters of type PeriodKindPKModifier and TypeMethodDescriptionPeriodDetailFactory.create(PeriodPK periodPK, PeriodKindPK periodKindPK, String periodName, PeriodPK parentPeriodPK, PeriodTypePK periodTypePK, Long startTime, Long endTime, Long fromTime, Long thruTime) PeriodKindDescriptionFactory.create(PeriodKindPK periodKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) PeriodKindDetailFactory.create(PeriodKindPK periodKindPK, String periodKindName, WorkflowEntrancePK workflowEntrancePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PeriodTypeDetailFactory.create(PeriodTypePK periodTypePK, PeriodKindPK periodKindPK, String periodTypeName, PeriodTypePK parentPeriodTypePK, WorkflowEntrancePK workflowEntrancePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PeriodKindFactory.getEntityFromCache(PeriodKindPK pk) PeriodKindFactory.getEntityFromPK(EntityPermission entityPermission, PeriodKindPK pk) PeriodKindFactory.getValueFromPK(PeriodKindPK pk) voidPeriodKindFactory.remove(PeriodKindPK pk) booleanPeriodKindFactory.validPK(PeriodKindPK pk) Method parameters in com.echothree.model.data.period.server.factory with type arguments of type PeriodKindPKModifier and TypeMethodDescriptionPeriodKindFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PeriodKindPK> pks) PeriodKindFactory.getValuesFromPKs(Collection<PeriodKindPK> pks) voidPeriodKindFactory.remove(Collection<PeriodKindPK> pks) -
Uses of PeriodKindPK in com.echothree.model.data.period.server.value
Methods in com.echothree.model.data.period.server.value that return PeriodKindPKModifier and TypeMethodDescriptionPeriodDetailValue.getPeriodKindPK()PeriodKindDescriptionValue.getPeriodKindPK()PeriodKindDetailValue.getPeriodKindPK()PeriodTypeDetailValue.getPeriodKindPK()PeriodKindValue.getPrimaryKey()Methods in com.echothree.model.data.period.server.value with parameters of type PeriodKindPKModifier and TypeMethodDescriptionvoidPeriodDetailValue.setPeriodKindPK(PeriodKindPK periodKindPK) voidPeriodKindDescriptionValue.setPeriodKindPK(PeriodKindPK periodKindPK) voidPeriodKindDetailValue.setPeriodKindPK(PeriodKindPK periodKindPK) voidPeriodTypeDetailValue.setPeriodKindPK(PeriodKindPK periodKindPK) Constructors in com.echothree.model.data.period.server.value with parameters of type PeriodKindPKModifierConstructorDescriptionPeriodDetailValue(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 PeriodDetailValuePeriodKindDescriptionValue(PeriodKindDescriptionPK periodKindDescriptionPK, PeriodKindPK periodKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PeriodKindDescriptionValuePeriodKindDescriptionValue(PeriodKindPK periodKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PeriodKindDescriptionValuePeriodKindDetailValue(PeriodKindDetailPK periodKindDetailPK, PeriodKindPK periodKindPK, String periodKindName, WorkflowEntrancePK workflowEntrancePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PeriodKindDetailValuePeriodKindDetailValue(PeriodKindPK periodKindPK, String periodKindName, WorkflowEntrancePK workflowEntrancePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PeriodKindDetailValuePeriodKindValue(PeriodKindPK periodKindPK, PeriodKindDetailPK activeDetailPK, PeriodKindDetailPK lastDetailPK) Creates a new instance of PeriodKindValuePeriodTypeDetailValue(PeriodTypeDetailPK periodTypeDetailPK, PeriodTypePK periodTypePK, PeriodKindPK periodKindPK, String periodTypeName, PeriodTypePK parentPeriodTypePK, WorkflowEntrancePK workflowEntrancePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PeriodTypeDetailValuePeriodTypeDetailValue(PeriodTypePK periodTypePK, PeriodKindPK periodKindPK, String periodTypeName, PeriodTypePK parentPeriodTypePK, WorkflowEntrancePK workflowEntrancePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PeriodTypeDetailValue -
Uses of PeriodKindPK in com.echothree.model.jooq.server.records.period
Methods in com.echothree.model.jooq.server.records.period that return PeriodKindPKModifier and TypeMethodDescriptionPeriodDetails.PeriodKind()Getter forperioddetails.prddt_prdk_periodkindid.PeriodKindDescriptions.PeriodKind()Getter forperiodkinddescriptions.prdkd_prdk_periodkindid.PeriodKindDetails.PeriodKind()Getter forperiodkinddetails.prdkdt_prdk_periodkindid.PeriodKinds.PeriodKind()Getter forperiodkinds.prdk_periodkindid.PeriodTypeDetails.PeriodKind()Getter forperiodtypedetails.prdtdt_prdk_periodkindid.Methods in com.echothree.model.jooq.server.records.period that return types with arguments of type PeriodKindPKMethods in com.echothree.model.jooq.server.records.period with parameters of type PeriodKindPKModifier and TypeMethodDescriptionvoidPeriodDetails.PeriodKind(PeriodKindPK value) Setter forperioddetails.prddt_prdk_periodkindid.voidPeriodKindDescriptions.PeriodKind(PeriodKindPK value) Setter forperiodkinddescriptions.prdkd_prdk_periodkindid.voidPeriodKindDetails.PeriodKind(PeriodKindPK value) Setter forperiodkinddetails.prdkdt_prdk_periodkindid.voidPeriodKinds.PeriodKind(PeriodKindPK value) Setter forperiodkinds.prdk_periodkindid.voidPeriodTypeDetails.PeriodKind(PeriodKindPK value) Setter forperiodtypedetails.prdtdt_prdk_periodkindid.Constructors in com.echothree.model.jooq.server.records.period with parameters of type PeriodKindPKModifierConstructorDescriptionPeriodDetails(PeriodDetailPK PeriodDetail, PeriodPK Period, PeriodKindPK PeriodKind, String PeriodName, PeriodPK ParentPeriod, PeriodTypePK PeriodType, Long StartTime, Long EndTime, Long FromTime, Long ThruTime) Create a detached, initialised PeriodDetailsPeriodKindDescriptions(PeriodKindDescriptionPK PeriodKindDescription, PeriodKindPK PeriodKind, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised PeriodKindDescriptionsPeriodKindDetails(PeriodKindDetailPK PeriodKindDetail, PeriodKindPK PeriodKind, String PeriodKindName, WorkflowEntrancePK WorkflowEntrance, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised PeriodKindDetailsPeriodKinds(PeriodKindPK PeriodKind, PeriodKindDetailPK ActiveDetail, PeriodKindDetailPK LastDetail) Create a detached, initialised PeriodKindsPeriodTypeDetails(PeriodTypeDetailPK PeriodTypeDetail, PeriodTypePK PeriodType, PeriodKindPK PeriodKind, String PeriodTypeName, PeriodTypePK ParentPeriodType, WorkflowEntrancePK WorkflowEntrance, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised PeriodTypeDetails -
Uses of PeriodKindPK in com.echothree.model.jooq.server.tables.period
Fields in com.echothree.model.jooq.server.tables.period with type parameters of type PeriodKindPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PeriodDetails, PeriodKindPK> PeriodDetails.PERIOD_KINDThe columnperioddetails.prddt_prdk_periodkindid.final org.jooq.TableField<PeriodKindDescriptions, PeriodKindPK> PeriodKindDescriptions.PERIOD_KINDThe columnperiodkinddescriptions.prdkd_prdk_periodkindid.final org.jooq.TableField<PeriodKindDetails, PeriodKindPK> PeriodKindDetails.PERIOD_KINDThe columnperiodkinddetails.prdkdt_prdk_periodkindid.final org.jooq.TableField<PeriodKinds, PeriodKindPK> PeriodKinds.PERIOD_KINDThe columnperiodkinds.prdk_periodkindid.final org.jooq.TableField<PeriodTypeDetails, PeriodKindPK> PeriodTypeDetails.PERIOD_KINDThe columnperiodtypedetails.prdtdt_prdk_periodkindid.