|
||||||||||
| 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. |
|
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(String description,
String detailedDescription,
Date dueBy,
String name,
short priority,
Contact reportingContact,
Date scheduledEnd,
Date scheduledStart)
|
|
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 |
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 |
|---|
addDepotReference, getDepotReference, getDepotReference |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter |
|---|
exportXml |
| 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, getView |
| 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.String getName()
name.
name.void setName(String name)
name.
name - The non-null new value for attribute name.
NewActivityResult newActivity(String description,
String detailedDescription,
Date dueBy,
String name,
short priority,
Contact reportingContact,
Date scheduledEnd,
Date scheduledStart)
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 | |||||||||