org.onebusaway.webapp.services
Interface TccParticipantRegistrationService

All Known Implementing Classes:
TccParticipantRegistrationServiceImpl

public interface TccParticipantRegistrationService


Method Summary
 void register(File data)
           
 void register(String data)
           
 UserIndex register(TccParticipantRegistrationBean record)
           
 

Method Detail

register

void register(String data)
              throws IOException
Throws:
IOException

register

void register(File data)
              throws IOException
Throws:
IOException

register

UserIndex register(TccParticipantRegistrationBean record)


Copyright © 2012 OneBusAway. All Rights Reserved.