public interface LocalizedFieldContainer extends LocalizedFieldContainer, org.openmdx.base.accessor.jmi.cci.RefObject_1_0
LocalizedFieldContainer| Modifier and Type | Method and Description |
|---|---|
void |
addLocalizedField(boolean idIsPersistent,
String id,
LocalizedField localizedField)
Adds the specified element to the set of the values for the reference
localizedField. |
void |
addLocalizedField(LocalizedField localizedField)
Adds the specified element to the set of the values for the reference
localizedField using an implementation-specific, reassignable qualifier. |
void |
addLocalizedField(String id,
LocalizedField localizedField)
Adds the specified element to the set of the values for the reference
localizedField using a reassignable qualifier. |
LocalizedField |
getLocalizedField(boolean idIsPersistent,
String id)
Retrieves the value for the reference
localizedField for the specified qualifier attribute value. |
<T extends LocalizedField> |
getLocalizedField(LocalizedFieldQuery query)
Retrieves the value for the reference
localizedField for the specified query. |
LocalizedField |
getLocalizedField(String id)
Retrieves the value for the reference
localizedField for the specified qualifier attribute value. |
getLocalizedFieldrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite<T extends LocalizedField> List<T> getLocalizedField(LocalizedFieldQuery query)
localizedField for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.LocalizedField getLocalizedField(boolean idIsPersistent, String id)
localizedField 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.LocalizedField getLocalizedField(String id)
localizedField for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getLocalizedField(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addLocalizedField(boolean idIsPersistent,
String id,
LocalizedField localizedField)
localizedField.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.localizedField - The element to be appended.void addLocalizedField(String id, LocalizedField localizedField)
localizedField using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.localizedField - The element to be appended.void addLocalizedField(LocalizedField localizedField)
localizedField using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
localizedField - The element to be appended.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.