1 package org.opencrx.kernel.forecast1.cci; 14 15 public interface ForecastPeriod 16 extends 17 org.opencrx.kernel.generic.cci.CrxObject, 18 org.openmdx.base.cci.BasicObject { 19 29 public org.opencrx.kernel.contract1.cci.Lead getLead( 30 String id 31 ); 32 33 42 public java.util.Collection getLead( 43 ); 44 45 52 public java.util.List getLead( 53 org.opencrx.kernel.contract1.cci.LeadFilter filter 54 ); 55 56 64 public void addLead ( 65 String id, 66 org.opencrx.kernel.contract1.cci.Lead newValue 67 ); 68 69 76 public void addLead ( 77 org.opencrx.kernel.contract1.cci.Lead newValue 78 ); 79 80 86 public void removeLead ( 87 String id 88 ); 89 97 public java.math.BigDecimal getLeadExpectedSum( 98 ); 99 100 108 public java.math.BigDecimal getLeadMaxSum( 109 ); 110 111 119 public java.math.BigDecimal getLeadMinSum( 120 ); 121 122 132 public org.opencrx.kernel.contract1.cci.Opportunity getOpportunity( 133 String id 134 ); 135 136 145 public java.util.Collection getOpportunity( 146 ); 147 148 155 public java.util.List getOpportunity( 156 org.opencrx.kernel.contract1.cci.OpportunityFilter filter 157 ); 158 159 167 public void addOpportunity ( 168 String id, 169 org.opencrx.kernel.contract1.cci.Opportunity newValue 170 ); 171 172 179 public void addOpportunity ( 180 org.opencrx.kernel.contract1.cci.Opportunity newValue 181 ); 182 183 189 public void removeOpportunity ( 190 String id 191 ); 192 200 public java.math.BigDecimal getOpportunityExpectedSum( 201 ); 202 203 211 public java.math.BigDecimal getOpportunityMaxSum( 212 ); 213 214 222 public java.math.BigDecimal getOpportunityMinSum( 223 ); 224 225 233 public String getPeriod( 234 ); 235 236 244 public org.opencrx.kernel.account1.cci.Contact getPerson( 245 ); 246 247 255 public void setPerson( 256 org.opencrx.kernel.account1.cci.Contact newValue 257 ); 258 259 269 public org.opencrx.kernel.contract1.cci.Quote getQuote( 270 String id 271 ); 272 273 282 public java.util.Collection getQuote( 283 ); 284 285 292 public java.util.List getQuote( 293 org.opencrx.kernel.contract1.cci.QuoteFilter filter 294 ); 295 296 304 public void addQuote ( 305 String id, 306 org.opencrx.kernel.contract1.cci.Quote newValue 307 ); 308 309 316 public void addQuote ( 317 org.opencrx.kernel.contract1.cci.Quote newValue 318 ); 319 320 326 public void removeQuote ( 327 String id 328 ); 329 337 public java.math.BigDecimal getQuoteSum( 338 ); 339 340 } 344 | Popular Tags |