|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.compiere.www.WValuePreference
public class WValuePreference
HTML Process and Report UI
| Field Summary | |
|---|---|
protected CLogger |
log
Logger |
| Constructor Summary | |
|---|---|
WValuePreference()
|
|
| Method Summary | |
|---|---|
String |
delete(Boolean m_Client,
Boolean m_User,
Boolean m_Window,
Boolean m_Org)
Delete Preference |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Process the HTTP Get request. |
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Process the HTTP Post request. |
org.apache.ecs.xhtml.td |
getLabel(String mLabel)
Get the field Label |
void |
init(ServletConfig config)
Initialize global variables |
String |
insert(Boolean m_Client,
Boolean m_User,
Boolean m_Window,
Boolean m_Org)
Save to Disk |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CLogger log
| Constructor Detail |
|---|
public WValuePreference()
| Method Detail |
|---|
public void init(ServletConfig config)
throws ServletException
init in interface Servletinit in class GenericServletconfig -
ServletException
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
doGet in class HttpServletrequest - response -
ServletException
IOException
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
doPost in class HttpServletrequest - response -
ServletException
IOExceptionpublic org.apache.ecs.xhtml.td getLabel(String mLabel)
public String delete(Boolean m_Client,
Boolean m_User,
Boolean m_Window,
Boolean m_Org)
public String insert(Boolean m_Client,
Boolean m_User,
Boolean m_Window,
Boolean m_Org)
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||