org.opencrx.kernel.activity1.cci2
Interface ActivityGroup

All Superinterfaces:
AspectCapable, BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, SecureObject
All Known Subinterfaces:
ActivityCategory, ActivityCategory, ActivityGroup, ActivityMilestone, ActivityMilestone, ActivityTracker, ActivityTracker
All Known Implementing Classes:
ActivityCategory, ActivityMilestone, ActivityTracker

public interface ActivityGroup
extends SecureObject, BasicObject

Abstract class ActivityGroup

isFrozen


Method Summary
 CalcTotalQuantityResult calcTotalQuantity(CalcTotalQuantityParams in)
           
<T extends ActivityCreator>
ActivityGroupIsCreatedBy.ActivityCreator<T>
getActivityCreator()
          Retrieves a set containing all the elements for the reference activityCreator.
<T extends ActivityFilterGroup>
ActivityGroupContainsActivityFilter.ActivityFilter<T>
getActivityFilter()
          Retrieves a set containing all the elements for the reference activityFilter.
<T extends Note>
ActivityGroupContainsActivityNote.ActivityNote<T>
getActivityNote()
          Retrieves a set containing all the elements for the reference activityNote.
 ActivityCreator getDefaultCreator()
          Retrieves the value for the reference defaultCreator.
 String getDescription()
          Retrieves the possibly null value for the optional attribute description.
<T extends Activity>
ActivityGroupContainsActivity.FilteredActivity<T>
getFilteredActivity()
          Retrieves a set containing all the elements for the reference filteredActivity.
<T extends ActivityFollowUp>
ActivityGroupContainsFollowUp.FollowUp<T>
getFollowUp()
          Retrieves a set containing all the elements for the reference followUp.
 String getName()
          Retrieves the value for the attribute name.
<T extends WorkAndExpenseRecord>
ActivityGroupContainsWorkReportEntry.WorkReportEntry<T>
getWorkReportEntry()
          Retrieves a set containing all the elements for the reference workReportEntry.
 void setDefaultCreator(ActivityCreator defaultCreator)
          Sets a new value for the reference defaultCreator.
 void setDescription(String description)
          Sets a new value for the attribute description.
 void setName(String name)
          Sets a new value for the attribute name.
 
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

getActivityCreator

<T extends ActivityCreator> ActivityGroupIsCreatedBy.ActivityCreator<T> getActivityCreator()
Retrieves a set containing all the elements for the reference activityCreator.

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

getActivityFilter

<T extends ActivityFilterGroup> ActivityGroupContainsActivityFilter.ActivityFilter<T> getActivityFilter()
Retrieves a set containing all the elements for the reference activityFilter.

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

getActivityNote

<T extends Note> ActivityGroupContainsActivityNote.ActivityNote<T> getActivityNote()
Retrieves a set containing all the elements for the reference activityNote.

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

calcTotalQuantity

CalcTotalQuantityResult calcTotalQuantity(CalcTotalQuantityParams in)

getDefaultCreator

ActivityCreator getDefaultCreator()
Retrieves the value for the reference defaultCreator.

Returns:
The – possibly null – value for this reference.

setDefaultCreator

void setDefaultCreator(ActivityCreator defaultCreator)
Sets a new value for the reference defaultCreator.

Parameters:
defaultCreator - The non-null new value for this reference.

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.

getFilteredActivity

<T extends Activity> ActivityGroupContainsActivity.FilteredActivity<T> getFilteredActivity()
Retrieves a set containing all the elements for the reference filteredActivity.

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

getFollowUp

<T extends ActivityFollowUp> ActivityGroupContainsFollowUp.FollowUp<T> getFollowUp()
Retrieves a set containing all the elements for the reference followUp.

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.

getWorkReportEntry

<T extends WorkAndExpenseRecord> ActivityGroupContainsWorkReportEntry.WorkReportEntry<T> getWorkReportEntry()
Retrieves a set containing all the elements for the reference workReportEntry.

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


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