Uses of Class
com.echothree.model.data.icon.common.pk.IconDetailPK
Packages that use IconDetailPK
Package
Description
-
Uses of IconDetailPK in com.echothree.model.data.icon.server.entity
Methods in com.echothree.model.data.icon.server.entity that return IconDetailPKModifier and TypeMethodDescriptionIcon.getActiveDetailPK()Icon.getLastDetailPK()IconDetail.getPrimaryKey()Methods in com.echothree.model.data.icon.server.entity with parameters of type IconDetailPKModifier and TypeMethodDescriptionvoidIcon.setActiveDetailPK(IconDetailPK activeDetailPK) voidIcon.setLastDetailPK(IconDetailPK lastDetailPK) -
Uses of IconDetailPK in com.echothree.model.data.icon.server.factory
Methods in com.echothree.model.data.icon.server.factory that return IconDetailPKModifier and TypeMethodDescriptionIconDetailFactory.getNextPK()IconDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) IconDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.icon.server.factory that return types with arguments of type IconDetailPKModifier and TypeMethodDescriptionIconDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) IconDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) IconDetailFactory.getPKsFromResultSetAsList(ResultSet rs) IconDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.icon.server.factory with parameters of type IconDetailPKModifier and TypeMethodDescriptionIconFactory.create(IconDetailPK activeDetailPK, IconDetailPK lastDetailPK) IconDetailFactory.getEntityFromCache(IconDetailPK pk) IconDetailFactory.getEntityFromPK(EntityPermission entityPermission, IconDetailPK pk) IconDetailFactory.getValueFromPK(IconDetailPK pk) voidIconDetailFactory.remove(IconDetailPK pk) booleanIconDetailFactory.validPK(IconDetailPK pk) Method parameters in com.echothree.model.data.icon.server.factory with type arguments of type IconDetailPKModifier and TypeMethodDescriptionIconDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<IconDetailPK> pks) IconDetailFactory.getValuesFromPKs(Collection<IconDetailPK> pks) voidIconDetailFactory.remove(Collection<IconDetailPK> pks) -
Uses of IconDetailPK in com.echothree.model.data.icon.server.value
Methods in com.echothree.model.data.icon.server.value that return IconDetailPKModifier and TypeMethodDescriptionIconValue.getActiveDetailPK()IconValue.getLastDetailPK()IconDetailValue.getPrimaryKey()Methods in com.echothree.model.data.icon.server.value with parameters of type IconDetailPKModifier and TypeMethodDescriptionvoidIconValue.setActiveDetailPK(IconDetailPK activeDetailPK) voidIconValue.setLastDetailPK(IconDetailPK lastDetailPK) Constructors in com.echothree.model.data.icon.server.value with parameters of type IconDetailPKModifierConstructorDescriptionIconDetailValue(IconDetailPK iconDetailPK, IconPK iconPK, String iconName, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of IconDetailValueIconValue(IconDetailPK activeDetailPK, IconDetailPK lastDetailPK) Creates a new instance of IconValueIconValue(IconPK iconPK, IconDetailPK activeDetailPK, IconDetailPK lastDetailPK) Creates a new instance of IconValue -
Uses of IconDetailPK in com.echothree.model.jooq.server.records.icon
Methods in com.echothree.model.jooq.server.records.icon that return IconDetailPKModifier and TypeMethodDescriptionIcons.ActiveDetail()Getter foricons.icn_activedetailid.IconDetails.IconDetail()Getter foricondetails.icndt_icondetailid.Icons.LastDetail()Getter foricons.icn_lastdetailid.Methods in com.echothree.model.jooq.server.records.icon that return types with arguments of type IconDetailPKMethods in com.echothree.model.jooq.server.records.icon with parameters of type IconDetailPKModifier and TypeMethodDescriptionvoidIcons.ActiveDetail(IconDetailPK value) Setter foricons.icn_activedetailid.voidIconDetails.IconDetail(IconDetailPK value) Setter foricondetails.icndt_icondetailid.voidIcons.LastDetail(IconDetailPK value) Setter foricons.icn_lastdetailid.Constructors in com.echothree.model.jooq.server.records.icon with parameters of type IconDetailPKModifierConstructorDescriptionIconDetails(IconDetailPK IconDetail, IconPK Icon, String IconName, DocumentPK Document, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised IconDetailsIcons(IconPK Icon, IconDetailPK ActiveDetail, IconDetailPK LastDetail) Create a detached, initialised Icons -
Uses of IconDetailPK in com.echothree.model.jooq.server.tables.icon
Fields in com.echothree.model.jooq.server.tables.icon with type parameters of type IconDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Icons, IconDetailPK> Icons.ACTIVE_DETAILThe columnicons.icn_activedetailid.final org.jooq.TableField<IconDetails, IconDetailPK> IconDetails.ICON_DETAILThe columnicondetails.icndt_icondetailid.final org.jooq.TableField<Icons, IconDetailPK> Icons.LAST_DETAILThe columnicons.icn_lastdetailid.