1 package org.opencrx.kernel.depot1.cci; 14 15 public interface DepotReport 16 extends 17 org.opencrx.kernel.generic.cci.CrxObject, 18 org.opencrx.kernel.generic.cci.DescriptionContainer { 19 27 public org.opencrx.kernel.depot1.cci.BookingPeriod getBookingPeriod( 28 ); 29 30 38 public void setBookingPeriod( 39 org.opencrx.kernel.depot1.cci.BookingPeriod newValue 40 ); 41 42 49 public void removeBookingPeriod ( 50 ); 51 52 60 public org.opencrx.kernel.depot1.cci.Depot getDepot( 61 ); 62 63 70 public String getDescription( 71 ); 72 73 77 78 83 public void setDescription( 84 String newValue 85 ); 86 87 95 public boolean isDraft( 96 ); 97 98 106 public void setDraft( 107 boolean newValue 108 ); 109 110 120 public org.opencrx.kernel.depot1.cci.DepotReportItemBooking getItemBooking( 121 String id 122 ); 123 124 133 public java.util.Collection getItemBooking( 134 ); 135 136 143 public java.util.List getItemBooking( 144 org.opencrx.kernel.depot1.cci.DepotReportItemBookingFilter filter 145 ); 146 147 157 public org.opencrx.kernel.depot1.cci.DepotReportItemPosition getItemPosition( 158 String id 159 ); 160 161 170 public java.util.Collection getItemPosition( 171 ); 172 173 180 public java.util.List getItemPosition( 181 org.opencrx.kernel.depot1.cci.DepotReportItemPositionFilter filter 182 ); 183 184 192 public String getName( 193 ); 194 195 203 public void setName( 204 String newValue 205 ); 206 207 } 211 | Popular Tags |