1 package org.opencrx.kernel.activity1.cci; 14 15 public interface Meeting 16 extends 17 org.opencrx.kernel.activity1.cci.Activity, 18 org.opencrx.kernel.generic.cci.CrxObject { 19 23 public org.opencrx.kernel.base.cci.ExportResult exportICalendar( 24 org.opencrx.kernel.activity1.cci.ExportICalendarParams params 25 ) throws javax.jmi.reflect.RefException ; 26 27 29 public org.opencrx.kernel.base.cci.ExportResult exportICalendar( 30 short locale 31 ) throws javax.jmi.reflect.RefException ; 32 33 40 public Boolean isAllDayEvent( 41 ); 42 43 47 48 53 public void setAllDayEvent( 54 Boolean newValue 55 ); 56 57 64 public String getLocation( 65 ); 66 67 71 72 77 public void setLocation( 78 String newValue 79 ); 80 81 91 public org.opencrx.kernel.activity1.cci.MeetingParty getMeetingParty( 92 String id 93 ); 94 95 104 public java.util.Collection getMeetingParty( 105 ); 106 107 114 public java.util.List getMeetingParty( 115 org.opencrx.kernel.activity1.cci.MeetingPartyFilter filter 116 ); 117 118 126 public void addMeetingParty ( 127 String id, 128 org.opencrx.kernel.activity1.cci.MeetingParty newValue 129 ); 130 131 138 public void addMeetingParty ( 139 org.opencrx.kernel.activity1.cci.MeetingParty newValue 140 ); 141 142 148 public void removeMeetingParty ( 149 String id 150 ); 151 } 155 | Popular Tags |