1 package org.opencrx.kernel.depot1.cci; 14 15 public interface Segment 16 extends 17 org.opencrx.kernel.base.cci.Auditee, 18 org.opencrx.kernel.base.cci.Importer, 19 org.opencrx.kernel.base.cci.SecureObject, 20 org.opencrx.kernel.base.cci.XmlExporter, 21 org.openmdx.base.cci.Segment { 22 32 public org.opencrx.kernel.depot1.cci.Booking getBooking( 33 String id 34 ); 35 36 45 public java.util.Collection getBooking( 46 ); 47 48 55 public java.util.List getBooking( 56 org.opencrx.kernel.depot1.cci.BookingFilter filter 57 ); 58 59 69 public org.opencrx.kernel.depot1.cci.CompoundBooking getCb( 70 String id 71 ); 72 73 82 public java.util.Collection getCb( 83 ); 84 85 92 public java.util.List getCb( 93 org.opencrx.kernel.depot1.cci.CompoundBookingFilter filter 94 ); 95 96 106 public org.opencrx.kernel.depot1.cci.DepotType getDepotType( 107 String id 108 ); 109 110 119 public java.util.Collection getDepotType( 120 ); 121 122 129 public java.util.List getDepotType( 130 org.opencrx.kernel.depot1.cci.DepotTypeFilter filter 131 ); 132 133 141 public void addDepotType ( 142 String id, 143 org.opencrx.kernel.depot1.cci.DepotType newValue 144 ); 145 146 153 public void addDepotType ( 154 org.opencrx.kernel.depot1.cci.DepotType newValue 155 ); 156 157 163 public void removeDepotType ( 164 String id 165 ); 166 176 public org.opencrx.kernel.depot1.cci.DepotEntity getEntity( 177 String id 178 ); 179 180 189 public java.util.Collection getEntity( 190 ); 191 192 199 public java.util.List getEntity( 200 org.opencrx.kernel.depot1.cci.DepotEntityFilter filter 201 ); 202 203 211 public void addEntity ( 212 String id, 213 org.opencrx.kernel.depot1.cci.DepotEntity newValue 214 ); 215 216 223 public void addEntity ( 224 org.opencrx.kernel.depot1.cci.DepotEntity newValue 225 ); 226 227 233 public void removeEntity ( 234 String id 235 ); 236 246 public org.opencrx.kernel.depot1.cci.DepotEntityRelationship getEntityRelationship( 247 String id 248 ); 249 250 259 public java.util.Collection getEntityRelationship( 260 ); 261 262 269 public java.util.List getEntityRelationship( 270 org.opencrx.kernel.depot1.cci.DepotEntityRelationshipFilter filter 271 ); 272 273 281 public void addEntityRelationship ( 282 String id, 283 org.opencrx.kernel.depot1.cci.DepotEntityRelationship newValue 284 ); 285 286 293 public void addEntityRelationship ( 294 org.opencrx.kernel.depot1.cci.DepotEntityRelationship newValue 295 ); 296 297 303 public void removeEntityRelationship ( 304 String id 305 ); 306 } 310 | Popular Tags |