org.opencrx.kernel.account1.cci2
Interface Segment

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

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

Class Segment

isFrozenisFrozen


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Segment
Segment.Identity
 
Method Summary
<T extends Account>
SegmentContainsAccount.Account<T>
getAccount()
          Retrieves a set containing all the elements for the reference account.
<T extends AccountFilterGlobal>
SegmentContainsAccountFilter.AccountFilter<T>
getAccountFilter()
          Retrieves a set containing all the elements for the reference accountFilter.
<T extends AccountAddress>
SegmentContainsAccountAddress.Address<T>
getAddress()
          Retrieves a set containing all the elements for the reference address.
<T extends AddressFilterGlobal>
SegmentContainsAddressFilter.AddressFilter<T>
getAddressFilter()
          Retrieves a set containing all the elements for the reference addressFilter.
<T extends Competitor>
SegmentContainsCompetitor.Competitor<T>
getCompetitor()
          Retrieves a set containing all the elements for the reference competitor.
<T extends Organization>
SegmentContainsOrganization.Organization<T>
getOrganization()
          Retrieves a set containing all the elements for the reference organization.
<T extends SearchIndexEntry>
SegmentContainsSearchIndexEntry.SearchIndexEntry<T>
getSearchIndexEntry()
          Retrieves a set containing all the elements for the reference searchIndexEntry.
 
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.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, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 

Method Detail

getAccount

<T extends Account> SegmentContainsAccount.Account<T> getAccount()
Retrieves a set containing all the elements for the reference account.

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

getAccountFilter

<T extends AccountFilterGlobal> SegmentContainsAccountFilter.AccountFilter<T> getAccountFilter()
Retrieves a set containing all the elements for the reference accountFilter.

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

getAddress

<T extends AccountAddress> SegmentContainsAccountAddress.Address<T> getAddress()
Retrieves a set containing all the elements for the reference address.

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

getAddressFilter

<T extends AddressFilterGlobal> SegmentContainsAddressFilter.AddressFilter<T> getAddressFilter()
Retrieves a set containing all the elements for the reference addressFilter.

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

getCompetitor

<T extends Competitor> SegmentContainsCompetitor.Competitor<T> getCompetitor()
Retrieves a set containing all the elements for the reference competitor.

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

getOrganization

<T extends Organization> SegmentContainsOrganization.Organization<T> getOrganization()
Retrieves a set containing all the elements for the reference organization.

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

getSearchIndexEntry

<T extends SearchIndexEntry> SegmentContainsSearchIndexEntry.SearchIndexEntry<T> getSearchIndexEntry()
Retrieves a set containing all the elements for the reference searchIndexEntry.

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


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