Static Public Member Functions | |
static int | getDocument (ArrayList< String > erreurs, LSDDbAdmin admin, long legacy, LSDBusiness lsdb, LSDDbIpPort ipport, HttpServletResponse response, boolean inline, String name) |
static int | getPoolDocument (ArrayList< String > erreurs, LSDDbAdmin admin, long legacy, LSDBusiness lsdb, LSDDbIpPort ipport, HttpServletResponse response, boolean inline, String name) |
static int | getDocument (ArrayList< String > erreurs, LSDDbAdmin admin, long legacy, LSDBusiness lsdb, LSDDbIpPort ipport, HttpServletResponse response) |
static int | getPoolDocument (ArrayList< String > erreurs, LSDDbAdmin admin, long legacy, LSDBusiness lsdb, LSDDbIpPort ipport, HttpServletResponse response) |
static int | getDocumentException (ArrayList< String > erreurs, LSDDbAdmin admin, long legacy, LSDBusiness lsdb, LSDDbIpPort ipport, HttpServletResponse response) throws LSDNoConnexionException, LSDServletOutputStreamException, LSDBadRequestException, LSDInternalException, LSDNotFoundException, LSDUnknownException |
static int | getPoolDocumentException (ArrayList< String > erreurs, LSDDbAdmin admin, long legacy, LSDBusiness lsdb, LSDDbIpPort ipport, HttpServletResponse response) throws LSDNoConnexionException, LSDServletOutputStreamException, LSDBadRequestException, LSDInternalException, LSDNotFoundException, LSDUnknownException |
static void | closeAll () |
Static Public Attributes | |
static final LSDWebClientGetPool | pool = new LSDWebClientGetPool() |
Static Private Member Functions | |
static int | getDocumentInternal (ArrayList< String > erreurs, LSDDbAdmin admin, long legacy, LSDBusiness lsdb, HttpServletResponse response, boolean inline, String name, LSDWebClientGet lcg) |
static int openlsm.web.client.LSMWebGet.getDocument | ( | ArrayList< String > | erreurs, | |
LSDDbAdmin | admin, | |||
long | legacy, | |||
LSDBusiness | lsdb, | |||
LSDDbIpPort | ipport, | |||
HttpServletResponse | response, | |||
boolean | inline, | |||
String | name | |||
) | [static] |
Get the document and returns it to the response
erreurs | is an arrayList of Strings that will contains litteral of errors if any | |
admin | ||
legacy | ||
lsdb | ||
ipport | ||
response | ||
inline | Set to True if the response should be opened inside the Browser (no header, no attachment available) or set Open to False if the response should be opened in the email client. | |
name | Name for the email (without extension) |
static int openlsm.web.client.LSMWebGet.getPoolDocument | ( | ArrayList< String > | erreurs, | |
LSDDbAdmin | admin, | |||
long | legacy, | |||
LSDBusiness | lsdb, | |||
LSDDbIpPort | ipport, | |||
HttpServletResponse | response, | |||
boolean | inline, | |||
String | name | |||
) | [static] |
Get the document and returns it to the response using Pool
erreurs | is an arrayList of Strings that will contains litteral of errors if any | |
admin | ||
legacy | ||
lsdb | ||
ipport | ||
response | ||
inline | Set to True if the response should be opened inside the Browser (no header, no attachment available) or set Open to False if the response should be opened in the email client. | |
name | Name for the email (without extension) |
static int openlsm.web.client.LSMWebGet.getDocumentInternal | ( | ArrayList< String > | erreurs, | |
LSDDbAdmin | admin, | |||
long | legacy, | |||
LSDBusiness | lsdb, | |||
HttpServletResponse | response, | |||
boolean | inline, | |||
String | name, | |||
LSDWebClientGet | lcg | |||
) | [static, private] |
Get the document: internal function
erreurs | ||
admin | ||
legacy | ||
lsdb | ||
response | ||
inline | ||
name | ||
lcg |
static int openlsd.web.appli.LSDWebGet.getDocument | ( | ArrayList< String > | erreurs, | |
LSDDbAdmin | admin, | |||
long | legacy, | |||
LSDBusiness | lsdb, | |||
LSDDbIpPort | ipport, | |||
HttpServletResponse | response | |||
) | [static, inherited] |
Get the document and returns it to the response
erreurs | is an arrayList of Strings that will contains litteral of errors if any | |
admin | ||
legacy | ||
lsdb | ||
ipport | ||
response |
static int openlsd.web.appli.LSDWebGet.getPoolDocument | ( | ArrayList< String > | erreurs, | |
LSDDbAdmin | admin, | |||
long | legacy, | |||
LSDBusiness | lsdb, | |||
LSDDbIpPort | ipport, | |||
HttpServletResponse | response | |||
) | [static, inherited] |
Get the document and returns it to the response using Pool
erreurs | is an arrayList of Strings that will contains litteral of errors if any | |
admin | ||
legacy | ||
lsdb | ||
ipport | ||
response |
static int openlsd.web.appli.LSDWebGet.getDocumentException | ( | ArrayList< String > | erreurs, | |
LSDDbAdmin | admin, | |||
long | legacy, | |||
LSDBusiness | lsdb, | |||
LSDDbIpPort | ipport, | |||
HttpServletResponse | response | |||
) | throws LSDNoConnexionException, LSDServletOutputStreamException, LSDBadRequestException, LSDInternalException, LSDNotFoundException, LSDUnknownException [static, inherited] |
Get the document and returns it to the response
erreurs | is an arrayList of Strings that will contains litteral of errors if any | |
admin | ||
legacy | ||
lsdb | ||
ipport | ||
response |
LSDNoConnexionException | No connection to OpenIDM Server | |
LSDServletOutputStreamException | Bad write to HttpServletResponse | |
LSDBadRequestException | Bad request as data given as argument are erroneous | |
LSDInternalException | Internal IDM error | |
LSDNotFoundException | File not found | |
LSDUnknownException | Unknown error |
static int openlsd.web.appli.LSDWebGet.getPoolDocumentException | ( | ArrayList< String > | erreurs, | |
LSDDbAdmin | admin, | |||
long | legacy, | |||
LSDBusiness | lsdb, | |||
LSDDbIpPort | ipport, | |||
HttpServletResponse | response | |||
) | throws LSDNoConnexionException, LSDServletOutputStreamException, LSDBadRequestException, LSDInternalException, LSDNotFoundException, LSDUnknownException [static, inherited] |
Get the document and returns it to the response using Pool
erreurs | is an arrayList of Strings that will contains litteral of errors if any | |
admin | ||
legacy | ||
lsdb | ||
ipport | ||
response |
LSDNoConnexionException | No connection to OpenIDM Server | |
LSDServletOutputStreamException | Bad write to HttpServletResponse | |
LSDBadRequestException | Bad request as data given as argument are erroneous | |
LSDInternalException | Internal IDM error | |
LSDNotFoundException | File not found | |
LSDUnknownException | Unknown error |
static void openlsd.web.appli.LSDWebGet.closeAll | ( | ) | [static, inherited] |
Close all connection in Pools
final LSDWebClientGetPool openlsd.web.appli.LSDWebGet.pool = new LSDWebClientGetPool() [static, inherited] |
Pool of WebGet Client