com.dyuproject.demos.todolist.service
Class TodoService

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

public class TodoService
extends AbstractService

Author:
David Yu

Constructor Summary
TodoService()
           
 
Method Summary
 void createByUserId()
           
 void deleteById()
           
 void filter_completed()
           
 void filter_current()
           
 void filter_user_completed()
           
 void filter_user_current()
           
 void form_edit()
           
 void form_new()
           
 void get()
           
 void getById()
           
 void getByUserId()
           
protected  void init()
           
 void updateById()
           
 void verb_complete()
           
 void verb_delete()
           
 void verb_edit()
           
 void verb_new()
           
 
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

TodoService

public TodoService()
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

getByUserId

public void getByUserId()
                 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

createByUserId

public void createByUserId()
                    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_new

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

form_new

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

verb_complete

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

filter_user_completed

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

filter_user_current

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

filter_completed

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

filter_current

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


Copyright © 2013. All Rights Reserved.