public abstract class AbstractNonChangeableAttributeAccess extends Object implements AttributeAccess
Subclasses only need to implement setValue yet.
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNonChangeableAttributeAccess(String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(SessionContext ctx,
Item item,
Object value)
Stores the attribute data for a given item.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValueprotected AbstractNonChangeableAttributeAccess(String qualifier)
public void setValue(SessionContext ctx, Item item, Object value) throws JaloTypeException, JaloInvalidParameterException, JaloSecurityException, JaloBusinessException
AttributeAccesssetValue in interface AttributeAccessctx - the current session context - e.g. specifies the session languageitem - the item to store data forvalue - the value to storeJaloTypeException - in case the attribute type does not allow storing this valueJaloInvalidParameterException - in case the value is not compatible with this attributeJaloSecurityException - in case there are security constraints which do not allow this value to be writtenJaloBusinessException - any other errorCopyright © 2017 SAP SE. All Rights Reserved.