|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityCreator
Class ActivityCreator
| Nested Class Summary | |
|---|---|
static interface |
ActivityCreator.Identity
Object Identity |
| Method Summary | ||
|---|---|---|
|
getActivityGroup()
Retrieves the Collection of objects referenced by activityGroup. |
|
ActivityType |
getActivityType()
Retrieves the value for the reference activityType. |
|
Date |
getBaseDate()
Retrieves the possibly null value for the optional attribute baseDate. |
|
String |
getDescription()
Retrieves the possibly null value for the optional attribute description. |
|
Date |
getDueBy()
Retrieves the possibly null value for the optional attribute dueBy. |
|
short |
getIcalType()
Retrieves the value for the attribute icalType. |
|
String |
getName()
Retrieves the value for the attribute name. |
|
short |
getPriority()
Retrieves the value for the attribute priority. |
|
|
getResource()
Retrieves the Collection of objects referenced by resource. |
|
Date |
getScheduledEnd()
Retrieves the possibly null value for the optional attribute scheduledEnd. |
|
Date |
getScheduledStart()
Retrieves the possibly null value for the optional attribute scheduledStart. |
|
NewActivityResult |
newActivity(NewActivityParams in)
|
|
void |
setActivityType(ActivityType activityType)
Sets a new value for the reference activityType. |
|
void |
setBaseDate(Date baseDate)
Sets a new value for the attribute baseDate. |
|
void |
setDescription(String description)
Sets a new value for the attribute description. |
|
void |
setDueBy(Date dueBy)
Sets a new value for the attribute dueBy. |
|
void |
setIcalType(short icalType)
Sets a new value for the attribute icalType. |
|
void |
setName(String name)
Sets a new value for the attribute name. |
|
void |
setPriority(short priority)
Sets a new value for the attribute priority. |
|
void |
setScheduledEnd(Date scheduledEnd)
Sets a new value for the attribute scheduledEnd. |
|
void |
setScheduledStart(Date scheduledStart)
Sets a new value for the attribute scheduledStart. |
|
| Methods inherited from interface org.opencrx.kernel.depot1.cci2.DepotReferenceHolder |
|---|
getDepotReference |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Exporter |
|---|
exportItem, exportItemAdvanced |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, updateIndex |
| 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.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 |
|---|
<T extends ActivityGroup> List<T> getActivityGroup()
Collection of objects referenced by activityGroup.
Collection of referenced objects.ActivityType getActivityType()
activityType.
null – value for this reference.void setActivityType(ActivityType activityType)
activityType.
activityType - The non-null new value for this reference.Date getBaseDate()
baseDate.
baseDate.void setBaseDate(Date baseDate)
baseDate.
baseDate - The possibly null new value for attribute baseDate.String getDescription()
description.
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.Date getDueBy()
dueBy.
dueBy.void setDueBy(Date dueBy)
dueBy.
dueBy - The possibly null new value for attribute dueBy.short getIcalType()
icalType.
icalType.void setIcalType(short icalType)
icalType.
icalType - The non-null new value for attribute icalType.String getName()
name.
name.void setName(String name)
name.
name - The non-null new value for attribute name.NewActivityResult newActivity(NewActivityParams in)
short getPriority()
priority.
priority.void setPriority(short priority)
priority.
priority - The non-null new value for attribute priority.<T extends Resource> List<T> getResource()
Collection of objects referenced by resource.
Collection of referenced objects.Date getScheduledEnd()
scheduledEnd.
scheduledEnd.void setScheduledEnd(Date scheduledEnd)
scheduledEnd.
scheduledEnd - The possibly null new value for attribute scheduledEnd.Date getScheduledStart()
scheduledStart.
scheduledStart.void setScheduledStart(Date scheduledStart)
scheduledStart.
scheduledStart - The possibly null new value for attribute scheduledStart.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||