1 package org.opencrx.kernel.activity1.cci; 14 15 public interface ActivityTracker 16 extends 17 org.opencrx.kernel.activity1.cci.ActivityGroup, 18 org.opencrx.kernel.generic.cci.CrxObject { 19 23 public org.openmdx.base.cci.Void deleteActivities( 24 org.opencrx.kernel.activity1.cci.DeleteActivitiesParams params 25 ) throws javax.jmi.reflect.RefException ; 26 27 29 public org.openmdx.base.cci.Void deleteActivities( 30 boolean deleteNonReferencedActivities 31 ) throws javax.jmi.reflect.RefException ; 32 33 41 public int getEstimateEffortHours( 42 ); 43 44 52 public void setEstimateEffortHours( 53 int newValue 54 ); 55 56 64 public int getEstimateEffortMinutes( 65 ); 66 67 75 public void setEstimateEffortMinutes( 76 int newValue 77 ); 78 79 87 public int getEstimateMaxDeviation( 88 ); 89 90 98 public void setEstimateMaxDeviation( 99 int newValue 100 ); 101 102 106 public org.openmdx.base.cci.Void refreshItems( 107 org.openmdx.base.cci.Void params 108 ) throws javax.jmi.reflect.RefException ; 109 110 112 public org.openmdx.base.cci.Void refreshItems( 113 ) throws javax.jmi.reflect.RefException ; 114 115 123 public int getSumEstimateEffortHours( 124 ); 125 126 134 public int getSumEstimateEffortMinutes( 135 ); 136 137 144 public String getWelcome( 145 ); 146 147 151 152 157 public void setWelcome( 158 String newValue 159 ); 160 161 } 165 | Popular Tags |