at.ac.tuwien.vitalab.hrcrm.pdf.party
Class PartyPdfController

java.lang.Object
  extended by at.ac.tuwien.vitalab.hrcrm.pdf.party.PartyPdfController

public class PartyPdfController
extends java.lang.Object


Constructor Summary
PartyPdfController()
           
 
Method Summary
 ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response)
          
 void setPartyService(PartyService partyService)
          Write access to private field.
 void setView(View view)
          Write access to private field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartyPdfController

public PartyPdfController()
Method Detail

handleRequest

public ModelAndView handleRequest(HttpServletRequest request,
                                  HttpServletResponse response)
                           throws java.lang.Exception

Throws:
java.lang.Exception

setPartyService

public void setPartyService(PartyService partyService)
Write access to private field.

Parameters:
partyService - The partyService to set.

setView

public void setView(View view)
Write access to private field.

Parameters:
view - The view to set.


Copyright © 2008 null. All Rights Reserved.