|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractFilterActivity
Abstract class AbstractFilterActivity
isFrozen
| Method Summary | ||
|---|---|---|
void |
addFilterProperty(boolean idIsPersistent,
String id,
ActivityFilterProperty filterProperty)
Adds the specified element to the set of the values for the reference filterProperty. |
|
void |
addFilterProperty(String id,
ActivityFilterProperty filterProperty)
Adds the specified element to the set of the values for the reference filterProperty using a reassignable qualifier. |
|
CalcTotalQuantityResult |
calcTotalQuantity(CalcTotalQuantityParams in)
|
|
CountFilteredObjectsResult |
countFilteredActivity()
|
|
|
getFilteredActivity(ActivityQuery query)
Retrieves the value for the reference filteredActivity for the specified query. |
|
Activity |
getFilteredActivity(boolean idIsPersistent,
String id)
Retrieves the value for the reference filteredActivity for the specified qualifier attribute value. |
|
Activity |
getFilteredActivity(String id)
Retrieves the value for the reference filteredActivity for the specified qualifier attribute value. |
|
|
getFilterProperty(ActivityFilterPropertyQuery query)
Retrieves the value for the reference filterProperty for the specified query. |
|
ActivityFilterProperty |
getFilterProperty(boolean idIsPersistent,
String id)
Retrieves the value for the reference filterProperty for the specified qualifier attribute value. |
|
ActivityFilterProperty |
getFilterProperty(String id)
Retrieves the value for the reference filterProperty for the specified qualifier attribute value. |
|
| Methods inherited from interface org.opencrx.kernel.activity1.cci2.AbstractFilterActivity |
|---|
calcTotalQuantity, getFilteredActivity, getFilterProperty |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
CalcTotalQuantityResult calcTotalQuantity(CalcTotalQuantityParams in)
CountFilteredObjectsResult countFilteredActivity()
countFilteredActivity in interface AbstractFilterActivity<T extends ActivityFilterProperty> List<T> getFilterProperty(ActivityFilterPropertyQuery query)
filterProperty for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Query
query - predicate which is applied to the set of referenced objects.
true.
ActivityFilterProperty getFilterProperty(boolean idIsPersistent,
String id)
filterProperty 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.
ActivityFilterProperty getFilterProperty(String id)
filterProperty for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getFilterProperty(false,id).
id - The value for the qualifier attribute that qualifies this reference.
void addFilterProperty(boolean idIsPersistent,
String id,
ActivityFilterProperty filterProperty)
filterProperty.
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.filterProperty - The element to be appended.
void addFilterProperty(String id,
ActivityFilterProperty filterProperty)
filterProperty 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.filterProperty - The element to be appended.<T extends Activity> List<T> getFilteredActivity(ActivityQuery query)
filteredActivity for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Query
query - predicate which is applied to the set of referenced objects.
true.
Activity getFilteredActivity(boolean idIsPersistent,
String id)
filteredActivity 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.
Activity getFilteredActivity(String id)
filteredActivity for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getFilteredActivity(false,id).
id - The value for the qualifier attribute that qualifies this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||