|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QuickAccess
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 |
|---|
String getActionName()
actionName.void setActionName(String actionName)
actionName.
actionName - The possibly null new value for attribute actionName.List<String> getActionParam()
void setActionParam(String... actionParam)
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
actionParam - value(s) to be added to actionParamshort getActionType()
actionType.
actionType.void setActionType(short actionType)
actionType.
actionType - The non-null new value for attribute actionType.String getDescription()
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.String getIconKey()
iconKey.void setIconKey(String iconKey)
iconKey.
iconKey - The possibly null new value for attribute iconKey.String getName()
name.void setName(String name)
name.
name - The possibly null new value for attribute name.org.openmdx.compatibility.view1.cci2.ViewCapable getReference()
reference.
null – value for this reference.void setReference(org.openmdx.compatibility.view1.cci2.ViewCapable reference)
reference.
reference - The non-null new value for this reference.void setUserHome(UserHome userHome)
userHome.
userHome - The non-null new value for this reference.
void setUserHome(UserHome userHome,
boolean idIsPersistent,
String id)
org:opencrx:kernel:home1:UserHomeContainsQuickAccess.
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||