|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.modules.pdfproducerarchive.utils.FilesUtils
public final class FilesUtils
FilesUtils
Method Summary | |
---|---|
static String |
builNamePathBasket(int nIdAdminUser,
int nIdDirectory)
build path name to generate files |
static void |
cleanTemporyZipDirectory(String strTempDirectory)
method to clean a specific repository |
static void |
createTemporyZipDirectory(String strPath)
method to create a specific repository |
static void |
getAllFilesRecorded(fr.paris.lutece.portal.business.user.AdminUser adminUser,
String strTempDirectoryExtract,
List<Integer> listIdEntryConfig,
int nIdRecord)
Thie method get all recorded files |
static void |
getAllFilesRecorded(javax.servlet.http.HttpServletRequest request,
String strTempDirectoryExtract,
List<Integer> listIdEntryConfig,
int nIdRecord)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void cleanTemporyZipDirectory(String strTempDirectory)
strTempDirectory
- name of repositorypublic static void createTemporyZipDirectory(String strPath)
strPath
- repository path@Deprecated public static void getAllFilesRecorded(javax.servlet.http.HttpServletRequest request, String strTempDirectoryExtract, List<Integer> listIdEntryConfig, int nIdRecord)
request
- requeststrTempDirectoryExtract
- the temporary directory for extractionlistIdEntryConfig
- config list of id entrynIdRecord
- the id recordpublic static void getAllFilesRecorded(fr.paris.lutece.portal.business.user.AdminUser adminUser, String strTempDirectoryExtract, List<Integer> listIdEntryConfig, int nIdRecord)
adminUser
- The adminUserlocale
- The localestrTempDirectoryExtract
- the temporary directory for extractionlistIdEntryConfig
- config list of id entrynIdRecord
- the id recordpublic static String builNamePathBasket(int nIdAdminUser, int nIdDirectory)
nIdAdminUser
- id admin usernIdDirectory
- id directory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |