1 package org.opencrx.kernel.depot1.cci; 14 15 public interface BookingTextClass 16 extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 { 17 18 23 public BookingText createBookingText( 24 ); 25 26 34 public BookingText getBookingText( 35 Object object 36 ); 37 46 public BookingText createBookingText( 47 short accessLevelBrowse 48 , short accessLevelDelete 49 , short accessLevelUpdate 50 , String cbNameInfix1 51 , String cbNameInfix2 52 , String creditBookingNameInfix 53 , boolean creditFirst 54 , String debitBookingNameInfix 55 , String name 56 , boolean disabled 57 ); 58 68 public BookingText extendAuditee( 69 org.opencrx.kernel.base.cci.Auditee _base 70 , short accessLevelBrowse 71 , short accessLevelDelete 72 , short accessLevelUpdate 73 , String cbNameInfix1 74 , String cbNameInfix2 75 , String creditBookingNameInfix 76 , boolean creditFirst 77 , String debitBookingNameInfix 78 , String name 79 , boolean disabled 80 ); 81 91 public BookingText extendBookmarkable( 92 org.opencrx.kernel.base.cci.Bookmarkable _base 93 , short accessLevelBrowse 94 , short accessLevelDelete 95 , short accessLevelUpdate 96 , String cbNameInfix1 97 , String cbNameInfix2 98 , String creditBookingNameInfix 99 , boolean creditFirst 100 , String debitBookingNameInfix 101 , String name 102 , boolean disabled 103 ); 104 114 public BookingText extendCloneable( 115 org.opencrx.kernel.base.cci.Cloneable _base 116 , short accessLevelBrowse 117 , short accessLevelDelete 118 , short accessLevelUpdate 119 , String cbNameInfix1 120 , String cbNameInfix2 121 , String creditBookingNameInfix 122 , boolean creditFirst 123 , String debitBookingNameInfix 124 , String name 125 , boolean disabled 126 ); 127 137 public BookingText extendImporter( 138 org.opencrx.kernel.base.cci.Importer _base 139 , short accessLevelBrowse 140 , short accessLevelDelete 141 , short accessLevelUpdate 142 , String cbNameInfix1 143 , String cbNameInfix2 144 , String creditBookingNameInfix 145 , boolean creditFirst 146 , String debitBookingNameInfix 147 , String name 148 , boolean disabled 149 ); 150 160 public BookingText extendSecureObject( 161 org.opencrx.kernel.base.cci.SecureObject _base 162 , String cbNameInfix1 163 , String cbNameInfix2 164 , String creditBookingNameInfix 165 , boolean creditFirst 166 , String debitBookingNameInfix 167 , String name 168 , boolean disabled 169 ); 170 180 public BookingText extendSubscriptionTarget( 181 org.opencrx.kernel.base.cci.SubscriptionTarget _base 182 , short accessLevelBrowse 183 , short accessLevelDelete 184 , short accessLevelUpdate 185 , String cbNameInfix1 186 , String cbNameInfix2 187 , String creditBookingNameInfix 188 , boolean creditFirst 189 , String debitBookingNameInfix 190 , String name 191 , boolean disabled 192 ); 193 203 public BookingText extendXmlExporter( 204 org.opencrx.kernel.base.cci.XmlExporter _base 205 , short accessLevelBrowse 206 , short accessLevelDelete 207 , short accessLevelUpdate 208 , String cbNameInfix1 209 , String cbNameInfix2 210 , String creditBookingNameInfix 211 , boolean creditFirst 212 , String debitBookingNameInfix 213 , String name 214 , boolean disabled 215 ); 216 226 public BookingText extendCrxObject( 227 org.opencrx.kernel.generic.cci.CrxObject _base 228 , String cbNameInfix1 229 , String cbNameInfix2 230 , String creditBookingNameInfix 231 , boolean creditFirst 232 , String debitBookingNameInfix 233 , String name 234 ); 235 245 public BookingText extendBasicObject( 246 org.openmdx.base.cci.BasicObject _base 247 , short accessLevelBrowse 248 , short accessLevelDelete 249 , short accessLevelUpdate 250 , String cbNameInfix1 251 , String cbNameInfix2 252 , String creditBookingNameInfix 253 , boolean creditFirst 254 , String debitBookingNameInfix 255 , String name 256 , boolean disabled 257 ); 258 268 public BookingText extendContextCapable( 269 org.openmdx.base.cci.ContextCapable _base 270 , short accessLevelBrowse 271 , short accessLevelDelete 272 , short accessLevelUpdate 273 , String cbNameInfix1 274 , String cbNameInfix2 275 , String creditBookingNameInfix 276 , boolean creditFirst 277 , String debitBookingNameInfix 278 , String name 279 , boolean disabled 280 ); 281 291 public BookingText extendExtentCapable( 292 org.openmdx.base.cci.ExtentCapable _base 293 , short accessLevelBrowse 294 , short accessLevelDelete 295 , short accessLevelUpdate 296 , String cbNameInfix1 297 , String cbNameInfix2 298 , String creditBookingNameInfix 299 , boolean creditFirst 300 , String debitBookingNameInfix 301 , String name 302 , boolean disabled 303 ); 304 314 public BookingText extendViewCapable( 315 org.openmdx.compatibility.view1.cci.ViewCapable _base 316 , short accessLevelBrowse 317 , short accessLevelDelete 318 , short accessLevelUpdate 319 , String cbNameInfix1 320 , String cbNameInfix2 321 , String creditBookingNameInfix 322 , boolean creditFirst 323 , String debitBookingNameInfix 324 , String name 325 , boolean disabled 326 ); 327 } 331 | Popular Tags |