Package org.cyclos.impl.search
Interface RemovableEntitySearchHandler<E extends NetworkedEntity,Q extends QueryParameters,R>
-
- All Superinterfaces:
EntitySearchHandler<E,Q,R>
- All Known Subinterfaces:
AdSearchHandler,RecordSearchHandler
- All Known Implementing Classes:
BasePostgresqlEntitySearchHandlerImpl,ElasticsearchAdSearchHandlerImpl,ElasticsearchBaseTransactionSearchHandlerImpl,ElasticsearchEntitySearchHandlerImpl,ElasticsearchInstallmentSearchHandlerImpl,ElasticsearchRecordSearchHandlerImpl,ElasticsearchTransactionSearchHandlerImpl,ElasticsearchTransferSearchHandlerImpl,ElasticsearchTransSearchHandlerImpl,ElasticsearchUserSearchHandlerImpl,PostgresqlAdSearchHandlerImpl,PostgresqlContactSearchHandlerImpl,PostgresqlInstallmentSearchHandlerImpl,PostgresqlRecordSearchHandlerImpl,PostgresqlTransactionSearchHandlerImpl,PostgresqlTransferSearchHandlerImpl,PostgresqlUserSearchHandlerImpl
public interface RemovableEntitySearchHandler<E extends NetworkedEntity,Q extends QueryParameters,R> extends EntitySearchHandler<E,Q,R>
Handler for entities which can be removed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremove(Long id)Removes an entity by id-
Methods inherited from interface org.cyclos.impl.search.EntitySearchHandler
index, indexName, iterateEntities, iterateIds, reindex, search
-
-
-
-
Method Detail
-
remove
void remove(Long id)
Removes an entity by id
-
-