Uses of Class
com.gentics.api.lib.exception.InsufficientPrivilegesException

Packages that use InsufficientPrivilegesException
com.gentics.api.lib.expressionparser Package for classes and interfaces related to parsing and evaluating of expressions. 
com.gentics.api.lib.resolving Package for classes and interfaces related to property resolving. 
com.gentics.api.portalnode.plugin Package for specific plugin implementations. 
com.gentics.api.portalnode.portal   
com.gentics.api.portalnode.portlet Package for the Gentics® specific Portlet implementations and enhancements. 
 

Uses of InsufficientPrivilegesException in com.gentics.api.lib.expressionparser
 

Methods in com.gentics.api.lib.expressionparser that throw InsufficientPrivilegesException
 boolean ExpressionEvaluator.setProperty(String name, Object value)
           
 

Uses of InsufficientPrivilegesException in com.gentics.api.lib.resolving
 

Methods in com.gentics.api.lib.resolving that throw InsufficientPrivilegesException
 void PropertySetter.addToProperty(String path, Object value)
          Add the given property to the properties resolved by the given path.
 void PropertySetter.addToProperty(String path, Object value, boolean allowDuplicates)
          Add the given property to the properties resolved by the given path.
 void PropertySetter.removeFromProperty(String path, Object value)
          Remove the given value from the properties resolved by the given path.
 void PropertySetter.setProperty(String path, Object value)
          Set the property (properties) given by the path to the given value
 boolean ChangeableBean.setProperty(String name, Object value)
           
 boolean Changeable.setProperty(String name, Object value)
          Set (modify) the property name to resolve to the given value
 

Uses of InsufficientPrivilegesException in com.gentics.api.portalnode.plugin
 

Methods in com.gentics.api.portalnode.plugin that throw InsufficientPrivilegesException
 boolean ViewPlugin.setProperty(String name, Object value)
           
 

Uses of InsufficientPrivilegesException in com.gentics.api.portalnode.portal
 

Methods in com.gentics.api.portalnode.portal that throw InsufficientPrivilegesException
static void PortalPropertySetter.set(String propertyPath, Object value)
          Set the portal property identified via propertyPath to the provided value
 

Uses of InsufficientPrivilegesException in com.gentics.api.portalnode.portlet
 

Methods in com.gentics.api.portalnode.portlet that throw InsufficientPrivilegesException
 void GenticsPortletContext.setPortalProperty(String propertyPath, Object value)
          sets the portal property identified via propertyPath to a certain value provided
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.