|
||||||||||
| 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 | ||
|---|---|---|
Void |
acceptCb()
|
|
CancelCompoundBookingResult |
cancelCb()
|
|
Void |
finalizeCb()
|
|
Set<String> |
getAcceptedBy()
Retrieves a set containing all the elements for the attribute acceptedBy. |
|
|
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()
Retrieves the possibly null value for the optional attribute description. |
|
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. |
|
Void |
lockCb(LockCompoundBookingParams in)
|
|
void |
setAcceptedBy(String... acceptedBy)
Clears acceptedBy and adds the given value(s). |
|
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 |
setWfProcess(WfProcessInstance wfProcess)
Sets a new value for the reference wfProcess. |
|
Void |
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.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, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.LocalizedFieldContainer |
|---|
getLocalizedField |
| 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 |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainer |
|---|
getAdditionalDescription |
| Method Detail |
|---|
Void acceptCb()
Set<String> getAcceptedBy()
acceptedBy.
void setAcceptedBy(String... acceptedBy)
acceptedBy and adds the given value(s).
This method is equivalent to
set.clear(); set.addAll(Arrays.asList(acceptedBy));
acceptedBy - value(s) to be added to acceptedBy<T extends SingleBooking> CompoundBookingHasBooking.Booking<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.CancelCompoundBookingResult cancelCb()
String getDescription()
description.
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.Void finalizeCb()
boolean isLocked()
isLocked.
isLocked.void setLocked(boolean isLocked)
isLocked.
isLocked - The non-null new value for attribute isLocked.Void lockCb(LockCompoundBookingParams in)
Date 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 new – possibly null – value for this reference.Void unlockCb()
WfProcessInstance getWfProcess()
wfProcess.
null – value for this reference.void setWfProcess(WfProcessInstance wfProcess)
wfProcess.
wfProcess - The new – possibly null – value for this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||