|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Account
Abstract class Account
| Nested Class Summary | |
|---|---|
static interface |
Account.Identity
Object Identity |
| Method Summary | ||
|---|---|---|
|
createInvoice(Invoice basedOn,
String description,
String name)
|
|
|
createLead(Lead basedOn,
String description,
String name,
String nextStep)
|
|
|
createOpportunity(Opportunity basedOn,
String description,
String name)
|
|
|
createQuote(Quote basedOn,
String description,
String name)
|
|
|
createSalesOrder(SalesOrder basedOn,
String description,
String name)
|
|
|
getAddress()
Retrieves a set containing all the elements for the reference address. |
|
|
getAssignedActivity()
Retrieves a set containing all the elements for the reference assignedActivity. |
|
|
getAssignedContract()
Retrieves a set containing all the elements for the reference assignedContract. |
|
|
getContact()
Retrieves the Collection of objects referenced by
contact. |
|
|
getGroupMembership()
Retrieves a set containing all the elements for the reference groupMembership. |
|
Account |
getMaster()
Retrieves the value for the reference master. |
|
|
getPartner()
Retrieves the Collection of objects referenced by
partner. |
|
|
getProduct()
Retrieves a set containing all the elements for the reference product. |
|
void |
setMaster(Account master)
Sets a new value for the reference master. |
|
void |
setSegment(Segment segment)
Sets a new value for the reference segment. |
|
void |
setSegment(Segment segment,
boolean idIsPersistent,
String id)
Set the object's composite association org:opencrx:kernel:account1:SegmentContainsAccount. |
|
| Methods inherited from interface org.opencrx.kernel.account1.cci2.AbstractAccount |
|---|
getAccountCategory, getAccountRating, getAccountState, getAccountType, getAliasName, getBusinessType, getDescription, getFullName, setAccountCategory, setAccountRating, setAccountState, setAccountType, setAliasName, setBusinessType, setDescription |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
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, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SubscriptionTarget |
|---|
addSubscription, addSubscriptionForParent, removeSubscription, removeSubscriptionForParent |
| 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 |
| Method Detail |
|---|
<T extends AccountAddress> Collection<T> getAddress()
address.
<T extends Activity> Set<T> getAssignedActivity()
assignedActivity.
<T extends AbstractContract> Set<T> getAssignedContract()
assignedContract.
<T extends Contact> List<T> getContact()
Collection of objects referenced by
contact.
Collection of referenced objects.
<T extends CreateInvoiceResult> T createInvoice(Invoice basedOn,
String description,
String name)
throws RefException
RefException
<T extends CreateLeadResult> T createLead(Lead basedOn,
String description,
String name,
String nextStep)
throws RefException
RefException
<T extends CreateOpportunityResult> T createOpportunity(Opportunity basedOn,
String description,
String name)
throws RefException
RefException
<T extends CreateQuoteResult> T createQuote(Quote basedOn,
String description,
String name)
throws RefException
RefException
<T extends CreateSalesOrderResult> T createSalesOrder(SalesOrder basedOn,
String description,
String name)
throws RefException
RefException<T extends GroupMembership> Collection<T> getGroupMembership()
groupMembership.
Account getMaster()
master.
null – value for this reference.void setMaster(Account master)
master.
master - The non-null new value for this reference.<T extends Account> List<T> getPartner()
Collection of objects referenced by
partner.
Collection of referenced objects.<T extends Product> Set<T> getProduct()
product.
void setSegment(Segment segment)
segment.
segment - The non-null new value for this reference.
void setSegment(Segment segment,
boolean idIsPersistent,
String id)
org:opencrx:kernel:account1:SegmentContainsAccount.
segment - The non-null new value for this object's composite owner.idIsPersistent - Defines whether the id is persistent.id - The non-null new value for this object's qualifier.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||