1 package org.opencrx.kernel.depot1.cci; 14 15 public interface Depot 16 extends 17 org.opencrx.kernel.base.cci.PropertySet, 18 org.opencrx.kernel.contract1.cci.ContractReferenceHolder, 19 org.opencrx.kernel.generic.cci.CrxObject, 20 org.opencrx.kernel.generic.cci.DescriptionContainer { 21 29 public boolean isAllowPositionAutoCreate( 30 ); 31 32 40 public void setAllowPositionAutoCreate( 41 boolean newValue 42 ); 43 44 48 public org.openmdx.base.cci.Void assertReports( 49 org.openmdx.base.cci.Void params 50 ) throws javax.jmi.reflect.RefException ; 51 52 54 public org.openmdx.base.cci.Void assertReports( 55 ) throws javax.jmi.reflect.RefException ; 56 57 61 public org.opencrx.kernel.depot1.cci.CloseDepotResult closeDepot( 62 org.opencrx.kernel.depot1.cci.CloseDepotParams params 63 ) throws javax.jmi.reflect.RefException ; 64 65 67 public org.opencrx.kernel.depot1.cci.CloseDepotResult closeDepot( 68 java.util.Date closingDate 69 ) throws javax.jmi.reflect.RefException ; 70 71 78 public java.util.Date getClosingDate( 79 ); 80 81 85 86 91 public void setClosingDate( 92 java.util.Date newValue 93 ); 94 95 103 public org.opencrx.kernel.depot1.cci.DepotGroup getDepotGroup( 104 ); 105 106 114 public void setDepotGroup( 115 org.opencrx.kernel.depot1.cci.DepotGroup newValue 116 ); 117 118 125 public void removeDepotGroup ( 126 ); 127 128 136 public org.opencrx.kernel.depot1.cci.DepotHolder getDepotHolder( 137 ); 138 139 147 public String getDepotNumber( 148 ); 149 150 158 public void setDepotNumber( 159 String newValue 160 ); 161 162 172 public org.opencrx.kernel.depot1.cci.DepotType getDepotType( 173 int index 174 ); 175 176 184 public java.util.Collection getDepotType( 185 ); 186 187 195 public void addDepotType ( 196 int index, 197 org.opencrx.kernel.depot1.cci.DepotType newValue 198 ); 199 200 207 public void addDepotType ( 208 org.opencrx.kernel.depot1.cci.DepotType newValue 209 ); 210 211 217 public void removeDepotType ( 218 int index 219 ); 220 227 public String getDescription( 228 ); 229 230 234 235 240 public void setDescription( 241 String newValue 242 ); 243 244 252 public boolean isDefault( 253 ); 254 255 263 public void setDefault_( 264 boolean newValue 265 ); 266 267 275 public boolean isLocked( 276 ); 277 278 286 public void setLocked( 287 boolean newValue 288 ); 289 290 298 public org.opencrx.kernel.depot1.cci.DepotReport getLatestReport( 299 ); 300 301 309 public void setLatestReport( 310 org.opencrx.kernel.depot1.cci.DepotReport newValue 311 ); 312 313 320 public void removeLatestReport ( 321 ); 322 323 331 public String getName( 332 ); 333 334 342 public void setName( 343 String newValue 344 ); 345 346 350 public org.opencrx.kernel.depot1.cci.OpenDepotPositionResult openDepotPosition( 351 org.opencrx.kernel.depot1.cci.OpenDepotPositionParams params 352 ) throws javax.jmi.reflect.RefException ; 353 354 356 public org.opencrx.kernel.depot1.cci.OpenDepotPositionResult openDepotPosition( 357 String description 358 , String name 359 , java.util.Date openingDate 360 , org.opencrx.kernel.product1.cci.Product product 361 , org.opencrx.kernel.product1.cci.ContractPositionConstrained productRole 362 , String qualifier 363 ) throws javax.jmi.reflect.RefException ; 364 365 373 public java.util.Date getOpeningDate( 374 ); 375 376 384 public void setOpeningDate( 385 java.util.Date newValue 386 ); 387 388 398 public org.opencrx.kernel.depot1.cci.DepotPosition getPosition( 399 String id 400 ); 401 402 411 public java.util.Collection getPosition( 412 ); 413 414 421 public java.util.List getPosition( 422 org.opencrx.kernel.depot1.cci.DepotPositionFilter filter 423 ); 424 425 435 public org.opencrx.kernel.depot1.cci.DepotReport getReport( 436 String id 437 ); 438 439 448 public java.util.Collection getReport( 449 ); 450 451 458 public java.util.List getReport( 459 org.opencrx.kernel.depot1.cci.DepotReportFilter filter 460 ); 461 462 } 466 | Popular Tags |