| 
 | 7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.remedy.arsys.api.ListCriteriaBase
com.remedy.arsys.api.MenuListCriteria
The MenuListCriteria class lets you specify parameter values used
 to retrieve menu object from AR System server.
| Constructor Summary | |
| MenuListCriteria()Constructor | |
| MenuListCriteria(Timestamp timestamp)Constructs a MenuListCriteriaobject to be passed as parameter tofindorfindObjectscall on aMenuFactoryobject. | |
| MenuListCriteria(Timestamp timestamp,
                 SchemaKey[] schemaKeys,
                 ActiveLinkKey[] activeLinkKeys)Constructs a MenuListCriteriaobject to be passed as parameter tofindorfindObjectscall on aMenuFactoryobject. | |
| Method Summary | |
|  java.lang.Object | clone()Clone implementation that returns an Object with data cloned from self. | 
|  ActiveLinkKey[] | getActiveLinkKeys()Gets the active link keys for retrieving the menus that are associated with the active links. | 
|  Timestamp | getModifiedAfter()Returns the time stamp that limits the objects to those modified after the specified time. | 
|  SchemaKey[] | getSchemaKeys()Gets the schema keys for retrieving the menus that are associated with the forms. | 
|  void | setModifiedAfter(Timestamp ts)Sets the time stamp that limits the objects to those modified after the specified time. | 
| Methods inherited from class java.lang.Object | 
| equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public MenuListCriteria()
public MenuListCriteria(Timestamp timestamp)
MenuListCriteria object to be passed as parameter to find
 or findObjects call on a MenuFactory object.
timestamp - A time stamp that limits the menus retrieved to those modified after the specified time.
public MenuListCriteria(Timestamp timestamp,
                        SchemaKey[] schemaKeys,
                        ActiveLinkKey[] activeLinkKeys)
MenuListCriteria object to be passed as parameter to find
 or findObjects call on a MenuFactory object.
timestamp - A time stamp that limits the menus retrieved to those modified after the specified time.schemaKeys - Schema keys to retrieve menus for.activeLinkKeys - Active link keys to retrieve menus for.| Method Detail | 
public SchemaKey[] getSchemaKeys()
public ActiveLinkKey[] getActiveLinkKeys()
public void setModifiedAfter(Timestamp ts)
public Timestamp getModifiedAfter()
public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException| 
 | 7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||