com.dyuproject.demos.todolist.service
Class UserService

java.lang.Object
  extended by com.dyuproject.web.rest.service.AbstractService
      extended by com.dyuproject.demos.todolist.service.UserService
All Implemented Interfaces:
Service

public class UserService
extends AbstractService

Author:
David Yu

Constructor Summary
UserService()
           
 
Method Summary
 void create()
           
 void deleteById()
           
 void form_create()
           
 void form_edit()
           
 void get()
           
 void getById()
           
protected  void init()
           
 void updateById()
           
 void verb_change_password()
           
 void verb_create()
           
 void verb_delete()
           
 void verb_edit()
           
 
Methods inherited from class com.dyuproject.web.rest.service.AbstractService
destroy, destroy, getWebContext, init, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserService

public UserService()
Method Detail

init

protected void init()
Specified by:
init in class AbstractService

get

public void get()
         throws IOException,
                ServletException
Throws:
IOException
ServletException

getById

public void getById()
             throws IOException,
                    ServletException
Throws:
IOException
ServletException

deleteById

public void deleteById()
                throws IOException,
                       ServletException
Throws:
IOException
ServletException

updateById

public void updateById()
                throws IOException,
                       ServletException
Throws:
IOException
ServletException

create

public void create()
            throws IOException,
                   ServletException
Throws:
IOException
ServletException

verb_delete

public void verb_delete()
                 throws IOException,
                        ServletException
Throws:
IOException
ServletException

verb_edit

public void verb_edit()
               throws IOException,
                      ServletException
Throws:
IOException
ServletException

form_edit

public void form_edit()
               throws IOException,
                      ServletException
Throws:
IOException
ServletException

verb_create

public void verb_create()
                 throws IOException,
                        ServletException
Throws:
IOException
ServletException

form_create

public void form_create()
                 throws IOException,
                        ServletException
Throws:
IOException
ServletException

verb_change_password

public void verb_change_password()
                          throws IOException,
                                 ServletException
Throws:
IOException
ServletException


Copyright © 2013. All Rights Reserved.