Uses of Class
com.echothree.model.data.selector.common.pk.SelectorTimePK
Packages that use SelectorTimePK
Package
Description
-
Uses of SelectorTimePK in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorTimePK -
Uses of SelectorTimePK in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorTimePKModifier and TypeMethodDescriptionSelectorTimeFactory.getNextPK()
SelectorTimeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) SelectorTimeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorTimePKModifier and TypeMethodDescriptionSelectorTimeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) SelectorTimeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) SelectorTimeFactory.getPKsFromResultSetAsList
(ResultSet rs) SelectorTimeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorTimePKModifier and TypeMethodDescriptionSelectorTimeFactory.getEntityFromCache
(Session session, SelectorTimePK pk) SelectorTimeFactory.getEntityFromPK
(EntityPermission entityPermission, SelectorTimePK pk) SelectorTimeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, SelectorTimePK pk) SelectorTimeFactory.getValueFromPK
(Session session, SelectorTimePK pk) void
SelectorTimeFactory.remove
(Session session, SelectorTimePK pk) boolean
SelectorTimeFactory.validPK
(Session session, SelectorTimePK pk) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorTimePKModifier and TypeMethodDescriptionSelectorTimeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<SelectorTimePK> pks) SelectorTimeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<SelectorTimePK> pks) SelectorTimeFactory.getValuesFromPKs
(Session session, Collection<SelectorTimePK> pks) void
SelectorTimeFactory.remove
(Session session, Collection<SelectorTimePK> pks) void
SelectorTimeFactory.remove
(Collection<SelectorTimePK> pks) -
Uses of SelectorTimePK in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorTimePKConstructors in com.echothree.model.data.selector.server.value with parameters of type SelectorTimePKModifierConstructorDescriptionSelectorTimeValue
(SelectorTimePK selectorDetailPK, SelectorPK selectorPK, Long lastEvaluationTime, Long maxEntityCreatedTime, Long maxEntityModifiedTime, Long maxEntityDeletedTime) Creates a new instance of SelectorTimeValue