|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompoundBooking
Class CompoundBooking
| Nested Class Summary | |
|---|---|
static interface |
CompoundBooking.Identity
Object Identity |
| Method Summary | ||
|---|---|---|
|
acceptCb()
|
|
|
cancelCb()
|
|
|
finalizeCb()
|
|
Set<String> |
getAcceptedBy()
|
|
|
getBooking()
Retrieves a set containing all the elements for the reference booking. |
|
Date |
getBookingDate()
Retrieves the value for the attribute bookingDate. |
|
short |
getBookingStatus()
Retrieves the value for the attribute bookingStatus. |
|
short |
getBookingType()
Retrieves the value for the attribute bookingType. |
|
String |
getDescription()
|
|
short |
getLockingReason()
Retrieves the value for the attribute lockingReason. |
|
Date |
getLockModifiedAt()
Retrieves the value for the attribute lockModifiedAt. |
|
String |
getName()
Retrieves the value for the attribute name. |
|
CompoundBooking |
getReversalOf()
Retrieves the value for the reference reversalOf. |
|
WfProcessInstance |
getWfProcess()
Retrieves the value for the reference wfProcess. |
|
boolean |
isLocked()
Retrieves the value for the attribute isLocked. |
|
|
lockCb(short lockingReason)
|
|
void |
setAcceptedBy(String... acceptedBy)
This method is equivalent to |
|
void |
setBookingDate(Date bookingDate)
Sets a new value for the attribute bookingDate. |
|
void |
setBookingStatus(short bookingStatus)
Sets a new value for the attribute bookingStatus. |
|
void |
setBookingType(short bookingType)
Sets a new value for the attribute bookingType. |
|
void |
setDescription(String description)
Sets a new value for the attribute description. |
|
void |
setLocked(boolean isLocked)
Sets a new value for the attribute isLocked. |
|
void |
setLockingReason(short lockingReason)
Sets a new value for the attribute lockingReason. |
|
void |
setLockModifiedAt(Date lockModifiedAt)
Sets a new value for the attribute lockModifiedAt. |
|
void |
setName(String name)
Sets a new value for the attribute name. |
|
void |
setReversalOf(CompoundBooking reversalOf)
Sets a new value for the reference reversalOf. |
|
void |
setSegment(Segment segment)
Sets a new value for the reference segment. |
|
void |
setSegment(Segment segment,
boolean idIsPersistent,
String id)
Set the object's composite association org:opencrx:kernel:depot1:SegmentContainsCompoundBooking. |
|
void |
setWfProcess(WfProcessInstance wfProcess)
Sets a new value for the reference wfProcess. |
|
|
unlockCb()
|
|
| Methods inherited from interface org.opencrx.kernel.base.cci2.PropertySet |
|---|
getProperty |
| 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.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, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SubscriptionTarget |
|---|
addSubscription, addSubscriptionForParent, removeSubscription, removeSubscriptionForParent |
| 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 |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainer |
|---|
getAdditionalDescription |
| Method Detail |
|---|
<T extends org.openmdx.base.cci2.Void> T acceptCb()
throws RefException
RefExceptionSet<String> getAcceptedBy()
void setAcceptedBy(String... acceptedBy)
This method is equivalent to
set.clear(); set.addAll(Arrays.asList(acceptedBy));
acceptedBy - value(s) to be added to acceptedBy<T extends Booking> Set<T> getBooking()
booking.
Date getBookingDate()
bookingDate.
bookingDate.void setBookingDate(Date bookingDate)
bookingDate.
bookingDate - The non-null new value for attribute bookingDate.short getBookingStatus()
bookingStatus.
bookingStatus.void setBookingStatus(short bookingStatus)
bookingStatus.
bookingStatus - The non-null new value for attribute bookingStatus.short getBookingType()
bookingType.
bookingType.void setBookingType(short bookingType)
bookingType.
bookingType - The non-null new value for attribute bookingType.
<T extends CancelCompoundBookingResult> T cancelCb()
throws RefException
RefExceptionString getDescription()
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.
<T extends org.openmdx.base.cci2.Void> T finalizeCb()
throws RefException
RefExceptionboolean isLocked()
isLocked.
isLocked.void setLocked(boolean isLocked)
isLocked.
isLocked - The non-null new value for attribute isLocked.
<T extends org.openmdx.base.cci2.Void> T lockCb(short lockingReason)
throws RefException
RefExceptionDate getLockModifiedAt()
lockModifiedAt.
lockModifiedAt.void setLockModifiedAt(Date lockModifiedAt)
lockModifiedAt.
lockModifiedAt - The non-null new value for attribute lockModifiedAt.short getLockingReason()
lockingReason.
lockingReason.void setLockingReason(short lockingReason)
lockingReason.
lockingReason - The non-null new value for attribute lockingReason.String getName()
name.
name.void setName(String name)
name.
name - The non-null new value for attribute name.CompoundBooking getReversalOf()
reversalOf.
null – value for this reference.void setReversalOf(CompoundBooking reversalOf)
reversalOf.
reversalOf - The non-null new value for this reference.
<T extends org.openmdx.base.cci2.Void> T unlockCb()
throws RefException
RefExceptionWfProcessInstance getWfProcess()
wfProcess.
null – value for this reference.void setWfProcess(WfProcessInstance wfProcess)
wfProcess.
wfProcess - The non-null new value for this reference.void setSegment(Segment segment)
segment.
segment - The non-null new value for this reference.
void setSegment(Segment segment,
boolean idIsPersistent,
String id)
org:opencrx:kernel:depot1:SegmentContainsCompoundBooking.
segment - 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 | |||||||||