1 package org.opencrx.kernel.contract1.cci; 14 15 public interface Lead 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.LeadCreateOpportunityResult createOpportunity( 48 org.openmdx.base.cci.Void params 49 ) throws javax.jmi.reflect.RefException ; 50 51 53 public org.opencrx.kernel.contract1.cci.LeadCreateOpportunityResult createOpportunity( 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 getEstimatedSalesCommission( 88 ); 89 90 94 95 100 public void setEstimatedSalesCommission( 101 java.math.BigDecimal newValue 102 ); 103 104 111 public java.math.BigDecimal getEstimatedValue( 112 ); 113 114 118 119 124 public void setEstimatedValue( 125 java.math.BigDecimal newValue 126 ); 127 128 136 public short getLeadRating( 137 ); 138 139 147 public void setLeadRating( 148 short newValue 149 ); 150 151 159 public short getLeadSource( 160 ); 161 162 170 public void setLeadSource( 171 short newValue 172 ); 173 174 178 public org.openmdx.base.cci.Void markAsClosed( 179 org.opencrx.kernel.contract1.cci.LeadMarkAsClosedParams params 180 ) throws javax.jmi.reflect.RefException ; 181 182 184 public org.openmdx.base.cci.Void markAsClosed( 185 short leadState 186 ) throws javax.jmi.reflect.RefException ; 187 188 195 public String getNextStep( 196 ); 197 198 202 203 208 public void setNextStep( 209 String newValue 210 ); 211 212 222 public org.opencrx.kernel.contract1.cci.Opportunity getOpportunity( 223 int index 224 ); 225 226 234 public java.util.Collection getOpportunity( 235 ); 236 237 } 241 | Popular Tags |