org.opencrx.kernel.home1.cci2
Interface ObjectFinder

All Superinterfaces:
AspectCapable, BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, SecureObject
All Known Subinterfaces:
ObjectFinder
All Known Implementing Classes:
ObjectFinder

public interface ObjectFinder
extends SecureObject, BasicObject

Class ObjectFinder


Nested Class Summary
static interface ObjectFinder.Identity
          Object Identity
 
Method Summary
 String getAllWords()
          Retrieves the possibly null value for the optional attribute allWords.
 String getAtLeastOneOfTheWords()
          Retrieves the possibly null value for the optional attribute atLeastOneOfTheWords.
 String getDescription()
          Retrieves the possibly null value for the optional attribute description.
<T extends IndexEntry>
ObjectFinderSelectedAccounts.IndexEntryAccount<T>
getIndexEntryAccount()
          Retrieves a set containing all the elements for the reference indexEntryAccount.
<T extends IndexEntry>
ObjectFinderSelectsActivities.IndexEntryActivity<T>
getIndexEntryActivity()
          Retrieves a set containing all the elements for the reference indexEntryActivity.
<T extends IndexEntry>
ObjectFinderSelectsBuildings.IndexEntryBuilding<T>
getIndexEntryBuilding()
          Retrieves a set containing all the elements for the reference indexEntryBuilding.
<T extends IndexEntry>
ObjectFinderSelectsContracts.IndexEntryContract<T>
getIndexEntryContract()
          Retrieves a set containing all the elements for the reference indexEntryContract.
<T extends IndexEntry>
ObjectFinderSelectsDepots.IndexEntryDepot<T>
getIndexEntryDepot()
          Retrieves a set containing all the elements for the reference indexEntryDepot.
<T extends IndexEntry>
ObjectFinderSelectsDocuments.IndexEntryDocument<T>
getIndexEntryDocument()
          Retrieves a set containing all the elements for the reference indexEntryDocument.
<T extends IndexEntry>
ObjectFinderSelectsProducts.IndexEntryProduct<T>
getIndexEntryProduct()
          Retrieves a set containing all the elements for the reference indexEntryProduct.
 String getName()
          Retrieves the value for the attribute name.
 String getWithoutWords()
          Retrieves the possibly null value for the optional attribute withoutWords.
 void setAllWords(String allWords)
          Sets a new value for the attribute allWords.
 void setAtLeastOneOfTheWords(String atLeastOneOfTheWords)
          Sets a new value for the attribute atLeastOneOfTheWords.
 void setDescription(String description)
          Sets a new value for the attribute description.
 void setName(String name)
          Sets a new value for the attribute name.
 void setWithoutWords(String withoutWords)
          Sets a new value for the attribute withoutWords.
 
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, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 

Method Detail

getAllWords

String getAllWords()
Retrieves the possibly null value for the optional attribute allWords.

Returns:
The possibly null value for attribute allWords.

setAllWords

void setAllWords(String allWords)
Sets a new value for the attribute allWords.

Parameters:
allWords - The possibly null new value for attribute allWords.

getAtLeastOneOfTheWords

String getAtLeastOneOfTheWords()
Retrieves the possibly null value for the optional attribute atLeastOneOfTheWords.

Returns:
The possibly null value for attribute atLeastOneOfTheWords.

setAtLeastOneOfTheWords

void setAtLeastOneOfTheWords(String atLeastOneOfTheWords)
Sets a new value for the attribute atLeastOneOfTheWords.

Parameters:
atLeastOneOfTheWords - The possibly null new value for attribute atLeastOneOfTheWords.

getDescription

String getDescription()
Retrieves the possibly null value for the optional attribute description.

Returns:
The possibly null value for attribute description.

setDescription

void setDescription(String description)
Sets a new value for the attribute description.

Parameters:
description - The possibly null new value for attribute description.

getIndexEntryAccount

<T extends IndexEntry> ObjectFinderSelectedAccounts.IndexEntryAccount<T> getIndexEntryAccount()
Retrieves a set containing all the elements for the reference indexEntryAccount.

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

getIndexEntryActivity

<T extends IndexEntry> ObjectFinderSelectsActivities.IndexEntryActivity<T> getIndexEntryActivity()
Retrieves a set containing all the elements for the reference indexEntryActivity.

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

getIndexEntryBuilding

<T extends IndexEntry> ObjectFinderSelectsBuildings.IndexEntryBuilding<T> getIndexEntryBuilding()
Retrieves a set containing all the elements for the reference indexEntryBuilding.

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

getIndexEntryContract

<T extends IndexEntry> ObjectFinderSelectsContracts.IndexEntryContract<T> getIndexEntryContract()
Retrieves a set containing all the elements for the reference indexEntryContract.

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

getIndexEntryDepot

<T extends IndexEntry> ObjectFinderSelectsDepots.IndexEntryDepot<T> getIndexEntryDepot()
Retrieves a set containing all the elements for the reference indexEntryDepot.

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

getIndexEntryDocument

<T extends IndexEntry> ObjectFinderSelectsDocuments.IndexEntryDocument<T> getIndexEntryDocument()
Retrieves a set containing all the elements for the reference indexEntryDocument.

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

getIndexEntryProduct

<T extends IndexEntry> ObjectFinderSelectsProducts.IndexEntryProduct<T> getIndexEntryProduct()
Retrieves a set containing all the elements for the reference indexEntryProduct.

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

getName

String getName()
Retrieves the value for the attribute name.

Returns:
The non-null value for attribute name.

setName

void setName(String name)
Sets a new value for the attribute name.

Parameters:
name - The non-null new value for attribute name.

getWithoutWords

String getWithoutWords()
Retrieves the possibly null value for the optional attribute withoutWords.

Returns:
The possibly null value for attribute withoutWords.

setWithoutWords

void setWithoutWords(String withoutWords)
Sets a new value for the attribute withoutWords.

Parameters:
withoutWords - The possibly null new value for attribute withoutWords.


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