1 package org.opencrx.kernel.depot1.cci; 14 15 public interface DepotHolder 16 extends 17 org.opencrx.kernel.base.cci.TemplateEnabled, 18 org.opencrx.kernel.contract1.cci.ContractReferenceHolder, 19 org.opencrx.kernel.generic.cci.CrxObject { 20 24 public org.openmdx.base.cci.Void assertReports( 25 org.openmdx.base.cci.Void params 26 ) throws javax.jmi.reflect.RefException ; 27 28 30 public org.openmdx.base.cci.Void assertReports( 31 ) throws javax.jmi.reflect.RefException ; 32 33 43 public org.opencrx.kernel.depot1.cci.Depot getDepot( 44 String id 45 ); 46 47 56 public java.util.Collection getDepot( 57 ); 58 59 66 public java.util.List getDepot( 67 org.opencrx.kernel.depot1.cci.DepotFilter filter 68 ); 69 70 78 public String getDepotHolderNumber( 79 ); 80 81 89 public void setDepotHolderNumber( 90 String newValue 91 ); 92 93 100 public String getDescription( 101 ); 102 103 107 108 113 public void setDescription( 114 String newValue 115 ); 116 117 125 public org.opencrx.kernel.depot1.cci.DepotEntity getEntity( 126 ); 127 128 136 public String getName( 137 ); 138 139 147 public void setName( 148 String newValue 149 ); 150 151 155 public org.opencrx.kernel.depot1.cci.OpenDepotResult openDepot( 156 org.opencrx.kernel.depot1.cci.OpenDepotParams params 157 ) throws javax.jmi.reflect.RefException ; 158 159 161 public org.opencrx.kernel.depot1.cci.OpenDepotResult openDepot( 162 org.opencrx.kernel.depot1.cci.DepotGroup depotGroup 163 , String depotNumber 164 , org.opencrx.kernel.depot1.cci.DepotType depotType 165 , String description 166 , String name 167 , java.util.Date openingDate 168 ) throws javax.jmi.reflect.RefException ; 169 170 } 174 | Popular Tags |