com.ptc.netmarkets.util.misc
Class DefaultActionAccessDelegate

java.lang.Object
  extended by com.ptc.netmarkets.util.misc.DefaultActionAccessDelegate
All Implemented Interfaces:
ActionAccessDelegate, Externalizable, Serializable

public class DefaultActionAccessDelegate
extends Object
implements ActionAccessDelegate, Externalizable

This is default action access delegate that provides no additional logic.

Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 boolean isVisible(NmAction action, WTContainer container, WTUser user, HashMap infoMap)
          Method that can determine if a tab is visible or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isVisible

public boolean isVisible(NmAction action,
                         WTContainer container,
                         WTUser user,
                         HashMap infoMap)
                  throws WTException
Method that can determine if a tab is visible or not.

Supported API: true

Specified by:
isVisible in interface ActionAccessDelegate
Parameters:
action -
container -
user -
infoMap -
Returns:
boolean
Throws:
WTException