|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IALRestrictionManager
The AL Restriction Manager Interface.
Method Summary | |
---|---|
boolean |
checkRestriction(ALNode node,
java.lang.String restrictionName,
java.lang.String propertyValue)
Checks the local restriction specified by the parameters below. |
boolean |
checkRestriction(ALNode node,
java.lang.String restrictionName,
java.lang.String restrictionPath,
java.lang.String propertyValue)
Checks the restriction specified by the parameters below. |
Methods inherited from interface org.jasig.portal.layout.restrictions.IRestrictionManager |
---|
checkAddRestrictions, checkDeleteRestrictions, checkDepthRestrictions, checkDepthRestrictions, checkMoveRestrictions, checkRestriction, checkRestriction, checkUpdateRestrictions, setUserLayout |
Method Detail |
---|
boolean checkRestriction(ALNode node, java.lang.String restrictionName, java.lang.String restrictionPath, java.lang.String propertyValue) throws PortalException
node
- a ALNode
node to be checkedrestrictionName
- a restriction namerestrictionPath
- a String
restriction pathpropertyValue
- a String
property value to be checked
PortalException
- if an error occursboolean checkRestriction(ALNode node, java.lang.String restrictionName, java.lang.String propertyValue) throws PortalException
node
- a ALNode
node to be checkedrestrictionName
- a restriction namepropertyValue
- a String
property value to be checked
PortalException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |