|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.virtuosotechnologies.asaph.model.opsemantics.SearchFieldPredicateSemantics.DefaultImplementation
The default implementation of TruePredicateSemantics
| Nested Class Summary |
| Nested classes inherited from class com.virtuosotechnologies.asaph.model.opsemantics.SearchFieldPredicateSemantics |
SearchFieldPredicateSemantics.DefaultImplementation |
| Constructor Summary | |
SearchFieldPredicateSemantics.DefaultImplementation(String fieldName,
SearchParameters params)
Constructor |
|
| Method Summary | |
boolean |
equals(Object obj)
The equals method should return true if the given object is a SongOperation with the same semantics as this one. |
String |
getFieldName()
Get the name of the field to search |
SearchParameters |
getSearchParameters()
Get the search parameters |
void |
perform(SongIDResultSet resultSet)
Performs the operation on the given result set. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SearchFieldPredicateSemantics.DefaultImplementation(String fieldName,
SearchParameters params)
| Method Detail |
public String getFieldName()
getFieldName in interface SearchFieldPredicateSemanticspublic SearchParameters getSearchParameters()
getSearchParameters in interface SearchFieldPredicateSemantics
public void perform(SongIDResultSet resultSet)
throws SongDatabaseFailedException
perform in interface SongOperationresultSet - the SongIDResultSet
SongDatabaseFailedException - Catch-all exception for database-related
problems. This will often have a cause exception, which may be exceptions
like IOException or SQLException.public boolean equals(Object obj)
equals in interface SongOperationobj - object to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||