Package de.xima.fc.servlet.handler
Class MandantFrontendServerServletHandler
- java.lang.Object
-
- de.xima.fc.servlet.handler.AbstractServletHandler<T>
-
- de.xima.fc.servlet.handler.GeneralServletHandler<MandantFrontendServer>
-
- de.xima.fc.servlet.handler.MandantFrontendServerServletHandler
-
- All Implemented Interfaces:
IBasisServletAction,IMandantFrontendServerServletHandler
@Deprecated public class MandantFrontendServerServletHandler extends GeneralServletHandler<MandantFrontendServer> implements IMandantFrontendServerServletHandler
Deprecated.This is part of the old rest API. Use the new API when it becomes available.- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
-
Fields inherited from class de.xima.fc.servlet.handler.AbstractServletHandler
entity, entityClass, locale, LOG, uc
-
-
Constructor Summary
Constructors Constructor Description MandantFrontendServerServletHandler()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidconnect(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Deprecated.voidpost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Deprecated.Führt das Anlegen einer Entität durch.voidput(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Deprecated.Führt das Aktualiseren einer Entität durch.voidtestConnection(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Deprecated.-
Methods inherited from class de.xima.fc.servlet.handler.GeneralServletHandler
delete, error, get
-
Methods inherited from class de.xima.fc.servlet.handler.AbstractServletHandler
appendMandantFilter, getCurrBenutzer, getCurrMandant, getEntity, handleCreate, handleDelete, handleReadById, handleReadList, handleReadList, handleUpdate, init, response
-
-
-
-
Method Detail
-
post
public void post(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOExceptionDeprecated.Description copied from interface:IBasisServletActionFührt das Anlegen einer Entität durch. Hierbei werden die Daten als JSON übergeben.- Specified by:
postin interfaceIBasisServletAction- Overrides:
postin classGeneralServletHandler<MandantFrontendServer>- Throws:
IOException
-
testConnection
public void testConnection(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException, HandledServletExceptionDeprecated.- Specified by:
testConnectionin interfaceIMandantFrontendServerServletHandler- Throws:
IOExceptionHandledServletException
-
connect
public void connect(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOExceptionDeprecated.- Specified by:
connectin interfaceIMandantFrontendServerServletHandler- Throws:
IOException
-
put
public void put(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOExceptionDeprecated.Description copied from interface:IBasisServletActionFührt das Aktualiseren einer Entität durch. Hierbei wird eine ID und die Daten als JSON übergeben.- Specified by:
putin interfaceIBasisServletAction- Overrides:
putin classGeneralServletHandler<MandantFrontendServer>- Throws:
IOException
-
-