com.ptc.netmarkets.util.misc
Interface ActionAccessDelegate

All Known Implementing Classes:
DefaultActionAccessDelegate

public interface ActionAccessDelegate

This interface is to allow customers to change the behavior of the actions, to make them conditional on specific behavior.

Supported API: true

Extendable: true


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

Method Detail

isVisible

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

Parameters:
action -
container -
user -
infoMap -
Returns:
boolean
Throws:
WTException