iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.editor
Class FilterByDateAction

java.lang.Object
  extended bycom.ibm.etools.iseries.editor.FilterByDateAction
All Implemented Interfaces:
com.ibm.lpex.core.LpexAction

public class FilterByDateAction
extends Object
implements com.ibm.lpex.core.LpexAction


Field Summary
static String copyright
           
static int MAGIC_YEAR
          the magic date where if the year is less than it, it is 20xx and if the year is greater or equal to it then it is 19xx.
 
Constructor Summary
FilterByDateAction()
          Constructor for FilterByDateAction.
 
Method Summary
 boolean available(com.ibm.lpex.core.LpexView view)
          Method available.
 void doAction(com.ibm.lpex.core.LpexView view)
          Method doAction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

MAGIC_YEAR

public static final int MAGIC_YEAR
the magic date where if the year is less than it, it is 20xx and if the year is greater or equal to it then it is 19xx. IMPORTANT NOTE: this is the same as SEU

See Also:
Constant Field Values
Constructor Detail

FilterByDateAction

public FilterByDateAction()
Constructor for FilterByDateAction.

Method Detail

available

public boolean available(com.ibm.lpex.core.LpexView view)
Method available. Filtering by date is only available when there are sequence numbers

Specified by:
available in interface com.ibm.lpex.core.LpexAction
Parameters:
view - the LpexView used to determine whether or not the action is availab les
See Also:
LpexAction.available(LpexView)

doAction

public void doAction(com.ibm.lpex.core.LpexView view)
Method doAction. Displays the FilterDateDialog and then filters by specified date.

Specified by:
doAction in interface com.ibm.lpex.core.LpexAction
Parameters:
view - the view to perform the action on.
See Also:
LpexAction.doAction(LpexView)

iSeries Remote Systems
v6.0.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.