public class BaseHandler extends Object implements IObjectDescriptorContainer
| Constructor and Description |
|---|
BaseHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CanUpdateField(Object obj,
String fieldName,
Enum<?> status)
Returns a boolean indication regarding whether it is allowed to update a specified field of a specified object in
a specified status.
|
public boolean CanUpdateField(Object obj, String fieldName, Enum<?> status)
CanUpdateField in interface IObjectDescriptorContainerobj - The object to update field in.fieldName - The field to update.status - The status to consider.Copyright © 2012. All Rights Reserved.