logdog.Setting.Communicator
Class SystemSetting

java.lang.Object
  extended by logdog.Setting.Communicator.SystemSetting

public class SystemSetting
extends java.lang.Object

시스템 셋팅에 관련된 Commu 객체이다.

Since:
2012. 11. 19.오전 8:07:31 TODO
Author:
Karuana

Field Summary
(package private)  javax.ws.rs.core.UriInfo uriInfo
          Uri 정보를 얻어오기 위한 클래스
 
Constructor Summary
SystemSetting()
           
 
Method Summary
 javax.ws.rs.core.Response addUser(java.lang.String UserInfo, javax.servlet.http.HttpServletResponse servletResponse)
          새로운 개발자를 추가한다.
 javax.ws.rs.core.Response changeLog(java.lang.String Log, javax.servlet.http.HttpServletResponse servletResponse)
          로그 셋팅 정보를 변경해주는 커뮤니케이션
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uriInfo

@Context
javax.ws.rs.core.UriInfo uriInfo
Uri 정보를 얻어오기 위한 클래스

Constructor Detail

SystemSetting

public SystemSetting()
Method Detail

changeLog

public javax.ws.rs.core.Response changeLog(java.lang.String Log,
                                           @Context
                                           javax.servlet.http.HttpServletResponse servletResponse)
                                    throws java.io.IOException
로그 셋팅 정보를 변경해주는 커뮤니케이션

Parameters:
Log -
servletResponse -
Returns:
Throws:
java.io.IOException
Since:
2012. 11. 19.오전 8:08:05 TODO

addUser

public javax.ws.rs.core.Response addUser(java.lang.String UserInfo,
                                         @Context
                                         javax.servlet.http.HttpServletResponse servletResponse)
                                  throws java.io.IOException
새로운 개발자를 추가한다.

Parameters:
UserInfo -
servletResponse -
Returns:
Throws:
java.io.IOException
Since:
2012. 11. 19.오전 8:09:46 TODO