1 package org.opencrx.kernel.building1.cci; 14 15 public interface BuildingUnitClass 16 extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 { 17 18 23 public BuildingUnit createBuildingUnit( 24 ); 25 26 34 public BuildingUnit getBuildingUnit( 35 Object object 36 ); 37 46 public BuildingUnit createBuildingUnit( 47 short accessLevelBrowse 48 , short accessLevelDelete 49 , short accessLevelUpdate 50 , String name 51 , short buildingUnitType 52 , boolean disabled 53 ); 54 64 public BuildingUnit extendAuditee( 65 org.opencrx.kernel.base.cci.Auditee _base 66 , short accessLevelBrowse 67 , short accessLevelDelete 68 , short accessLevelUpdate 69 , String name 70 , short buildingUnitType 71 , boolean disabled 72 ); 73 83 public BuildingUnit extendBookmarkable( 84 org.opencrx.kernel.base.cci.Bookmarkable _base 85 , short accessLevelBrowse 86 , short accessLevelDelete 87 , short accessLevelUpdate 88 , String name 89 , short buildingUnitType 90 , boolean disabled 91 ); 92 102 public BuildingUnit extendCloneable( 103 org.opencrx.kernel.base.cci.Cloneable _base 104 , short accessLevelBrowse 105 , short accessLevelDelete 106 , short accessLevelUpdate 107 , String name 108 , short buildingUnitType 109 , boolean disabled 110 ); 111 121 public BuildingUnit extendImporter( 122 org.opencrx.kernel.base.cci.Importer _base 123 , short accessLevelBrowse 124 , short accessLevelDelete 125 , short accessLevelUpdate 126 , String name 127 , short buildingUnitType 128 , boolean disabled 129 ); 130 140 public BuildingUnit extendSecureObject( 141 org.opencrx.kernel.base.cci.SecureObject _base 142 , String name 143 , short buildingUnitType 144 , boolean disabled 145 ); 146 156 public BuildingUnit extendSubscriptionTarget( 157 org.opencrx.kernel.base.cci.SubscriptionTarget _base 158 , short accessLevelBrowse 159 , short accessLevelDelete 160 , short accessLevelUpdate 161 , String name 162 , short buildingUnitType 163 , boolean disabled 164 ); 165 175 public BuildingUnit extendXmlExporter( 176 org.opencrx.kernel.base.cci.XmlExporter _base 177 , short accessLevelBrowse 178 , short accessLevelDelete 179 , short accessLevelUpdate 180 , String name 181 , short buildingUnitType 182 , boolean disabled 183 ); 184 194 public BuildingUnit extendAbstractBuildingUnit( 195 org.opencrx.kernel.building1.cci.AbstractBuildingUnit _base 196 , short accessLevelBrowse 197 , short accessLevelDelete 198 , short accessLevelUpdate 199 , short buildingUnitType 200 , boolean disabled 201 ); 202 212 public BuildingUnit extendCrxObject( 213 org.opencrx.kernel.generic.cci.CrxObject _base 214 , String name 215 , short buildingUnitType 216 ); 217 227 public BuildingUnit extendPictured( 228 org.opencrx.kernel.generic.cci.Pictured _base 229 , short accessLevelBrowse 230 , short accessLevelDelete 231 , short accessLevelUpdate 232 , String name 233 , short buildingUnitType 234 , boolean disabled 235 ); 236 246 public BuildingUnit extendBasicObject( 247 org.openmdx.base.cci.BasicObject _base 248 , short accessLevelBrowse 249 , short accessLevelDelete 250 , short accessLevelUpdate 251 , String name 252 , short buildingUnitType 253 , boolean disabled 254 ); 255 265 public BuildingUnit extendContextCapable( 266 org.openmdx.base.cci.ContextCapable _base 267 , short accessLevelBrowse 268 , short accessLevelDelete 269 , short accessLevelUpdate 270 , String name 271 , short buildingUnitType 272 , boolean disabled 273 ); 274 284 public BuildingUnit extendExtentCapable( 285 org.openmdx.base.cci.ExtentCapable _base 286 , short accessLevelBrowse 287 , short accessLevelDelete 288 , short accessLevelUpdate 289 , String name 290 , short buildingUnitType 291 , boolean disabled 292 ); 293 303 public BuildingUnit extendViewCapable( 304 org.openmdx.compatibility.view1.cci.ViewCapable _base 305 , short accessLevelBrowse 306 , short accessLevelDelete 307 , short accessLevelUpdate 308 , String name 309 , short buildingUnitType 310 , boolean disabled 311 ); 312 } 316 | Popular Tags |