planetj.dataengine
Class NavigationRequest

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--planetj.dataengine.AbstractNavigationMap
                    |
                    +--planetj.dataengine.NavigationRequest
All Implemented Interfaces:
Cloneable, INavigation, Map, Serializable

public class NavigationRequest
extends AbstractNavigationMap

See Also:
Serialized Form

Field Summary
static String className
          Class name.
 
Fields inherited from interface planetj.dataengine.INavigation
CHILD_PREFIX, GROUP_ATTRIBUTES, GROUP_ID, INITIAL_GROUP_ID, INITIAL_PAGE_ID, INITIAL_REQUEST_ID, NAVIGATION_CHECKED, NAVIGATION_OBJECT_LIST_PREFIX, NEW_GROUP_ID, NEW_REQUEST_ID, NEW_SESSION_ID, PAGE_ATTRIBUTES, PAGE_ID, PARENT_PREFIX, PERSISTENT_ATTRIBUTES, PREVIOUS_ATTRIBUTES, PREVIOUS_GROUP_ID, PREVIOUS_PAGE_ID, PREVIOUS_REQUEST_ID, REQUEST_ID, RESET_GROUP_ID, RESET_NAVIGATION_IDS, RESET_NAVIGATION_IDS_COMPLETED, RESET_PAGE_ID, RESET_REQUEST_ID, RESET_SESSION_ID, SESSION_ID
 
Constructor Summary
NavigationRequest(int id)
          NavigationRequest constructor comment.
NavigationRequest(String id)
          NavigationRequest constructor comment.
 
Method Summary
 NavigationGroup getGroup(int id)
           
 NavigationGroup getGroup(String id)
           
static String getNavigationKey(int id)
           
static String getNavigationKey(String id)
           
 NavigationPage getPage(int groupId, int pageId)
           
 NavigationPage getPage(String groupId, String pageId)
           
 
Methods inherited from class planetj.dataengine.AbstractNavigationMap
getId, getKey, getLastChildId, put, put
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

className

public static final String className
Class name.

Constructor Detail

NavigationRequest

public NavigationRequest(int id)
NavigationRequest constructor comment.


NavigationRequest

public NavigationRequest(String id)
NavigationRequest constructor comment.

Method Detail

getGroup

public NavigationGroup getGroup(int id)

getGroup

public NavigationGroup getGroup(String id)

getNavigationKey

public static String getNavigationKey(int id)

getNavigationKey

public static String getNavigationKey(String id)

getPage

public NavigationPage getPage(int groupId,
                              int pageId)

getPage

public NavigationPage getPage(String groupId,
                              String pageId)