org.filteredpush.messaging.mysqlbeans
Class InterestFacade

java.lang.Object
  extended by org.filteredpush.messaging.mysqlbeans.AbstractFacade<Interest>
      extended by org.filteredpush.messaging.mysqlbeans.InterestFacade

public class InterestFacade
extends AbstractFacade<Interest>

The facade class that exposes the stored queries and data obtained from the database via the Interest persistence class.

Author:
lowery

Constructor Summary
InterestFacade()
           
 
Method Summary
 java.util.List<Interest> getInterestByID(java.lang.String interestId)
           
 
Methods inherited from class org.filteredpush.messaging.mysqlbeans.AbstractFacade
count, create, edit, find, findAll, findRange, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterestFacade

public InterestFacade()
Method Detail

getInterestByID

public java.util.List<Interest> getInterestByID(java.lang.String interestId)