7.0 Action Request System Java API

com.remedy.arsys.api
Class MenuListCriteria

java.lang.Object
  extended bycom.remedy.arsys.api.ListCriteriaBase
      extended bycom.remedy.arsys.api.MenuListCriteria
All Implemented Interfaces:
java.lang.Cloneable

public class MenuListCriteria
extends com.remedy.arsys.api.ListCriteriaBase

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 MenuListCriteria object to be passed as parameter to find or findObjects call on a MenuFactory object.
MenuListCriteria(Timestamp timestamp, SchemaKey[] schemaKeys, ActiveLinkKey[] activeLinkKeys)
          Constructs a MenuListCriteria object to be passed as parameter to find or findObjects call on a MenuFactory object.
 
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

MenuListCriteria

public MenuListCriteria()
Constructor


MenuListCriteria

public MenuListCriteria(Timestamp timestamp)
Constructs a MenuListCriteria object to be passed as parameter to find or findObjects call on a MenuFactory object.

Parameters:
timestamp - A time stamp that limits the menus retrieved to those modified after the specified time.

MenuListCriteria

public MenuListCriteria(Timestamp timestamp,
                        SchemaKey[] schemaKeys,
                        ActiveLinkKey[] activeLinkKeys)
Constructs a MenuListCriteria object to be passed as parameter to find or findObjects call on a MenuFactory object.

Parameters:
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

getSchemaKeys

public SchemaKey[] getSchemaKeys()
Gets the schema keys for retrieving the menus that are associated with the forms.


getActiveLinkKeys

public ActiveLinkKey[] getActiveLinkKeys()
Gets the active link keys for retrieving the menus that are associated with the active links.


setModifiedAfter

public void setModifiedAfter(Timestamp ts)
Sets the time stamp that limits the objects to those modified after the specified time.


getModifiedAfter

public Timestamp getModifiedAfter()
Returns the time stamp that limits the objects to those modified after the specified time.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.

Throws:
java.lang.CloneNotSupportedException

7.0 Action Request System Java API