Uses of Class
com.echothree.model.data.core.common.pk.FontWeightDetailPK
Packages that use FontWeightDetailPK
Package
Description
-
Uses of FontWeightDetailPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return FontWeightDetailPKModifier and TypeMethodDescriptionFontWeight.getActiveDetailPK()FontWeight.getLastDetailPK()FontWeightDetail.getPrimaryKey()Methods in com.echothree.model.data.core.server.entity with parameters of type FontWeightDetailPKModifier and TypeMethodDescriptionvoidFontWeight.setActiveDetailPK(FontWeightDetailPK activeDetailPK) voidFontWeight.setLastDetailPK(FontWeightDetailPK lastDetailPK) -
Uses of FontWeightDetailPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return FontWeightDetailPKModifier and TypeMethodDescriptionFontWeightDetailFactory.getNextPK()FontWeightDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) FontWeightDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type FontWeightDetailPKModifier and TypeMethodDescriptionFontWeightDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) FontWeightDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) FontWeightDetailFactory.getPKsFromResultSetAsList(ResultSet rs) FontWeightDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type FontWeightDetailPKModifier and TypeMethodDescriptionFontWeightFactory.create(FontWeightDetailPK activeDetailPK, FontWeightDetailPK lastDetailPK) FontWeightDetailFactory.getEntityFromCache(FontWeightDetailPK pk) FontWeightDetailFactory.getEntityFromPK(EntityPermission entityPermission, FontWeightDetailPK pk) FontWeightDetailFactory.getValueFromPK(FontWeightDetailPK pk) voidFontWeightDetailFactory.remove(FontWeightDetailPK pk) booleanFontWeightDetailFactory.validPK(FontWeightDetailPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type FontWeightDetailPKModifier and TypeMethodDescriptionFontWeightDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<FontWeightDetailPK> pks) FontWeightDetailFactory.getValuesFromPKs(Collection<FontWeightDetailPK> pks) voidFontWeightDetailFactory.remove(Collection<FontWeightDetailPK> pks) -
Uses of FontWeightDetailPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return FontWeightDetailPKModifier and TypeMethodDescriptionFontWeightValue.getActiveDetailPK()FontWeightValue.getLastDetailPK()FontWeightDetailValue.getPrimaryKey()Methods in com.echothree.model.data.core.server.value with parameters of type FontWeightDetailPKModifier and TypeMethodDescriptionvoidFontWeightValue.setActiveDetailPK(FontWeightDetailPK activeDetailPK) voidFontWeightValue.setLastDetailPK(FontWeightDetailPK lastDetailPK) Constructors in com.echothree.model.data.core.server.value with parameters of type FontWeightDetailPKModifierConstructorDescriptionFontWeightDetailValue(FontWeightDetailPK fontWeightDetailPK, FontWeightPK fontWeightPK, String fontWeightName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of FontWeightDetailValueFontWeightValue(FontWeightDetailPK activeDetailPK, FontWeightDetailPK lastDetailPK) Creates a new instance of FontWeightValueFontWeightValue(FontWeightPK fontWeightPK, FontWeightDetailPK activeDetailPK, FontWeightDetailPK lastDetailPK) Creates a new instance of FontWeightValue -
Uses of FontWeightDetailPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return FontWeightDetailPKModifier and TypeMethodDescriptionFontWeights.ActiveDetail()Getter forfontweights.fntwght_activedetailid.FontWeightDetails.FontWeightDetail()Getter forfontweightdetails.fntwghtdt_fontweightdetailid.FontWeights.LastDetail()Getter forfontweights.fntwght_lastdetailid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type FontWeightDetailPKMethods in com.echothree.model.jooq.server.records.core with parameters of type FontWeightDetailPKModifier and TypeMethodDescriptionvoidFontWeights.ActiveDetail(FontWeightDetailPK value) Setter forfontweights.fntwght_activedetailid.voidFontWeightDetails.FontWeightDetail(FontWeightDetailPK value) Setter forfontweightdetails.fntwghtdt_fontweightdetailid.voidFontWeights.LastDetail(FontWeightDetailPK value) Setter forfontweights.fntwght_lastdetailid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type FontWeightDetailPKModifierConstructorDescriptionFontWeightDetails(FontWeightDetailPK FontWeightDetail, FontWeightPK FontWeight, String FontWeightName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised FontWeightDetailsFontWeights(FontWeightPK FontWeight, FontWeightDetailPK ActiveDetail, FontWeightDetailPK LastDetail) Create a detached, initialised FontWeights -
Uses of FontWeightDetailPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type FontWeightDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<FontWeights, FontWeightDetailPK> FontWeights.ACTIVE_DETAILThe columnfontweights.fntwght_activedetailid.final org.jooq.TableField<FontWeightDetails, FontWeightDetailPK> FontWeightDetails.FONT_WEIGHT_DETAILThe columnfontweightdetails.fntwghtdt_fontweightdetailid.final org.jooq.TableField<FontWeights, FontWeightDetailPK> FontWeights.LAST_DETAILThe columnfontweights.fntwght_lastdetailid.