1 package org.opencrx.kernel.depot1.cci; 14 15 public interface CompoundBooking 16 extends 17 org.opencrx.kernel.base.cci.PropertySet, 18 org.opencrx.kernel.generic.cci.CrxObject, 19 org.opencrx.kernel.generic.cci.DescriptionContainer { 20 24 public org.openmdx.base.cci.Void acceptCb( 25 org.openmdx.base.cci.Void params 26 ) throws javax.jmi.reflect.RefException ; 27 28 30 public org.openmdx.base.cci.Void acceptCb( 31 ) throws javax.jmi.reflect.RefException ; 32 33 40 public java.util.Set getAcceptedBy( 41 ); 42 43 50 public void setAcceptedBy( 51 java.util.Set newValue 52 ); 53 63 public org.opencrx.kernel.depot1.cci.Booking getBooking( 64 String id 65 ); 66 67 76 public java.util.Collection getBooking( 77 ); 78 79 86 public java.util.List getBooking( 87 org.opencrx.kernel.depot1.cci.BookingFilter filter 88 ); 89 90 98 public java.util.Date getBookingDate( 99 ); 100 101 109 public void setBookingDate( 110 java.util.Date newValue 111 ); 112 113 121 public short getBookingStatus( 122 ); 123 124 132 public void setBookingStatus( 133 short newValue 134 ); 135 136 144 public short getBookingType( 145 ); 146 147 155 public void setBookingType( 156 short newValue 157 ); 158 159 163 public org.opencrx.kernel.depot1.cci.CancelCompoundBookingResult cancelCb( 164 org.openmdx.base.cci.Void params 165 ) throws javax.jmi.reflect.RefException ; 166 167 169 public org.opencrx.kernel.depot1.cci.CancelCompoundBookingResult cancelCb( 170 ) throws javax.jmi.reflect.RefException ; 171 172 179 public String getDescription( 180 ); 181 182 186 187 192 public void setDescription( 193 String newValue 194 ); 195 196 200 public org.openmdx.base.cci.Void finalizeCb( 201 org.openmdx.base.cci.Void params 202 ) throws javax.jmi.reflect.RefException ; 203 204 206 public org.openmdx.base.cci.Void finalizeCb( 207 ) throws javax.jmi.reflect.RefException ; 208 209 217 public boolean isLocked( 218 ); 219 220 228 public void setLocked( 229 boolean newValue 230 ); 231 232 236 public org.openmdx.base.cci.Void lockCb( 237 org.opencrx.kernel.depot1.cci.LockCompoundBookingParams params 238 ) throws javax.jmi.reflect.RefException ; 239 240 242 public org.openmdx.base.cci.Void lockCb( 243 short lockingReason 244 ) throws javax.jmi.reflect.RefException ; 245 246 254 public java.util.Date getLockModifiedAt( 255 ); 256 257 265 public void setLockModifiedAt( 266 java.util.Date newValue 267 ); 268 269 277 public short getLockingReason( 278 ); 279 280 288 public void setLockingReason( 289 short newValue 290 ); 291 292 300 public String getName( 301 ); 302 303 311 public void setName( 312 String newValue 313 ); 314 315 323 public org.opencrx.kernel.depot1.cci.CompoundBooking getReversalOf( 324 ); 325 326 334 public void setReversalOf( 335 org.opencrx.kernel.depot1.cci.CompoundBooking newValue 336 ); 337 338 345 public void removeReversalOf ( 346 ); 347 348 352 public org.openmdx.base.cci.Void unlockCb( 353 org.openmdx.base.cci.Void params 354 ) throws javax.jmi.reflect.RefException ; 355 356 358 public org.openmdx.base.cci.Void unlockCb( 359 ) throws javax.jmi.reflect.RefException ; 360 361 369 public org.opencrx.kernel.home1.cci.WfProcessInstance getWfProcess( 370 ); 371 372 380 public void setWfProcess( 381 org.opencrx.kernel.home1.cci.WfProcessInstance newValue 382 ); 383 384 391 public void removeWfProcess ( 392 ); 393 394 } 398 | Popular Tags |