Changeset 591


Ignore:
Timestamp:
03/25/11 18:57:48 (2 years ago)
Author:
philsmart
Message:
 
Location:
raptor-serviceinterfaces/trunk/src/main/java/uk/ac/cardiff/sei
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • raptor-serviceinterfaces/trunk/src/main/java/uk/ac/cardiff/sei/MultiUnitAggregator.java

    r487 r591  
    77 
    88import 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; 
    119 
    1210import uk.ac.cardiff.model.AdministrativeFunction; 
     
    4442        public AggregatorGraphModel updateAndInvokeStatisticalUnit(StatisticalUnitInformation statisticalUnitInformation) throws SoapFault; 
    4543 
    46         public MessageType getExampleSDMX(); 
    47  
    4844        public boolean performAdministrativeFunction(AdministrativeFunction function) throws SoapFault; 
    4945 
  • raptor-serviceinterfaces/trunk/src/main/java/uk/ac/cardiff/sei/UnitAggregator.java

    r460 r591  
    2121import javax.jws.WebService; 
    2222 
    23 import uk.ac.cardiff.model.Entry; 
     23import uk.ac.cardiff.model.Event; 
    2424import uk.ac.cardiff.model.ShibbolethEntry; 
    2525import uk.ac.cardiff.model.wsmodel.ICAEntryPush; 
     
    3434 
    3535        String getVersion(); 
    36         Set<Entry> getAllAuthentications(); 
     36        Set<Event> getAllAuthentications(); 
    3737        void addAuthentications(ICAEntryPush pushed); 
    3838 
Note: See TracChangeset for help on using the changeset viewer.