Uses of Class
com.echothree.model.data.style.common.pk.StylePathDetailPK
Packages that use StylePathDetailPK
Package
Description
-
Uses of StylePathDetailPK in com.echothree.model.data.style.server.entity
Methods in com.echothree.model.data.style.server.entity that return StylePathDetailPKModifier and TypeMethodDescriptionStylePath.getActiveDetailPK()StylePath.getLastDetailPK()StylePathDetail.getPrimaryKey()Methods in com.echothree.model.data.style.server.entity with parameters of type StylePathDetailPKModifier and TypeMethodDescriptionvoidStylePath.setActiveDetailPK(StylePathDetailPK activeDetailPK) voidStylePath.setLastDetailPK(StylePathDetailPK lastDetailPK) -
Uses of StylePathDetailPK in com.echothree.model.data.style.server.factory
Methods in com.echothree.model.data.style.server.factory that return StylePathDetailPKModifier and TypeMethodDescriptionStylePathDetailFactory.getNextPK()StylePathDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) StylePathDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.style.server.factory that return types with arguments of type StylePathDetailPKModifier and TypeMethodDescriptionStylePathDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) StylePathDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) StylePathDetailFactory.getPKsFromResultSetAsList(ResultSet rs) StylePathDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.style.server.factory with parameters of type StylePathDetailPKModifier and TypeMethodDescriptionStylePathFactory.create(StylePathDetailPK activeDetailPK, StylePathDetailPK lastDetailPK) StylePathDetailFactory.getEntityFromCache(StylePathDetailPK pk) StylePathDetailFactory.getEntityFromPK(EntityPermission entityPermission, StylePathDetailPK pk) StylePathDetailFactory.getValueFromPK(StylePathDetailPK pk) voidStylePathDetailFactory.remove(StylePathDetailPK pk) booleanStylePathDetailFactory.validPK(StylePathDetailPK pk) Method parameters in com.echothree.model.data.style.server.factory with type arguments of type StylePathDetailPKModifier and TypeMethodDescriptionStylePathDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<StylePathDetailPK> pks) StylePathDetailFactory.getValuesFromPKs(Collection<StylePathDetailPK> pks) voidStylePathDetailFactory.remove(Collection<StylePathDetailPK> pks) -
Uses of StylePathDetailPK in com.echothree.model.data.style.server.value
Methods in com.echothree.model.data.style.server.value that return StylePathDetailPKModifier and TypeMethodDescriptionStylePathValue.getActiveDetailPK()StylePathValue.getLastDetailPK()StylePathDetailValue.getPrimaryKey()Methods in com.echothree.model.data.style.server.value with parameters of type StylePathDetailPKModifier and TypeMethodDescriptionvoidStylePathValue.setActiveDetailPK(StylePathDetailPK activeDetailPK) voidStylePathValue.setLastDetailPK(StylePathDetailPK lastDetailPK) Constructors in com.echothree.model.data.style.server.value with parameters of type StylePathDetailPKModifierConstructorDescriptionStylePathDetailValue(StylePathDetailPK stylePathDetailPK, StylePathPK stylePathPK, String stylePathName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of StylePathDetailValueStylePathValue(StylePathDetailPK activeDetailPK, StylePathDetailPK lastDetailPK) Creates a new instance of StylePathValueStylePathValue(StylePathPK stylePathPK, StylePathDetailPK activeDetailPK, StylePathDetailPK lastDetailPK) Creates a new instance of StylePathValue -
Uses of StylePathDetailPK in com.echothree.model.jooq.server.records.style
Methods in com.echothree.model.jooq.server.records.style that return StylePathDetailPKModifier and TypeMethodDescriptionStylePaths.ActiveDetail()Getter forstylepaths.stylpth_activedetailid.StylePaths.LastDetail()Getter forstylepaths.stylpth_lastdetailid.StylePathDetails.StylePathDetail()Getter forstylepathdetails.stylpthdt_stylepathdetailid.Methods in com.echothree.model.jooq.server.records.style that return types with arguments of type StylePathDetailPKMethods in com.echothree.model.jooq.server.records.style with parameters of type StylePathDetailPKModifier and TypeMethodDescriptionvoidStylePaths.ActiveDetail(StylePathDetailPK value) Setter forstylepaths.stylpth_activedetailid.voidStylePaths.LastDetail(StylePathDetailPK value) Setter forstylepaths.stylpth_lastdetailid.voidStylePathDetails.StylePathDetail(StylePathDetailPK value) Setter forstylepathdetails.stylpthdt_stylepathdetailid.Constructors in com.echothree.model.jooq.server.records.style with parameters of type StylePathDetailPKModifierConstructorDescriptionStylePathDetails(StylePathDetailPK StylePathDetail, StylePathPK StylePath, String StylePathName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised StylePathDetailsStylePaths(StylePathPK StylePath, StylePathDetailPK ActiveDetail, StylePathDetailPK LastDetail) Create a detached, initialised StylePaths -
Uses of StylePathDetailPK in com.echothree.model.jooq.server.tables.style
Fields in com.echothree.model.jooq.server.tables.style with type parameters of type StylePathDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<StylePaths, StylePathDetailPK> StylePaths.ACTIVE_DETAILThe columnstylepaths.stylpth_activedetailid.final org.jooq.TableField<StylePaths, StylePathDetailPK> StylePaths.LAST_DETAILThe columnstylepaths.stylpth_lastdetailid.final org.jooq.TableField<StylePathDetails, StylePathDetailPK> StylePathDetails.STYLE_PATH_DETAILThe columnstylepathdetails.stylpthdt_stylepathdetailid.