public interface CompoundBooking extends PropertySet, CrxObject, DescriptionContainer
CompoundBooking| Modifier and Type | Interface and Description |
|---|---|
static interface |
CompoundBooking.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
org.openmdx.base.cci2.Void |
acceptCb() |
AppendBookingsResult |
appendBookings(AppendBookingsParams in) |
AppendBookingsResult |
appendBookings2(AppendBookings2Params in) |
CancelCompoundBookingResult |
cancelCb() |
org.openmdx.base.cci2.Void |
finalizeCb() |
Set<String> |
getAcceptedBy()
Retrieves a set containing all the elements for the attribute
acceptedBy. |
<T extends SingleBooking> |
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. |
BookingOrigin |
getOrigin()
Retrieves the value for the reference
origin. |
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. |
org.openmdx.base.cci2.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 |
setOrigin(BookingOrigin origin)
Sets a new value for the reference
origin. |
void |
setReversalOf(CompoundBooking reversalOf)
Sets a new value for the reference
reversalOf. |
void |
setWfProcess(WfProcessInstance wfProcess)
Sets a new value for the reference
wfProcess. |
org.openmdx.base.cci2.Void |
unlockCb() |
getPropertydisableCrxObject, enableCrxObject, getAdditionalExternalLink, getAssignedTimer, getAttachedDocument, getCategory, getDisabledReason, getDocumentFolderAssignment, getExternalLink, getInvolvedObject, getMedia, getNote, getPropertySet, getPropertySetEntry, getRating, getUserBoolean4, getUserCode0, getUserCode1, getUserCode2, getUserCode3, getUserCode4, getUserDate0, getUserDate1, getUserDate2, getUserDate3, getUserDate4, getUserDateTime0, getUserDateTime1, getUserDateTime2, getUserDateTime3, getUserDateTime4, getUserNumber0, getUserNumber1, getUserNumber2, getUserNumber3, getUserNumber4, getUserString0, getUserString1, getUserString2, getUserString3, getUserString4, isDisabled, isUserBoolean0, isUserBoolean1, isUserBoolean2, isUserBoolean3, setCategory, setDisabled, setDisabledReason, setExternalLink, setUserBoolean0, setUserBoolean1, setUserBoolean2, setUserBoolean3, setUserBoolean4, setUserCode0, setUserCode1, setUserCode2, setUserCode3, setUserCode4, setUserDate0, setUserDate1, setUserDate2, setUserDate3, setUserDate4, setUserDateTime0, setUserDateTime1, setUserDateTime2, setUserDateTime3, setUserDateTime4, setUserNumber0, setUserNumber1, setUserNumber2, setUserNumber3, setUserNumber4, setUserString0, setUserString1, setUserString2, setUserString3, setUserString4sendAlertexportItem, exportItemAdvancedimportItemgetIndexEntry, updateIndexaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUsergetLocalizedFieldgetAdditionalDescriptionorg.openmdx.base.cci2.Void acceptCb()
Set<String> getAcceptedBy()
acceptedBy.void setAcceptedBy(String... acceptedBy)
acceptedBy and adds the given value(s).
This method is equivalent to
set.clear();
for(java.lang.String e : attributeName){
set.add(e);
}
acceptedBy - value(s) to be added to acceptedByAppendBookingsResult appendBookings(AppendBookingsParams in)
AppendBookingsResult appendBookings2(AppendBookings2Params in)
<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.org.openmdx.base.cci2.Void finalizeCb()
boolean isLocked()
isLocked.isLocked.void setLocked(boolean isLocked)
isLocked.isLocked - The non-null new value for attribute isLocked.org.openmdx.base.cci2.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.BookingOrigin getOrigin()
origin.null – value for this reference.void setOrigin(BookingOrigin origin)
origin.origin - The new – possibly null – value for this reference.CompoundBooking getReversalOf()
reversalOf.null – value for this reference.void setReversalOf(CompoundBooking reversalOf)
reversalOf.reversalOf - The new – possibly null – value for this reference.org.openmdx.base.cci2.Void unlockCb()
WfProcessInstance getWfProcess()
wfProcess.null – value for this reference.void setWfProcess(WfProcessInstance wfProcess)
wfProcess.wfProcess - The new – possibly null – value for this reference.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.