|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityGroup
Abstract class ActivityGroup
isFrozen
Method Summary | ||
---|---|---|
void |
addActivityFilter(ActivityFilterGroup activityFilter)
Adds the specified element to the set of the values for the reference activityFilter using an implementation-specific, reassignable qualifier. |
|
void |
addActivityFilter(boolean idIsPersistent,
String id,
ActivityFilterGroup activityFilter)
Adds the specified element to the set of the values for the reference activityFilter . |
|
void |
addActivityFilter(String id,
ActivityFilterGroup activityFilter)
Adds the specified element to the set of the values for the reference activityFilter using a reassignable qualifier. |
|
CalcTotalQuantityResult |
calcTotalQuantity(CalcTotalQuantityParams in)
|
|
|
getActivityCreator(ActivityCreatorQuery query)
Retrieves the value for the reference activityCreator for the specified query. |
|
ActivityCreator |
getActivityCreator(boolean idIsPersistent,
String id)
Retrieves the value for the reference activityCreator for the specified qualifier attribute value. |
|
ActivityCreator |
getActivityCreator(String id)
Retrieves the value for the reference activityCreator for the specified qualifier attribute value. |
|
|
getActivityFilter(ActivityFilterGroupQuery query)
Retrieves the value for the reference activityFilter for the specified query. |
|
ActivityFilterGroup |
getActivityFilter(boolean idIsPersistent,
String id)
Retrieves the value for the reference activityFilter for the specified qualifier attribute value. |
|
ActivityFilterGroup |
getActivityFilter(String id)
Retrieves the value for the reference activityFilter for the specified qualifier attribute value. |
|
Note |
getActivityNote(boolean idIsPersistent,
String id)
Retrieves the value for the reference activityNote for the specified qualifier attribute value. |
|
|
getActivityNote(NoteQuery query)
Retrieves the value for the reference activityNote for the specified query. |
|
Note |
getActivityNote(String id)
Retrieves the value for the reference activityNote for the specified qualifier attribute value. |
|
ContextCapable |
getCreationContext()
Retrieves the value for the reference creationContext . |
|
ActivityCreator |
getDefaultCreator()
Retrieves the value for the reference defaultCreator . |
|
|
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. |
|
|
getFollowUp(ActivityFollowUpQuery query)
Retrieves the value for the reference followUp for the specified query. |
|
ActivityFollowUp |
getFollowUp(boolean idIsPersistent,
String id)
Retrieves the value for the reference followUp for the specified qualifier attribute value. |
|
ActivityFollowUp |
getFollowUp(String id)
Retrieves the value for the reference followUp for the specified qualifier attribute value. |
|
WorkAndExpenseRecord |
getWorkReportEntry(boolean idIsPersistent,
String id)
Retrieves the value for the reference workReportEntry for the specified qualifier attribute value. |
|
WorkAndExpenseRecord |
getWorkReportEntry(String id)
Retrieves the value for the reference workReportEntry for the specified qualifier attribute value. |
|
|
getWorkReportEntry(WorkAndExpenseRecordQuery query)
Retrieves the value for the reference workReportEntry for the specified query. |
|
void |
setCreationContext(ContextCapable creationContext)
Sets a new value for the reference creationContext . |
|
void |
setDefaultCreator(ActivityCreator defaultCreator)
Sets a new value for the reference defaultCreator . |
Methods inherited from interface org.opencrx.kernel.activity1.cci2.ActivityGroup |
---|
calcTotalQuantity, getActivityCreator, getActivityFilter, getActivityNote, getDescription, getFilteredActivity, getFollowUp, getName, getWorkReportEntry, setDescription, setName |
Methods inherited from interface org.opencrx.kernel.base.jmi1.SecureObject |
---|
addOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUser |
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
---|
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser |
Methods inherited from interface org.openmdx.base.jmi1.Creatable |
---|
getCreatedBy |
Methods inherited from interface org.openmdx.base.cci2.Creatable |
---|
getCreatedAt |
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
---|
getIdentity |
Methods inherited from interface org.openmdx.base.jmi1.Modifiable |
---|
getModifiedBy |
Methods inherited from interface org.openmdx.base.cci2.Modifiable |
---|
getModifiedAt |
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 |
---|
<T extends ActivityCreator> List<T> getActivityCreator(ActivityCreatorQuery query)
activityCreator
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
.ActivityCreator getActivityCreator(boolean idIsPersistent, String id)
activityCreator
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.
ActivityCreator getActivityCreator(String id)
activityCreator
for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getActivityCreator(false,id)
.
id
- The value for the qualifier attribute that qualifies this reference.
<T extends ActivityFilterGroup> List<T> getActivityFilter(ActivityFilterGroupQuery query)
activityFilter
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
.ActivityFilterGroup getActivityFilter(boolean idIsPersistent, String id)
activityFilter
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.
ActivityFilterGroup getActivityFilter(String id)
activityFilter
for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getActivityFilter(false,id)
.
id
- The value for the qualifier attribute that qualifies this reference.
void addActivityFilter(boolean idIsPersistent, String id, ActivityFilterGroup activityFilter)
activityFilter
.
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.activityFilter
- The element to be appended.void addActivityFilter(String id, ActivityFilterGroup activityFilter)
activityFilter
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.activityFilter
- The element to be appended.void addActivityFilter(ActivityFilterGroup activityFilter)
activityFilter
using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
activityFilter
- The element to be appended.<T extends Note> List<T> getActivityNote(NoteQuery query)
activityNote
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
.Note getActivityNote(boolean idIsPersistent, String id)
activityNote
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.
Note getActivityNote(String id)
activityNote
for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getActivityNote(false,id)
.
id
- The value for the qualifier attribute that qualifies this reference.
CalcTotalQuantityResult calcTotalQuantity(CalcTotalQuantityParams in)
ContextCapable getCreationContext()
creationContext
.
getCreationContext
in interface ActivityGroup
null
– value for this reference.void setCreationContext(ContextCapable creationContext)
creationContext
.
setCreationContext
in interface ActivityGroup
creationContext
- The new – possibly null
– value for this reference.ActivityCreator getDefaultCreator()
defaultCreator
.
getDefaultCreator
in interface ActivityGroup
null
– value for this reference.void setDefaultCreator(ActivityCreator defaultCreator)
defaultCreator
.
setDefaultCreator
in interface ActivityGroup
defaultCreator
- The new – possibly null
– value for this reference.<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.
<T extends ActivityFollowUp> List<T> getFollowUp(ActivityFollowUpQuery query)
followUp
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
.ActivityFollowUp getFollowUp(boolean idIsPersistent, String id)
followUp
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.
ActivityFollowUp getFollowUp(String id)
followUp
for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getFollowUp(false,id)
.
id
- The value for the qualifier attribute that qualifies this reference.
<T extends WorkAndExpenseRecord> List<T> getWorkReportEntry(WorkAndExpenseRecordQuery query)
workReportEntry
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
.WorkAndExpenseRecord getWorkReportEntry(boolean idIsPersistent, String id)
workReportEntry
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.
WorkAndExpenseRecord getWorkReportEntry(String id)
workReportEntry
for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getWorkReportEntry(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 |