com.ibm.retail.AEF.automation
Interface OperatorAuthorization
- All Superinterfaces:
- BaseInfo, java.io.Serializable
- public interface OperatorAuthorization
- extends BaseInfo
Represents the application authorization of an operator.
Field Summary |
static java.lang.String |
CLASS_KEY
|
Method Summary |
boolean |
isAuthorized(java.lang.String AuthProperty)
Indicates wheter the operator is authorized to perform the function represented
by the property name. |
void |
setAuthorized(java.lang.String AuthProperty,
boolean flag)
Sets whether the operator is authorized with the privilege indicated by the property name. |
CLASS_KEY
public static final java.lang.String CLASS_KEY
- See Also:
- Constant Field Values
isAuthorized
public boolean isAuthorized(java.lang.String AuthProperty)
throws AEFException
- Indicates wheter the operator is authorized to perform the function represented
by the property name.
- Parameters:
AuthProperty
- The name of the authorization property.
- Returns:
- boolean True if authorized, false otherwise.
- Throws:
AEFException
- AEFException Error Codes:
AEFConst.INVALID_PROPERTY_VALUE
AEFConst.NO_SUCH_PROPERTY
setAuthorized
public void setAuthorized(java.lang.String AuthProperty,
boolean flag)
- Sets whether the operator is authorized with the privilege indicated by the property name.
Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004