1 package org.opencrx.kernel.contract1.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 30 public long getCurrentPositionNumber( 31 ); 32 33 43 public org.opencrx.kernel.contract1.cci.Invoice getInvoice( 44 String id 45 ); 46 47 56 public java.util.Collection getInvoice( 57 ); 58 59 66 public java.util.List getInvoice( 67 org.opencrx.kernel.contract1.cci.InvoiceFilter filter 68 ); 69 70 78 public void addInvoice ( 79 String id, 80 org.opencrx.kernel.contract1.cci.Invoice newValue 81 ); 82 83 90 public void addInvoice ( 91 org.opencrx.kernel.contract1.cci.Invoice newValue 92 ); 93 94 100 public void removeInvoice ( 101 String id 102 ); 103 113 public org.opencrx.kernel.contract1.cci.Lead getLead( 114 String id 115 ); 116 117 126 public java.util.Collection getLead( 127 ); 128 129 136 public java.util.List getLead( 137 org.opencrx.kernel.contract1.cci.LeadFilter filter 138 ); 139 140 148 public void addLead ( 149 String id, 150 org.opencrx.kernel.contract1.cci.Lead newValue 151 ); 152 153 160 public void addLead ( 161 org.opencrx.kernel.contract1.cci.Lead newValue 162 ); 163 164 170 public void removeLead ( 171 String id 172 ); 173 183 public org.opencrx.kernel.contract1.cci.Opportunity getOpportunity( 184 String id 185 ); 186 187 196 public java.util.Collection getOpportunity( 197 ); 198 199 206 public java.util.List getOpportunity( 207 org.opencrx.kernel.contract1.cci.OpportunityFilter filter 208 ); 209 210 218 public void addOpportunity ( 219 String id, 220 org.opencrx.kernel.contract1.cci.Opportunity newValue 221 ); 222 223 230 public void addOpportunity ( 231 org.opencrx.kernel.contract1.cci.Opportunity newValue 232 ); 233 234 240 public void removeOpportunity ( 241 String id 242 ); 243 253 public org.opencrx.kernel.contract1.cci.Quote getQuote( 254 String id 255 ); 256 257 266 public java.util.Collection getQuote( 267 ); 268 269 276 public java.util.List getQuote( 277 org.opencrx.kernel.contract1.cci.QuoteFilter filter 278 ); 279 280 288 public void addQuote ( 289 String id, 290 org.opencrx.kernel.contract1.cci.Quote newValue 291 ); 292 293 300 public void addQuote ( 301 org.opencrx.kernel.contract1.cci.Quote newValue 302 ); 303 304 310 public void removeQuote ( 311 String id 312 ); 313 323 public org.opencrx.kernel.contract1.cci.SalesOrder getSalesOrder( 324 String id 325 ); 326 327 336 public java.util.Collection getSalesOrder( 337 ); 338 339 346 public java.util.List getSalesOrder( 347 org.opencrx.kernel.contract1.cci.SalesOrderFilter filter 348 ); 349 350 358 public void addSalesOrder ( 359 String id, 360 org.opencrx.kernel.contract1.cci.SalesOrder newValue 361 ); 362 363 370 public void addSalesOrder ( 371 org.opencrx.kernel.contract1.cci.SalesOrder newValue 372 ); 373 374 380 public void removeSalesOrder ( 381 String id 382 ); 383 } 387 | Popular Tags |