org.opencrx.kernel.home1.cci2
Interface QuickAccess

All Superinterfaces:
org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, SecureObject, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
QuickAccess
All Known Implementing Classes:
QuickAccess

public interface QuickAccess
extends SecureObject, org.openmdx.base.cci2.BasicObject

Class QuickAccess


Nested Class Summary
static interface QuickAccess.Identity
          Object Identity
 
Method Summary
 String getActionName()
           
 List<String> getActionParam()
           
 short getActionType()
          Retrieves the value for the attribute actionType.
 String getDescription()
           
 String getIconKey()
           
 String getName()
           
 org.openmdx.compatibility.view1.cci2.ViewCapable getReference()
          Retrieves the value for the reference reference.
 void setActionName(String actionName)
          Sets a new value for the attribute actionName.
 void setActionParam(String... actionParam)
           This method is equivalent to
 void setActionType(short actionType)
          Sets a new value for the attribute actionType.
 void setDescription(String description)
          Sets a new value for the attribute description.
 void setIconKey(String iconKey)
          Sets a new value for the attribute iconKey.
 void setName(String name)
          Sets a new value for the attribute name.
 void setReference(org.openmdx.compatibility.view1.cci2.ViewCapable reference)
          Sets a new value for the reference reference.
 void setUserHome(UserHome userHome)
          Sets a new value for the reference userHome.
 void setUserHome(UserHome userHome, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:home1:UserHomeContainsQuickAccess.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

Method Detail

getActionName

String getActionName()
Returns:
The possibly null value for attribute actionName.

setActionName

void setActionName(String actionName)
Sets a new value for the attribute actionName.

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

getActionParam

List<String> getActionParam()
Returns:
A list containing all elements for this attribute.

setActionParam

void setActionParam(String... actionParam)

This method is equivalent to

   list.clear();
   for(java.lang.String e : attributeName){
     list.add(e);
   }
 

Parameters:
actionParam - value(s) to be added to actionParam

getActionType

short getActionType()
Retrieves the value for the attribute actionType.

Returns:
The non-null value for attribute actionType.

setActionType

void setActionType(short actionType)
Sets a new value for the attribute actionType.

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

getDescription

String getDescription()
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.

getIconKey

String getIconKey()
Returns:
The possibly null value for attribute iconKey.

setIconKey

void setIconKey(String iconKey)
Sets a new value for the attribute iconKey.

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

getName

String getName()
Returns:
The possibly null value for attribute name.

setName

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

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

getReference

org.openmdx.compatibility.view1.cci2.ViewCapable getReference()
Retrieves the value for the reference reference.

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

setReference

void setReference(org.openmdx.compatibility.view1.cci2.ViewCapable reference)
Sets a new value for the reference reference.

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

setUserHome

void setUserHome(UserHome userHome)
Sets a new value for the reference userHome.

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

setUserHome

void setUserHome(UserHome userHome,
                 boolean idIsPersistent,
                 String id)
Set the object's composite association org:opencrx:kernel:home1:UserHomeContainsQuickAccess.

Parameters:
userHome - The non-null new value for this object's composite owner.
idIsPersistent - Defines whether the id is persistent.
id - The non-null new value for this object's qualifier.


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