Changeset 591
- Timestamp:
- 03/25/11 18:57:48 (2 years ago)
- Location:
- raptor-serviceinterfaces/trunk/src/main/java/uk/ac/cardiff/sei
- Files:
-
- 1 deleted
- 2 edited
-
Collector.java (deleted)
-
MultiUnitAggregator.java (modified) (2 diffs)
-
UnitAggregator.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
raptor-serviceinterfaces/trunk/src/main/java/uk/ac/cardiff/sei/MultiUnitAggregator.java
r487 r591 7 7 8 8 import org.apache.cxf.binding.soap.SoapFault; 9 import org.sdmx.resources.sdmxml.schemas.v2_0.message.CompactDataType;10 import org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType;11 9 12 10 import uk.ac.cardiff.model.AdministrativeFunction; … … 44 42 public AggregatorGraphModel updateAndInvokeStatisticalUnit(StatisticalUnitInformation statisticalUnitInformation) throws SoapFault; 45 43 46 public MessageType getExampleSDMX();47 48 44 public boolean performAdministrativeFunction(AdministrativeFunction function) throws SoapFault; 49 45 -
raptor-serviceinterfaces/trunk/src/main/java/uk/ac/cardiff/sei/UnitAggregator.java
r460 r591 21 21 import javax.jws.WebService; 22 22 23 import uk.ac.cardiff.model.E ntry;23 import uk.ac.cardiff.model.Event; 24 24 import uk.ac.cardiff.model.ShibbolethEntry; 25 25 import uk.ac.cardiff.model.wsmodel.ICAEntryPush; … … 34 34 35 35 String getVersion(); 36 Set<E ntry> getAllAuthentications();36 Set<Event> getAllAuthentications(); 37 37 void addAuthentications(ICAEntryPush pushed); 38 38
Note: See TracChangeset
for help on using the changeset viewer.
