org.opencrx.kernel.contract1.cci2
Interface Segment

All Superinterfaces:
Auditee, ContextCapable, Exporter, Importer, Indexed, SecureObject, Segment, ViewCapable
All Known Subinterfaces:
Segment

public interface Segment
extends Segment, Auditee, Exporter, Importer, Indexed, SecureObject

Class Segment


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Segment
Segment.Identity
 
Method Summary
<T extends CalculationRule>
SegmentContainsPositionCalculationRule.CalculationRule<T>
getCalculationRule()
          Retrieves a set containing all the elements for the reference calculationRule.
<T extends ContractFilterGlobal>
SegmentContainsContractFilter.ContractFilter<T>
getContractFilter()
          Retrieves a set containing all the elements for the reference contractFilter.
<T extends ContractRole>
SegmentContainsContractRole.ContractRole<T>
getContractRole()
          Retrieves a set containing all the elements for the reference contractRole.
<T extends Invoice>
SegmentContainsInvoice.Invoice<T>
getInvoice()
          Retrieves a set containing all the elements for the reference invoice.
<T extends Lead>
SegmentContainsLead.Lead<T>
getLead()
          Retrieves a set containing all the elements for the reference lead.
<T extends Opportunity>
SegmentContainsOpportunity.Opportunity<T>
getOpportunity()
          Retrieves a set containing all the elements for the reference opportunity.
<T extends Quote>
SegmentContainsQuote.Quote<T>
getQuote()
          Retrieves a set containing all the elements for the reference quote.
<T extends SalesOrder>
SegmentContainsSalesOrder.SalesOrder<T>
getSalesOrder()
          Retrieves a set containing all the elements for the reference salesOrder.
 
Methods inherited from interface org.openmdx.base.cci2.Segment
getDescription, getExtent, getProvider, setDescription
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee
getAudit
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Exporter
exportItem, exportItemAdvanced
 
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, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser
 

Method Detail

getCalculationRule

<T extends CalculationRule> SegmentContainsPositionCalculationRule.CalculationRule<T> getCalculationRule()
Retrieves a set containing all the elements for the reference calculationRule.

Returns:
A set containing all the elements for this reference.

getContractFilter

<T extends ContractFilterGlobal> SegmentContainsContractFilter.ContractFilter<T> getContractFilter()
Retrieves a set containing all the elements for the reference contractFilter.

Returns:
A set containing all the elements for this reference.

getContractRole

<T extends ContractRole> SegmentContainsContractRole.ContractRole<T> getContractRole()
Retrieves a set containing all the elements for the reference contractRole.

Returns:
A set containing all the elements for this reference.

getInvoice

<T extends Invoice> SegmentContainsInvoice.Invoice<T> getInvoice()
Retrieves a set containing all the elements for the reference invoice.

Returns:
A set containing all the elements for this reference.

getLead

<T extends Lead> SegmentContainsLead.Lead<T> getLead()
Retrieves a set containing all the elements for the reference lead.

Returns:
A set containing all the elements for this reference.

getOpportunity

<T extends Opportunity> SegmentContainsOpportunity.Opportunity<T> getOpportunity()
Retrieves a set containing all the elements for the reference opportunity.

Returns:
A set containing all the elements for this reference.

getQuote

<T extends Quote> SegmentContainsQuote.Quote<T> getQuote()
Retrieves a set containing all the elements for the reference quote.

Returns:
A set containing all the elements for this reference.

getSalesOrder

<T extends SalesOrder> SegmentContainsSalesOrder.SalesOrder<T> getSalesOrder()
Retrieves a set containing all the elements for the reference salesOrder.

Returns:
A set containing all the elements for this reference.


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.