Package com.ptc.netmarkets.util.misc
Class DefaultActionAccessDelegate
java.lang.Object
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
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisVisible(NmAction action, WTContainer container, WTUser user, HashMap infoMap) Method that can determine if a tab is visible or not.
-
Method Details
-
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:
isVisiblein interfaceActionAccessDelegate- Parameters:
action-container-user-infoMap-- Returns:
- boolean
- Throws:
WTException
-