|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectFinder
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. |
|
|
getIndexEntryAccount()
Retrieves a set containing all the elements for the reference indexEntryAccount. |
|
IndexEntry |
getIndexEntryAccount(boolean idIsPersistent,
String id)
Retrieves the value for the reference indexEntryAccount
for the specified qualifier attribute value. |
|
|
getIndexEntryActivity()
Retrieves a set containing all the elements for the reference indexEntryActivity. |
|
IndexEntry |
getIndexEntryActivity(boolean idIsPersistent,
String id)
Retrieves the value for the reference indexEntryActivity
for the specified qualifier attribute value. |
|
|
getIndexEntryBuilding()
Retrieves a set containing all the elements for the reference indexEntryBuilding. |
|
IndexEntry |
getIndexEntryBuilding(boolean idIsPersistent,
String id)
Retrieves the value for the reference indexEntryBuilding
for the specified qualifier attribute value. |
|
|
getIndexEntryContract()
Retrieves a set containing all the elements for the reference indexEntryContract. |
|
IndexEntry |
getIndexEntryContract(boolean idIsPersistent,
String id)
Retrieves the value for the reference indexEntryContract
for the specified qualifier attribute value. |
|
|
getIndexEntryDepot()
Retrieves a set containing all the elements for the reference indexEntryDepot. |
|
IndexEntry |
getIndexEntryDepot(boolean idIsPersistent,
String id)
Retrieves the value for the reference indexEntryDepot for
the specified qualifier attribute value. |
|
|
getIndexEntryDocument()
Retrieves a set containing all the elements for the reference indexEntryDocument. |
|
IndexEntry |
getIndexEntryDocument(boolean idIsPersistent,
String id)
Retrieves the value for the reference indexEntryDocument
for the specified qualifier attribute value. |
|
|
getIndexEntryProduct()
Retrieves a set containing all the elements for the reference indexEntryProduct. |
|
IndexEntry |
getIndexEntryProduct(boolean idIsPersistent,
String id)
Retrieves the value for the reference indexEntryProduct
for the specified qualifier attribute value. |
|
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, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| 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, getView |
| Method Detail |
|---|
String getAllWords()
allWords.
allWords.void setAllWords(String allWords)
allWords.
allWords - The possibly null new value for attribute allWords.String getAtLeastOneOfTheWords()
atLeastOneOfTheWords.
atLeastOneOfTheWords.void setAtLeastOneOfTheWords(String atLeastOneOfTheWords)
atLeastOneOfTheWords.
atLeastOneOfTheWords - The possibly null new value for attribute atLeastOneOfTheWords.String getDescription()
description.
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.<T extends IndexEntry> Collection<T> getIndexEntryAccount()
indexEntryAccount.
IndexEntry getIndexEntryAccount(boolean idIsPersistent,
String id)
indexEntryAccount
for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
<T extends IndexEntry> Collection<T> getIndexEntryActivity()
indexEntryActivity.
IndexEntry getIndexEntryActivity(boolean idIsPersistent,
String id)
indexEntryActivity
for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
<T extends IndexEntry> Collection<T> getIndexEntryBuilding()
indexEntryBuilding.
IndexEntry getIndexEntryBuilding(boolean idIsPersistent,
String id)
indexEntryBuilding
for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
<T extends IndexEntry> Collection<T> getIndexEntryContract()
indexEntryContract.
IndexEntry getIndexEntryContract(boolean idIsPersistent,
String id)
indexEntryContract
for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
<T extends IndexEntry> Collection<T> getIndexEntryDepot()
indexEntryDepot.
IndexEntry getIndexEntryDepot(boolean idIsPersistent,
String id)
indexEntryDepot for
the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
<T extends IndexEntry> Collection<T> getIndexEntryDocument()
indexEntryDocument.
IndexEntry getIndexEntryDocument(boolean idIsPersistent,
String id)
indexEntryDocument
for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
<T extends IndexEntry> Collection<T> getIndexEntryProduct()
indexEntryProduct.
IndexEntry getIndexEntryProduct(boolean idIsPersistent,
String id)
indexEntryProduct
for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
String getName()
name.
name.void setName(String name)
name.
name - The non-null new value for attribute name.String getWithoutWords()
withoutWords.
withoutWords.void setWithoutWords(String withoutWords)
withoutWords.
withoutWords - The possibly null new value for attribute withoutWords.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||