Uses of Class
com.echothree.model.data.term.common.pk.TermDetailPK
Packages that use TermDetailPK
Package
Description
-
Uses of TermDetailPK in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return TermDetailPKModifier and TypeMethodDescriptionTerm.getActiveDetailPK()Term.getLastDetailPK()TermDetail.getPrimaryKey()Methods in com.echothree.model.data.term.server.entity with parameters of type TermDetailPKModifier and TypeMethodDescriptionvoidTerm.setActiveDetailPK(TermDetailPK activeDetailPK) voidTerm.setLastDetailPK(TermDetailPK lastDetailPK) -
Uses of TermDetailPK in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return TermDetailPKModifier and TypeMethodDescriptionTermDetailFactory.getNextPK()TermDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) TermDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type TermDetailPKModifier and TypeMethodDescriptionTermDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) TermDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) TermDetailFactory.getPKsFromResultSetAsList(ResultSet rs) TermDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type TermDetailPKModifier and TypeMethodDescriptionTermFactory.create(TermDetailPK activeDetailPK, TermDetailPK lastDetailPK) TermDetailFactory.getEntityFromCache(TermDetailPK pk) TermDetailFactory.getEntityFromPK(EntityPermission entityPermission, TermDetailPK pk) TermDetailFactory.getValueFromPK(TermDetailPK pk) voidTermDetailFactory.remove(TermDetailPK pk) booleanTermDetailFactory.validPK(TermDetailPK pk) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type TermDetailPKModifier and TypeMethodDescriptionTermDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<TermDetailPK> pks) TermDetailFactory.getValuesFromPKs(Collection<TermDetailPK> pks) voidTermDetailFactory.remove(Collection<TermDetailPK> pks) -
Uses of TermDetailPK in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return TermDetailPKModifier and TypeMethodDescriptionTermValue.getActiveDetailPK()TermValue.getLastDetailPK()TermDetailValue.getPrimaryKey()Methods in com.echothree.model.data.term.server.value with parameters of type TermDetailPKModifier and TypeMethodDescriptionvoidTermValue.setActiveDetailPK(TermDetailPK activeDetailPK) voidTermValue.setLastDetailPK(TermDetailPK lastDetailPK) Constructors in com.echothree.model.data.term.server.value with parameters of type TermDetailPKModifierConstructorDescriptionTermDetailValue(TermDetailPK termDetailPK, TermPK termPK, String termName, TermTypePK termTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TermDetailValueTermValue(TermDetailPK activeDetailPK, TermDetailPK lastDetailPK) Creates a new instance of TermValueTermValue(TermPK termPK, TermDetailPK activeDetailPK, TermDetailPK lastDetailPK) Creates a new instance of TermValue -
Uses of TermDetailPK in com.echothree.model.jooq.server.records.term
Methods in com.echothree.model.jooq.server.records.term that return TermDetailPKModifier and TypeMethodDescriptionTerms.ActiveDetail()Getter forterms.trm_activedetailid.Terms.LastDetail()Getter forterms.trm_lastdetailid.TermDetails.TermDetail()Getter fortermdetails.trmdt_termdetailid.Methods in com.echothree.model.jooq.server.records.term that return types with arguments of type TermDetailPKMethods in com.echothree.model.jooq.server.records.term with parameters of type TermDetailPKModifier and TypeMethodDescriptionvoidTerms.ActiveDetail(TermDetailPK value) Setter forterms.trm_activedetailid.voidTerms.LastDetail(TermDetailPK value) Setter forterms.trm_lastdetailid.voidTermDetails.TermDetail(TermDetailPK value) Setter fortermdetails.trmdt_termdetailid.Constructors in com.echothree.model.jooq.server.records.term with parameters of type TermDetailPKModifierConstructorDescriptionTermDetails(TermDetailPK TermDetail, TermPK Term, String TermName, TermTypePK TermType, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised TermDetailsTerms(TermPK Term, TermDetailPK ActiveDetail, TermDetailPK LastDetail) Create a detached, initialised Terms -
Uses of TermDetailPK in com.echothree.model.jooq.server.tables.term
Fields in com.echothree.model.jooq.server.tables.term with type parameters of type TermDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Terms, TermDetailPK> Terms.ACTIVE_DETAILThe columnterms.trm_activedetailid.final org.jooq.TableField<Terms, TermDetailPK> Terms.LAST_DETAILThe columnterms.trm_lastdetailid.final org.jooq.TableField<TermDetails, TermDetailPK> TermDetails.TERM_DETAILThe columntermdetails.trmdt_termdetailid.