org.opencrx.kernel.home1.cci2
Interface Alert

All Superinterfaces:
Auditee, BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, SecureObject, WorkflowTarget
All Known Subinterfaces:
Alert
All Known Implementing Classes:
Alert

public interface Alert
extends Auditee, SecureObject, WorkflowTarget, BasicObject

Class Alert


Nested Class Summary
static interface Alert.Identity
          Object Identity
 
Method Summary
 short getAlertState()
          Retrieves the value for the attribute alertState.
 String getDescription()
          Retrieves the possibly null value for the optional attribute description.
 short getImportance()
          Retrieves the value for the attribute importance.
 String getName()
          Retrieves the value for the attribute name.
 ContextCapable getReference()
          Retrieves the value for the reference reference.
 Void markAsAccepted()
           
 Void markAsRead()
           
 void setAlertState(short alertState)
          Sets a new value for the attribute alertState.
 void setDescription(String description)
          Sets a new value for the attribute description.
 void setImportance(short importance)
          Sets a new value for the attribute importance.
 void setName(String name)
          Sets a new value for the attribute name.
 void setReference(ContextCapable reference)
          Sets a new value for the reference reference.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee
getAudit
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 
Methods inherited from interface org.opencrx.kernel.base.cci2.WorkflowTarget
executeWorkflow
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 

Method Detail

getAlertState

short getAlertState()
Retrieves the value for the attribute alertState.

Returns:
The non-null value for attribute alertState.

setAlertState

void setAlertState(short alertState)
Sets a new value for the attribute alertState.

Parameters:
alertState - The non-null new value for attribute alertState.

getDescription

String getDescription()
Retrieves the possibly null value for the optional attribute description.

Returns:
The possibly null value for attribute description.

setDescription

void setDescription(String description)
Sets a new value for the attribute description.

Parameters:
description - The possibly null new value for attribute description.

getImportance

short getImportance()
Retrieves the value for the attribute importance.

Returns:
The non-null value for attribute importance.

setImportance

void setImportance(short importance)
Sets a new value for the attribute importance.

Parameters:
importance - The non-null new value for attribute importance.

markAsAccepted

Void markAsAccepted()

markAsRead

Void markAsRead()

getName

String getName()
Retrieves the value for the attribute name.

Returns:
The non-null value for attribute name.

setName

void setName(String name)
Sets a new value for the attribute name.

Parameters:
name - The non-null new value for attribute name.

getReference

ContextCapable getReference()
Retrieves the value for the reference reference.

Returns:
The – possibly null – value for this reference.

setReference

void setReference(ContextCapable reference)
Sets a new value for the reference reference.

Parameters:
reference - The non-null new value for this reference.


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.