Uses of Class
com.echothree.model.data.track.common.pk.TrackPK
Packages that use TrackPK
Package
Description
-
Uses of TrackPK in com.echothree.model.data.track.server.entity
Methods in com.echothree.model.data.track.server.entity that return TrackPKModifier and TypeMethodDescriptionTrack.getPrimaryKey()TrackDescription.getTrackPK()TrackDetail.getTrackPK()UserVisitTrack.getTrackPK()Methods in com.echothree.model.data.track.server.entity with parameters of type TrackPKModifier and TypeMethodDescriptionvoidTrackDescription.setTrackPK(TrackPK trackPK) voidTrackDetail.setTrackPK(TrackPK trackPK) voidUserVisitTrack.setTrackPK(TrackPK trackPK) -
Uses of TrackPK in com.echothree.model.data.track.server.factory
Methods in com.echothree.model.data.track.server.factory that return TrackPKModifier and TypeMethodDescriptionTrackFactory.getNextPK()TrackFactory.getPKFromQuery(PreparedStatement ps, Object... params) TrackFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.track.server.factory that return types with arguments of type TrackPKModifier and TypeMethodDescriptionTrackFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) TrackFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) TrackFactory.getPKsFromResultSetAsList(ResultSet rs) TrackFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.track.server.factory with parameters of type TrackPKModifier and TypeMethodDescriptionTrackDescriptionFactory.create(TrackPK trackPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) TrackDetailFactory.create(TrackPK trackPK, String trackName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) UserVisitTrackFactory.create(UserVisitPK userVisitPK, Integer userVisitTrackSequence, Long time, TrackPK trackPK, Long fromTime, Long thruTime) TrackFactory.getEntityFromCache(TrackPK pk) TrackFactory.getEntityFromPK(EntityPermission entityPermission, TrackPK pk) TrackFactory.getValueFromPK(TrackPK pk) voidbooleanMethod parameters in com.echothree.model.data.track.server.factory with type arguments of type TrackPKModifier and TypeMethodDescriptionTrackFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<TrackPK> pks) TrackFactory.getValuesFromPKs(Collection<TrackPK> pks) voidTrackFactory.remove(Collection<TrackPK> pks) -
Uses of TrackPK in com.echothree.model.data.track.server.value
Methods in com.echothree.model.data.track.server.value that return TrackPKModifier and TypeMethodDescriptionTrackValue.getPrimaryKey()TrackDescriptionValue.getTrackPK()TrackDetailValue.getTrackPK()UserVisitTrackValue.getTrackPK()Methods in com.echothree.model.data.track.server.value with parameters of type TrackPKModifier and TypeMethodDescriptionvoidTrackDescriptionValue.setTrackPK(TrackPK trackPK) voidTrackDetailValue.setTrackPK(TrackPK trackPK) voidUserVisitTrackValue.setTrackPK(TrackPK trackPK) Constructors in com.echothree.model.data.track.server.value with parameters of type TrackPKModifierConstructorDescriptionTrackDescriptionValue(TrackDescriptionPK trackDescriptionPK, TrackPK trackPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TrackDescriptionValueTrackDescriptionValue(TrackPK trackPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TrackDescriptionValueTrackDetailValue(TrackDetailPK trackDetailPK, TrackPK trackPK, String trackName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TrackDetailValueTrackDetailValue(TrackPK trackPK, String trackName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TrackDetailValueTrackValue(TrackPK trackPK, TrackDetailPK activeDetailPK, TrackDetailPK lastDetailPK) Creates a new instance of TrackValueUserVisitTrackValue(UserVisitTrackPK userVisitTrackPK, UserVisitPK userVisitPK, Integer userVisitTrackSequence, Long time, TrackPK trackPK, Long fromTime, Long thruTime) Creates a new instance of UserVisitTrackValueUserVisitTrackValue(UserVisitPK userVisitPK, Integer userVisitTrackSequence, Long time, TrackPK trackPK, Long fromTime, Long thruTime) Creates a new instance of UserVisitTrackValue -
Uses of TrackPK in com.echothree.model.jooq.server.records.track
Methods in com.echothree.model.jooq.server.records.track that return TrackPKModifier and TypeMethodDescriptionTrackDescriptions.Track()Getter fortrackdescriptions.trkd_trk_trackid.TrackDetails.Track()Getter fortrackdetails.trkdt_trk_trackid.Tracks.Track()Getter fortracks.trk_trackid.UserVisitTracks.Track()Getter foruservisittracks.uvistrk_trk_trackid.Methods in com.echothree.model.jooq.server.records.track that return types with arguments of type TrackPKMethods in com.echothree.model.jooq.server.records.track with parameters of type TrackPKModifier and TypeMethodDescriptionvoidSetter fortrackdescriptions.trkd_trk_trackid.voidSetter fortrackdetails.trkdt_trk_trackid.voidSetter fortracks.trk_trackid.voidSetter foruservisittracks.uvistrk_trk_trackid.Constructors in com.echothree.model.jooq.server.records.track with parameters of type TrackPKModifierConstructorDescriptionTrackDescriptions(TrackDescriptionPK TrackDescription, TrackPK Track, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised TrackDescriptionsTrackDetails(TrackDetailPK TrackDetail, TrackPK Track, String TrackName, String ValueSha1Hash, String Value, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised TrackDetailsTracks(TrackPK Track, TrackDetailPK ActiveDetail, TrackDetailPK LastDetail) Create a detached, initialised TracksUserVisitTracks(UserVisitTrackPK UserVisitTrack, UserVisitPK UserVisit, Integer UserVisitTrackSequence, Long Time, TrackPK Track, Long FromTime, Long ThruTime) Create a detached, initialised UserVisitTracks -
Uses of TrackPK in com.echothree.model.jooq.server.tables.track
Fields in com.echothree.model.jooq.server.tables.track with type parameters of type TrackPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<TrackDescriptions, TrackPK> TrackDescriptions.TRACKThe columntrackdescriptions.trkd_trk_trackid.final org.jooq.TableField<TrackDetails, TrackPK> TrackDetails.TRACKThe columntrackdetails.trkdt_trk_trackid.Tracks.TRACKThe columntracks.trk_trackid.final org.jooq.TableField<UserVisitTracks, TrackPK> UserVisitTracks.TRACKThe columnuservisittracks.uvistrk_trk_trackid.