1 package org.opencrx.kernel.contract1.cci; 14 15 public interface Opportunity 16 extends 17 org.opencrx.kernel.contract1.cci.AbstractContract, 18 org.opencrx.kernel.generic.cci.CrxObject { 19 26 public Short getCloseProbability( 27 ); 28 29 33 34 39 public void setCloseProbability( 40 Short newValue 41 ); 42 43 47 public org.opencrx.kernel.contract1.cci.OpportunityCreateQuoteResult createQuote( 48 org.openmdx.base.cci.Void params 49 ) throws javax.jmi.reflect.RefException ; 50 51 53 public org.opencrx.kernel.contract1.cci.OpportunityCreateQuoteResult createQuote( 54 ) throws javax.jmi.reflect.RefException ; 55 56 63 public java.util.Date getEstimatedCloseDate( 64 ); 65 66 70 71 76 public void setEstimatedCloseDate( 77 java.util.Date newValue 78 ); 79 80 87 public java.math.BigDecimal getEstimatedValue( 88 ); 89 90 94 95 100 public void setEstimatedValue( 101 java.math.BigDecimal newValue 102 ); 103 104 108 public org.openmdx.base.cci.Void markAsClosed( 109 org.opencrx.kernel.contract1.cci.OpportunityMarkAsClosedParams params 110 ) throws javax.jmi.reflect.RefException ; 111 112 114 public org.openmdx.base.cci.Void markAsClosed( 115 short opportunityState 116 ) throws javax.jmi.reflect.RefException ; 117 118 125 public String getNextStep( 126 ); 127 128 132 133 138 public void setNextStep( 139 String newValue 140 ); 141 142 150 public short getOpportunityRating( 151 ); 152 153 161 public void setOpportunityRating( 162 short newValue 163 ); 164 165 173 public short getOpportunitySource( 174 ); 175 176 184 public void setOpportunitySource( 185 short newValue 186 ); 187 188 198 public org.opencrx.kernel.contract1.cci.AbstractOpportunityPosition getPosition( 199 String id 200 ); 201 202 211 public java.util.Collection getPosition( 212 ); 213 214 221 public java.util.List getPosition( 222 org.opencrx.kernel.contract1.cci.AbstractOpportunityPositionFilter filter 223 ); 224 225 233 public void addPosition ( 234 String id, 235 org.opencrx.kernel.contract1.cci.AbstractOpportunityPosition newValue 236 ); 237 238 245 public void addPosition ( 246 org.opencrx.kernel.contract1.cci.AbstractOpportunityPosition newValue 247 ); 248 249 255 public void removePosition ( 256 String id 257 ); 258 268 public org.opencrx.kernel.contract1.cci.Quote getQuote( 269 int index 270 ); 271 272 280 public java.util.Collection getQuote( 281 ); 282 283 } 287 | Popular Tags |