|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompoundBooking
| Method Summary | |
|---|---|
Void |
acceptCb()
|
Void |
acceptCb(Void params)
|
CancelCompoundBookingResult |
cancelCb()
|
CancelCompoundBookingResult |
cancelCb(Void params)
|
Void |
finalizeCb()
|
Void |
finalizeCb(Void params)
|
Set |
getAcceptedBy()
|
Collection |
getBooking()
Retrieves a collection containing all the elements for the reference booking. |
List |
getBooking(BookingFilter filter)
Retrieves the value for the reference booking for the
specified filter. |
List |
getBooking(BookingQuery query)
Retrieves the value for the reference booking for the
specified query. |
Booking |
getBooking(String id)
Retrieves the value for the reference booking for the
specified qualifier attribute value. |
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 optional reference reversalOf. |
WfProcessInstance |
getWfProcess()
Retrieves the value for the optional reference wfProcess. |
boolean |
isLocked()
Retrieves the value for the attribute isLocked. |
Void |
lockCb(LockCompoundBookingParams params)
|
Void |
lockCb(short lockingReason)
|
void |
removeReversalOf()
Removes the value for the optional reference reversalOf. |
void |
removeWfProcess()
Removes the value for the optional reference wfProcess. |
void |
setAcceptedBy(Set newValue)
|
void |
setBookingDate(Date newValue)
Sets a new value for the attribute bookingDate. |
void |
setBookingStatus(short newValue)
Sets a new value for the attribute bookingStatus. |
void |
setBookingType(short newValue)
Sets a new value for the attribute bookingType. |
void |
setDescription(String newValue)
Sets a new value for the attribute description. |
void |
setLocked(boolean newValue)
Sets a new value for the attribute isLocked. |
void |
setLockingReason(short newValue)
Sets a new value for the attribute lockingReason. |
void |
setLockModifiedAt(Date newValue)
Sets a new value for the attribute lockModifiedAt. |
void |
setName(String newValue)
Sets a new value for the attribute name. |
void |
setReversalOf(CompoundBooking newValue)
Sets a new value for the reference reversalOf. |
void |
setWfProcess(WfProcessInstance newValue)
Sets a new value for the reference wfProcess. |
Void |
unlockCb()
|
Void |
unlockCb(Void params)
|
| Methods inherited from interface org.opencrx.kernel.base.cci.PropertySet |
|---|
addProperty, addProperty, getProperty, getProperty, getProperty, getProperty, removeProperty |
| Methods inherited from interface org.opencrx.kernel.base.cci.AlertSender |
|---|
sendAlert, sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci.Auditee |
|---|
getAudit, getAudit, getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci.Cloneable |
|---|
clone_, clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci.Importer |
|---|
importItem, importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci.Indexed |
|---|
getIndexEntry, getIndexEntry, getIndexEntry, getIndexEntry, updateIndex, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci.SecureObject |
|---|
addOwningGroup, addOwningGroup, addOwningGroup, addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwner, getOwningGroup, getOwningGroup, getOwningUser, removeAllOwningGroup, removeAllOwningGroup, removeOwningGroup, removeOwningGroup, removeOwningGroup, removeOwningUser, setAccessLevel, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci.SubscriptionTarget |
|---|
addSubscription, addSubscription, addSubscriptionForParent, addSubscriptionForParent, removeSubscription, removeSubscription, removeSubscriptionForParent, removeSubscriptionForParent |
| Methods inherited from interface org.opencrx.kernel.base.cci.XmlExporter |
|---|
exportXml, exportXml |
| Methods inherited from interface org.openmdx.base.cci.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci.ContextCapable |
|---|
getContext, getContext |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci.ViewCapable |
|---|
getView, getView, getView, getView |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Methods inherited from interface org.opencrx.kernel.generic.cci.DescriptionContainer |
|---|
addAdditionalDescription, addAdditionalDescription, getAdditionalDescription, getAdditionalDescription, getAdditionalDescription, getAdditionalDescription, removeAdditionalDescription |
| Method Detail |
|---|
Void acceptCb(Void params)
throws RefException
RefException
Void acceptCb()
throws RefException
RefExceptionSet getAcceptedBy()
JmiException - If the values cannot be retrieved for some reason.void setAcceptedBy(Set newValue)
newValue - A set containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.Booking getBooking(String id)
booking for the
specified qualifier attribute value.
id - The value for the qualifier attribute that qualifies this reference.
JmiException - If the value cannot be retrieved for some reason.Collection getBooking()
booking.
JmiException - If the values cannot be retrieved for some reason.List getBooking(BookingFilter filter)
booking for the
specified filter.
filter - filter which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.List getBooking(BookingQuery query)
booking for the
specified query.
predicate - predicate which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.Date getBookingDate()
bookingDate.
bookingDate.
JmiException - If the value cannot be retrieved for some reason.void setBookingDate(Date newValue)
bookingDate.
newValue - The non-null new value for attribute bookingDate.
JmiException - If the value cannot be set for some reason.short getBookingStatus()
bookingStatus.
bookingStatus.
JmiException - If the value cannot be retrieved for some reason.void setBookingStatus(short newValue)
bookingStatus.
newValue - The non-null new value for attribute bookingStatus.
JmiException - If the value cannot be set for some reason.short getBookingType()
bookingType.
bookingType.
JmiException - If the value cannot be retrieved for some reason.void setBookingType(short newValue)
bookingType.
newValue - The non-null new value for attribute bookingType.
JmiException - If the value cannot be set for some reason.
CancelCompoundBookingResult cancelCb(Void params)
throws RefException
RefException
CancelCompoundBookingResult cancelCb()
throws RefException
RefExceptionString getDescription()
description.
JmiException - If the value cannot be retrieved for some reason.void setDescription(String newValue)
description.
newValue - The possibly null new value for attribute description.
JmiException - If the value cannot be set for some reason.
Void finalizeCb(Void params)
throws RefException
RefException
Void finalizeCb()
throws RefException
RefExceptionboolean isLocked()
isLocked.
isLocked.
JmiException - If the value cannot be retrieved for some reason.void setLocked(boolean newValue)
isLocked.
newValue - The non-null new value for attribute isLocked.
JmiException - If the value cannot be set for some reason.
Void lockCb(LockCompoundBookingParams params)
throws RefException
RefException
Void lockCb(short lockingReason)
throws RefException
RefExceptionDate getLockModifiedAt()
lockModifiedAt.
lockModifiedAt.
JmiException - If the value cannot be retrieved for some reason.void setLockModifiedAt(Date newValue)
lockModifiedAt.
newValue - The non-null new value for attribute lockModifiedAt.
JmiException - If the value cannot be set for some reason.short getLockingReason()
lockingReason.
lockingReason.
JmiException - If the value cannot be retrieved for some reason.void setLockingReason(short newValue)
lockingReason.
newValue - The non-null new value for attribute lockingReason.
JmiException - If the value cannot be set for some reason.String getName()
name.
name.
JmiException - If the value cannot be retrieved for some reason.void setName(String newValue)
name.
newValue - The non-null new value for attribute name.
JmiException - If the value cannot be set for some reason.CompoundBooking getReversalOf()
reversalOf.
JmiException - If the value cannot be retrieved for some reason.void setReversalOf(CompoundBooking newValue)
reversalOf.
newValue - The non-null new value for this reference.
JmiException - If the value cannot be set for some reason.void removeReversalOf()
reversalOf.
JmiException - If the value cannot be removed for some reason.
Void unlockCb(Void params)
throws RefException
RefException
Void unlockCb()
throws RefException
RefExceptionWfProcessInstance getWfProcess()
wfProcess.
JmiException - If the value cannot be retrieved for some reason.void setWfProcess(WfProcessInstance newValue)
wfProcess.
newValue - The non-null new value for this reference.
JmiException - If the value cannot be set for some reason.void removeWfProcess()
wfProcess.
JmiException - If the value cannot be removed for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||