|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ForecastPeriod
Class ForecastPeriod
| Nested Class Summary | |
|---|---|
static interface |
ForecastPeriod.Identity
Object Identity |
| Method Summary | ||
|---|---|---|
|
getLead()
Retrieves a set containing all the elements for the reference lead. |
|
Lead |
getLead(boolean idIsPersistent,
String id)
Retrieves the value for the reference lead for the
specified qualifier attribute value. |
|
BigDecimal |
getLeadExpectedSum()
Retrieves the value for the attribute leadExpectedSum. |
|
BigDecimal |
getLeadMaxSum()
Retrieves the value for the attribute leadMaxSum. |
|
BigDecimal |
getLeadMinSum()
Retrieves the value for the attribute leadMinSum. |
|
|
getOpportunity()
Retrieves a set containing all the elements for the reference opportunity. |
|
Opportunity |
getOpportunity(boolean idIsPersistent,
String id)
Retrieves the value for the reference opportunity for the
specified qualifier attribute value. |
|
BigDecimal |
getOpportunityExpectedSum()
Retrieves the value for the attribute opportunityExpectedSum. |
|
BigDecimal |
getOpportunityMaxSum()
Retrieves the value for the attribute opportunityMaxSum. |
|
BigDecimal |
getOpportunityMinSum()
Retrieves the value for the attribute opportunityMinSum. |
|
String |
getPeriod()
Retrieves the value for the attribute period. |
|
Contact |
getPerson()
Retrieves the value for the reference person. |
|
|
getQuote()
Retrieves a set containing all the elements for the reference quote. |
|
Quote |
getQuote(boolean idIsPersistent,
String id)
Retrieves the value for the reference quote for the
specified qualifier attribute value. |
|
BigDecimal |
getQuoteSum()
Retrieves the value for the attribute quoteSum. |
|
void |
setPerson(Contact person)
Sets a new value for the reference person. |
|
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter |
|---|
exportXml |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView, getView |
| Method Detail |
|---|
<T extends Lead> Collection<T> getLead()
lead.
Lead getLead(boolean idIsPersistent,
String id)
lead for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
BigDecimal getLeadExpectedSum()
leadExpectedSum.
leadExpectedSum.BigDecimal getLeadMaxSum()
leadMaxSum.
leadMaxSum.BigDecimal getLeadMinSum()
leadMinSum.
leadMinSum.<T extends Opportunity> Collection<T> getOpportunity()
opportunity.
Opportunity getOpportunity(boolean idIsPersistent,
String id)
opportunity for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
BigDecimal getOpportunityExpectedSum()
opportunityExpectedSum.
opportunityExpectedSum.BigDecimal getOpportunityMaxSum()
opportunityMaxSum.
opportunityMaxSum.BigDecimal getOpportunityMinSum()
opportunityMinSum.
opportunityMinSum.String getPeriod()
period.
period.Contact getPerson()
person.
null value for this reference.void setPerson(Contact person)
person.
person - The non-null new value for this reference.<T extends Quote> Collection<T> getQuote()
quote.
Quote getQuote(boolean idIsPersistent,
String id)
quote for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
BigDecimal getQuoteSum()
quoteSum.
quoteSum.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||