com.siebel.rf.offline.data.route
Class RouteFactory

java.lang.Object
  |
  +--com.siebel.rf.offline.branch.datastore.PersistedFactory
        |
        +--com.siebel.rf.offline.data.route.RouteFactory

public class RouteFactory
extends PersistedFactory

The RouteFactory class


Constructor Summary
RouteFactory()
           
 
Method Summary
static Route findByPrimaryKey(java.lang.String requestId)
          Returns Route
 
Methods inherited from class com.siebel.rf.offline.branch.datastore.PersistedFactory
remove, store
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteFactory

public RouteFactory()
Method Detail

findByPrimaryKey

public static Route findByPrimaryKey(java.lang.String requestId)
                              throws FinderException
Returns Route
Parameters:
requestId - String
Returns:
the Route based on primary key attributes
Throws:
FinderException - This exception is thrown if batch not found