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(SelectorTimePK pk) SelectorTimeFactory.getEntityFromPK(EntityPermission entityPermission, SelectorTimePK pk) SelectorTimeFactory.getValueFromPK(SelectorTimePK pk) voidSelectorTimeFactory.remove(SelectorTimePK pk) booleanSelectorTimeFactory.validPK(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.getValuesFromPKs(Collection<SelectorTimePK> pks) voidSelectorTimeFactory.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