org.onebusaway.webapp.impl
Class TccParticipantRegistrationServiceImpl

java.lang.Object
  extended by org.onebusaway.webapp.impl.TccParticipantRegistrationServiceImpl
All Implemented Interfaces:
TccParticipantRegistrationService

@Component
public class TccParticipantRegistrationServiceImpl
extends Object
implements TccParticipantRegistrationService


Constructor Summary
TccParticipantRegistrationServiceImpl()
           
 
Method Summary
 void register(File data)
           
 void register(String data)
           
 UserIndex register(TccParticipantRegistrationBean record)
           
 void setUserService(UserService userService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TccParticipantRegistrationServiceImpl

public TccParticipantRegistrationServiceImpl()
Method Detail

setUserService

public void setUserService(UserService userService)

register

public void register(String data)
              throws IOException
Specified by:
register in interface TccParticipantRegistrationService
Throws:
IOException

register

public void register(File data)
              throws IOException
Specified by:
register in interface TccParticipantRegistrationService
Throws:
IOException

register

public UserIndex register(TccParticipantRegistrationBean record)
Specified by:
register in interface TccParticipantRegistrationService


Copyright © 2012 OneBusAway. All Rights Reserved.