Uses of Class
com.echothree.model.data.search.common.pk.CachedSearchStatusPK
Packages that use CachedSearchStatusPK
Package
Description
-
Uses of CachedSearchStatusPK in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return CachedSearchStatusPK -
Uses of CachedSearchStatusPK in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return CachedSearchStatusPKModifier and TypeMethodDescriptionCachedSearchStatusFactory.getNextPK()CachedSearchStatusFactory.getPKFromQuery(PreparedStatement ps, Object... params) CachedSearchStatusFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type CachedSearchStatusPKModifier and TypeMethodDescriptionCachedSearchStatusFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CachedSearchStatusFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CachedSearchStatusFactory.getPKsFromResultSetAsList(ResultSet rs) CachedSearchStatusFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type CachedSearchStatusPKModifier and TypeMethodDescriptionCachedSearchStatusFactory.getEntityFromCache(CachedSearchStatusPK pk) CachedSearchStatusFactory.getEntityFromPK(EntityPermission entityPermission, CachedSearchStatusPK pk) CachedSearchStatusFactory.getValueFromPK(CachedSearchStatusPK pk) voidCachedSearchStatusFactory.remove(CachedSearchStatusPK pk) booleanCachedSearchStatusFactory.validPK(CachedSearchStatusPK pk) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type CachedSearchStatusPKModifier and TypeMethodDescriptionCachedSearchStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CachedSearchStatusPK> pks) CachedSearchStatusFactory.getValuesFromPKs(Collection<CachedSearchStatusPK> pks) voidCachedSearchStatusFactory.remove(Collection<CachedSearchStatusPK> pks) -
Uses of CachedSearchStatusPK in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return CachedSearchStatusPKConstructors in com.echothree.model.data.search.server.value with parameters of type CachedSearchStatusPKModifierConstructorDescriptionCachedSearchStatusValue(CachedSearchStatusPK cachedSearchStatusPK, CachedSearchPK cachedSearchPK, Boolean isConsistent) Creates a new instance of CachedSearchStatusValue -
Uses of CachedSearchStatusPK in com.echothree.model.jooq.server.records.search
Methods in com.echothree.model.jooq.server.records.search that return CachedSearchStatusPKModifier and TypeMethodDescriptionCachedSearchStatuses.CachedSearchStatus()Getter forcachedsearchstatuses.csrchst_cachedsearchstatusid.Methods in com.echothree.model.jooq.server.records.search that return types with arguments of type CachedSearchStatusPKModifier and TypeMethodDescriptionorg.jooq.Record1<CachedSearchStatusPK> CachedSearchStatuses.key()Methods in com.echothree.model.jooq.server.records.search with parameters of type CachedSearchStatusPKModifier and TypeMethodDescriptionvoidCachedSearchStatuses.CachedSearchStatus(CachedSearchStatusPK value) Setter forcachedsearchstatuses.csrchst_cachedsearchstatusid.Constructors in com.echothree.model.jooq.server.records.search with parameters of type CachedSearchStatusPKModifierConstructorDescriptionCachedSearchStatuses(CachedSearchStatusPK CachedSearchStatus, CachedSearchPK CachedSearch, Boolean IsConsistent) Create a detached, initialised CachedSearchStatuses -
Uses of CachedSearchStatusPK in com.echothree.model.jooq.server.tables.search
Fields in com.echothree.model.jooq.server.tables.search with type parameters of type CachedSearchStatusPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CachedSearchStatuses, CachedSearchStatusPK> CachedSearchStatuses.CACHED_SEARCH_STATUSThe columncachedsearchstatuses.csrchst_cachedsearchstatusid.