|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ForecastPeriod
| Method Summary | |
|---|---|
void |
addLead(Lead newValue)
|
void |
addLead(String id,
Lead newValue)
|
void |
addOpportunity(Opportunity newValue)
|
void |
addOpportunity(String id,
Opportunity newValue)
|
void |
addQuote(Quote newValue)
|
void |
addQuote(String id,
Quote newValue)
|
Collection |
getLead()
Retrieves a collection containing all the elements for the reference lead. |
List |
getLead(LeadFilter filter)
Retrieves the value for the reference lead for the
specified filter. |
List |
getLead(LeadQuery query)
Retrieves the value for the reference lead for the
specified query. |
Lead |
getLead(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. |
Collection |
getOpportunity()
Retrieves a collection containing all the elements for the reference opportunity. |
List |
getOpportunity(OpportunityFilter filter)
Retrieves the value for the reference opportunity for the
specified filter. |
List |
getOpportunity(OpportunityQuery query)
Retrieves the value for the reference opportunity for the
specified query. |
Opportunity |
getOpportunity(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. |
Collection |
getQuote()
Retrieves a collection containing all the elements for the reference quote. |
List |
getQuote(QuoteFilter filter)
Retrieves the value for the reference quote for the
specified filter. |
List |
getQuote(QuoteQuery query)
Retrieves the value for the reference quote for the
specified query. |
Quote |
getQuote(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 |
removeLead(String id)
|
void |
removeOpportunity(String id)
|
void |
removeQuote(String id)
|
void |
setPerson(Contact newValue)
Sets a new value for the reference person. |
| Methods inherited from interface org.opencrx.kernel.base.cci.AlertSender |
|---|
sendAlert, sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci.Auditee |
|---|
getAudit, getAudit, getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci.Cloneable |
|---|
clone_, clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci.Importer |
|---|
importItem, importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci.Indexed |
|---|
getIndexEntry, getIndexEntry, getIndexEntry, getIndexEntry, updateIndex, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci.SecureObject |
|---|
addOwningGroup, addOwningGroup, addOwningGroup, addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwner, getOwningGroup, getOwningGroup, getOwningUser, removeAllOwningGroup, removeAllOwningGroup, removeOwningGroup, removeOwningGroup, removeOwningGroup, removeOwningUser, setAccessLevel, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci.SubscriptionTarget |
|---|
addSubscription, addSubscription, addSubscriptionForParent, addSubscriptionForParent, removeSubscription, removeSubscription, removeSubscriptionForParent, removeSubscriptionForParent |
| Methods inherited from interface org.opencrx.kernel.base.cci.XmlExporter |
|---|
exportXml, exportXml |
| Methods inherited from interface org.openmdx.base.cci.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci.ContextCapable |
|---|
getContext, getContext |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci.ViewCapable |
|---|
getView, getView, getView, getView |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
Lead getLead(String id)
lead for the
specified qualifier attribute value.
id - The value for the qualifier attribute that qualifies this reference.
JmiException - If the value cannot be retrieved for some reason.Collection getLead()
lead.
JmiException - If the values cannot be retrieved for some reason.List getLead(LeadFilter filter)
lead for the
specified filter.
filter - filter which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.List getLead(LeadQuery query)
lead for the
specified query.
predicate - predicate which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.
void addLead(String id,
Lead newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void addLead(Lead newValue)
newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void removeLead(String id)
JmiException - If the value cannot be removed for some reason.BigDecimal getLeadExpectedSum()
leadExpectedSum.
leadExpectedSum.
JmiException - If the value cannot be retrieved for some reason.BigDecimal getLeadMaxSum()
leadMaxSum.
leadMaxSum.
JmiException - If the value cannot be retrieved for some reason.BigDecimal getLeadMinSum()
leadMinSum.
leadMinSum.
JmiException - If the value cannot be retrieved for some reason.Opportunity getOpportunity(String id)
opportunity for the
specified qualifier attribute value.
id - The value for the qualifier attribute that qualifies this reference.
JmiException - If the value cannot be retrieved for some reason.Collection getOpportunity()
opportunity.
JmiException - If the values cannot be retrieved for some reason.List getOpportunity(OpportunityFilter filter)
opportunity for the
specified filter.
filter - filter which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.List getOpportunity(OpportunityQuery query)
opportunity for the
specified query.
predicate - predicate which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.
void addOpportunity(String id,
Opportunity newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void addOpportunity(Opportunity newValue)
newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void removeOpportunity(String id)
JmiException - If the value cannot be removed for some reason.BigDecimal getOpportunityExpectedSum()
opportunityExpectedSum.
opportunityExpectedSum.
JmiException - If the value cannot be retrieved for some reason.BigDecimal getOpportunityMaxSum()
opportunityMaxSum.
opportunityMaxSum.
JmiException - If the value cannot be retrieved for some reason.BigDecimal getOpportunityMinSum()
opportunityMinSum.
opportunityMinSum.
JmiException - If the value cannot be retrieved for some reason.String getPeriod()
period.
period.
JmiException - If the value cannot be retrieved for some reason.Contact getPerson()
person.
JmiException - If the value cannot be retrieved for some reason.void setPerson(Contact newValue)
person.
newValue - The non-null new value for this reference.
JmiException - If the value cannot be set for some reason.Quote getQuote(String id)
quote for the
specified qualifier attribute value.
id - The value for the qualifier attribute that qualifies this reference.
JmiException - If the value cannot be retrieved for some reason.Collection getQuote()
quote.
JmiException - If the values cannot be retrieved for some reason.List getQuote(QuoteFilter filter)
quote for the
specified filter.
filter - filter which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.List getQuote(QuoteQuery query)
quote for the
specified query.
predicate - predicate which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.
void addQuote(String id,
Quote newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void addQuote(Quote newValue)
newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void removeQuote(String id)
JmiException - If the value cannot be removed for some reason.BigDecimal getQuoteSum()
quoteSum.
quoteSum.
JmiException - If the value cannot be retrieved for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||