Uses of Class
com.echothree.model.data.selector.server.entity.SelectorTime
Packages that use SelectorTime
Package
Description
-
Uses of SelectorTime in com.echothree.model.control.selector.server.control
Methods in com.echothree.model.control.selector.server.control that return SelectorTimeModifier and TypeMethodDescriptionSelectorControl.createSelectorTime(Selector selector) SelectorControl.getSelectorTime(Selector selector) SelectorControl.getSelectorTimeForUpdate(Selector selector) -
Uses of SelectorTime in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorTimeModifier and TypeMethodDescriptionSelectorTimeFactory.create(SelectorPK selectorPK, Long lastEvaluationTime, Long maxEntityCreatedTime, Long maxEntityModifiedTime, Long maxEntityDeletedTime) SelectorTimeFactory.create(Selector selector, Long lastEvaluationTime, Long maxEntityCreatedTime, Long maxEntityModifiedTime, Long maxEntityDeletedTime) SelectorTimeFactory.getEntityFromCache(SelectorTimePK pk) SelectorTimeFactory.getEntityFromPK(EntityPermission entityPermission, SelectorTimePK pk) SelectorTimeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) SelectorTimeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SelectorTimeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SelectorTimeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) SelectorTimeFactory.getEntityFromValue(EntityPermission entityPermission, SelectorTimeValue value) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorTimeModifier and TypeMethodDescriptionSelectorTimeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SelectorTimePK> pks) SelectorTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) SelectorTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SelectorTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SelectorTimeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorTimeModifier and TypeMethodDescriptionvoidSelectorTimeFactory.remove(SelectorTime entity) voidSelectorTimeFactory.store(SelectorTime entity) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorTimeModifier and TypeMethodDescriptionvoidSelectorTimeFactory.store(Collection<SelectorTime> entities)