|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.String name,
java.lang.Object value)
|
Uses of InsufficientPrivilegesException in com.gentics.api.lib.resolving |
---|
Methods in com.gentics.api.lib.resolving that throw InsufficientPrivilegesException | |
---|---|
void |
PropertySetter.addToProperty(java.lang.String path,
java.lang.Object value)
Add the given property to the properties resolved by the given path. |
void |
PropertySetter.addToProperty(java.lang.String path,
java.lang.Object value,
boolean allowDuplicates)
Add the given property to the properties resolved by the given path. |
void |
PropertySetter.removeFromProperty(java.lang.String path,
java.lang.Object value)
Remove the given value from the properties resolved by the given path. |
void |
PropertySetter.setProperty(java.lang.String path,
java.lang.Object value)
Set the property (properties) given by the path to the given value |
boolean |
ChangeableBean.setProperty(java.lang.String name,
java.lang.Object value)
|
boolean |
Changeable.setProperty(java.lang.String name,
java.lang.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(java.lang.String name,
java.lang.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(java.lang.String propertyPath,
java.lang.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(java.lang.String propertyPath,
java.lang.Object value)
sets the portal property identified via propertyPath to a certain value provided |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |