Uses of Interface
org.opencrx.kernel.activity1.jmi1.Activity

Packages that use Activity
org.opencrx.application.ical   
org.opencrx.kernel.account1.jmi1   
org.opencrx.kernel.activity1.jmi1   
org.opencrx.kernel.backend   
org.opencrx.kernel.home1.jmi1   
org.opencrx.kernel.plugin.application.activity1   
org.opencrx.kernel.utils   
 

Uses of Activity in org.opencrx.application.ical
 

Methods in org.opencrx.application.ical that return Activity
protected  Activity ICalServlet.findActivity(javax.jdo.PersistenceManager pm, ActivitiesHelper activitiesHelper, String calUid)
           
 

Methods in org.opencrx.application.ical with parameters of type Activity
protected  String ICalServlet.getActivityUrl(javax.servlet.http.HttpServletRequest req, Activity activity, boolean htmlEncoded)
           
 

Uses of Activity in org.opencrx.kernel.account1.jmi1
 

Methods in org.opencrx.kernel.account1.jmi1 with type parameters of type Activity
<T extends Activity>
List<T>
Account.getAssignedActivity(ActivityQuery query)
          Retrieves the value for the reference assignedActivity for the specified query.
 

Methods in org.opencrx.kernel.account1.jmi1 that return Activity
 Activity Account.getAssignedActivity(boolean idIsPersistent, String id)
          Retrieves the value for the reference assignedActivity for the specified qualifier attribute value.
 Activity Account.getAssignedActivity(String id)
          Retrieves the value for the reference assignedActivity for the specified qualifier attribute value.
 

Uses of Activity in org.opencrx.kernel.activity1.jmi1
 

Subinterfaces of Activity in org.opencrx.kernel.activity1.jmi1
 interface Absence
          Class Absence
 interface EMail
          Class EMail
 interface ExternalActivity
          Class ExternalActivity
 interface Incident
          Class Incident
 interface Mailing
          Class Mailing
 interface Meeting
          Class Meeting
 interface PhoneCall
          Class PhoneCall
 interface SalesVisit
          Class SalesVisit
 interface Task
          Class Task
 

Methods in org.opencrx.kernel.activity1.jmi1 with type parameters of type Activity
<T extends Activity>
List<T>
Segment.getActivity(ActivityQuery query)
          Retrieves the value for the reference activity for the specified query.
<T extends Activity>
List<T>
Resource.getAssignedActivity(ActivityQuery query)
          Retrieves the value for the reference assignedActivity for the specified query.
<T extends Activity>
List<T>
ActivityGroup.getFilteredActivity(ActivityQuery query)
          Retrieves the value for the reference filteredActivity for the specified query.
<T extends Activity>
List<T>
AbstractFilterActivity.getFilteredActivity(ActivityQuery query)
          Retrieves the value for the reference filteredActivity for the specified query.
 

Methods in org.opencrx.kernel.activity1.jmi1 that return Activity
 Activity WorkReportEntry.getActivity()
          Retrieves the value for the reference activity.
 Activity ResourceAddWorkRecordByDurationParams.getActivity()
          Retrieves the value for the optional structure field activity.
 Activity NewActivityResult.getActivity()
          Retrieves the value for the optional structure field activity.
 Activity ActivityFollowUp.getActivity()
          Retrieves the value for the reference activity.
 Activity Segment.getActivity(boolean idIsPersistent, String id)
          Retrieves the value for the reference activity for the specified qualifier attribute value.
 Activity Segment.getActivity(String id)
          Retrieves the value for the reference activity for the specified qualifier attribute value.
 Activity Resource.getAssignedActivity(boolean idIsPersistent, String id)
          Retrieves the value for the reference assignedActivity for the specified qualifier attribute value.
 Activity Resource.getAssignedActivity(String id)
          Retrieves the value for the reference assignedActivity for the specified qualifier attribute value.
 Activity ActivityGroup.getFilteredActivity(boolean idIsPersistent, String id)
          Retrieves the value for the reference filteredActivity for the specified qualifier attribute value.
 Activity AbstractFilterActivity.getFilteredActivity(boolean idIsPersistent, String id)
          Retrieves the value for the reference filteredActivity for the specified qualifier attribute value.
 Activity ActivityGroup.getFilteredActivity(String id)
          Retrieves the value for the reference filteredActivity for the specified qualifier attribute value.
 Activity AbstractFilterActivity.getFilteredActivity(String id)
          Retrieves the value for the reference filteredActivity for the specified qualifier attribute value.
 Activity ActivityLinkFrom.getLinkFrom()
          Retrieves the value for the reference linkFrom.
 Activity ActivityLinkTo.getLinkTo()
          Retrieves the value for the reference linkTo.
 

Methods in org.opencrx.kernel.activity1.jmi1 with parameters of type Activity
 void Segment.addActivity(boolean idIsPersistent, String id, Activity activity)
          Adds the specified element to the set of the values for the reference activity.
 void Segment.addActivity(String id, Activity activity)
          Adds the specified element to the set of the values for the reference activity using a reassignable qualifier.
 NewActivityResult Activity1Package.createNewActivityResult(Activity activity)
           
 ResourceAddWorkRecordByDurationParams Activity1Package.createResourceAddWorkRecordByDurationParams(Activity activity, short depotSelector, String description, Short durationHours, Short durationMinutes, Date endAt, String name, short rateType, Date startAt)
           
 

Uses of Activity in org.opencrx.kernel.backend
 

Methods in org.opencrx.kernel.backend that return Activity
 Activity ICalendar.importItem(String ical, Map<String,String> fields, org.openmdx.base.naming.Path activityIdentity, org.openmdx.base.naming.Path accountSegmentIdentity, short locale, List<String> errors, List<String> report)
           
 Activity Activities.newActivity(ActivityCreator activityCreator, String name, String description, String detailedDescription, Date suppliedScheduledStart, Date suppliedScheduledEnd, Date suppliedDueBy, Number suppliedPriority, Number suppliedIcalType, org.openmdx.base.naming.Path reportingContactIdentity)
          Creates a new activity and links the tracker with this new activity.
 

Methods in org.opencrx.kernel.backend that return types with arguments of type Activity
static List<Activity> Activities.lookupEmailActivity(javax.jdo.PersistenceManager pm, String providerName, String segmentName, String externalLink)
          Search email activity with the given external link, i.e.
 

Uses of Activity in org.opencrx.kernel.home1.jmi1
 

Methods in org.opencrx.kernel.home1.jmi1 with type parameters of type Activity
<T extends Activity>
List<T>
UserHome.getAssignedActivity(ActivityQuery query)
          Retrieves the value for the reference assignedActivity for the specified query.
 

Methods in org.opencrx.kernel.home1.jmi1 that return Activity
 Activity UserHome.getAssignedActivity(boolean idIsPersistent, String id)
          Retrieves the value for the reference assignedActivity for the specified qualifier attribute value.
 Activity UserHome.getAssignedActivity(String id)
          Retrieves the value for the reference assignedActivity for the specified qualifier attribute value.
 

Uses of Activity in org.opencrx.kernel.plugin.application.activity1
 

Fields in org.opencrx.kernel.plugin.application.activity1 declared as Activity
protected  Activity ActivityImpl.current
           
 

Constructors in org.opencrx.kernel.plugin.application.activity1 with parameters of type Activity
ActivityImpl(Activity current, Activity next)
           
 

Uses of Activity in org.opencrx.kernel.utils
 

Methods in org.opencrx.kernel.utils that return types with arguments of type Activity
 Collection<Activity> ActivitiesHelper.getFilteredActivities(ActivityQuery activityQuery)
           
 



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