org.shiftone.memento.manip
Class SearchAction

java.lang.Object
  extended byorg.shiftone.memento.manip.SearchAction

public class SearchAction
extends java.lang.Object


Field Summary
static org.apache.log4j.Logger LOG
           
 
Constructor Summary
SearchAction()
           
 
Method Summary
static boolean regexCompare(java.lang.String patternStr, java.lang.String description)
           
static java.util.List runSearch(java.lang.String descTest, java.lang.Integer albumFilter, java.lang.Integer tagFilter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.log4j.Logger LOG
Constructor Detail

SearchAction

public SearchAction()
Method Detail

runSearch

public static java.util.List runSearch(java.lang.String descTest,
                                       java.lang.Integer albumFilter,
                                       java.lang.Integer tagFilter)
                                throws StoreException
Throws:
StoreException

regexCompare

public static boolean regexCompare(java.lang.String patternStr,
                                   java.lang.String description)