1 package org.opencrx.kernel.activity1.cci; 14 15 public interface ActivityCreator 16 extends 17 org.opencrx.kernel.depot1.cci.DepotReferenceHolder, 18 org.opencrx.kernel.generic.cci.CrxObject { 19 29 public org.opencrx.kernel.activity1.cci.ActivityGroup getActivityGroup( 30 int index 31 ); 32 33 41 public java.util.Collection getActivityGroup( 42 ); 43 44 52 public void addActivityGroup ( 53 int index, 54 org.opencrx.kernel.activity1.cci.ActivityGroup newValue 55 ); 56 57 64 public void addActivityGroup ( 65 org.opencrx.kernel.activity1.cci.ActivityGroup newValue 66 ); 67 68 74 public void removeActivityGroup ( 75 int index 76 ); 77 85 public org.opencrx.kernel.activity1.cci.ActivityType getActivityType( 86 ); 87 88 96 public void setActivityType( 97 org.opencrx.kernel.activity1.cci.ActivityType newValue 98 ); 99 100 107 public void removeActivityType ( 108 ); 109 110 117 public java.util.Date getBaseDate( 118 ); 119 120 124 125 130 public void setBaseDate( 131 java.util.Date newValue 132 ); 133 134 141 public String getDescription( 142 ); 143 144 148 149 154 public void setDescription( 155 String newValue 156 ); 157 158 165 public java.util.Date getDueBy( 166 ); 167 168 172 173 178 public void setDueBy( 179 java.util.Date newValue 180 ); 181 182 190 public String getName( 191 ); 192 193 201 public void setName( 202 String newValue 203 ); 204 205 209 public org.opencrx.kernel.activity1.cci.NewActivityResult newActivity( 210 org.opencrx.kernel.activity1.cci.NewActivityParams params 211 ) throws javax.jmi.reflect.RefException ; 212 213 215 public org.opencrx.kernel.activity1.cci.NewActivityResult newActivity( 216 String description 217 , String detailedDescription 218 , java.util.Date dueBy 219 , String name 220 , short priority 221 , org.opencrx.kernel.account1.cci.Contact reportingContact 222 , java.util.Date scheduledEnd 223 , java.util.Date scheduledStart 224 ) throws javax.jmi.reflect.RefException ; 225 226 234 public short getPriority( 235 ); 236 237 245 public void setPriority( 246 short newValue 247 ); 248 249 259 public org.opencrx.kernel.activity1.cci.Resource getResource( 260 int index 261 ); 262 263 271 public java.util.Collection getResource( 272 ); 273 274 282 public void addResource ( 283 int index, 284 org.opencrx.kernel.activity1.cci.Resource newValue 285 ); 286 287 294 public void addResource ( 295 org.opencrx.kernel.activity1.cci.Resource newValue 296 ); 297 298 304 public void removeResource ( 305 int index 306 ); 307 314 public java.util.Date getScheduledEnd( 315 ); 316 317 321 322 327 public void setScheduledEnd( 328 java.util.Date newValue 329 ); 330 331 338 public java.util.Date getScheduledStart( 339 ); 340 341 345 346 351 public void setScheduledStart( 352 java.util.Date newValue 353 ); 354 355 } 359 | Popular Tags |