|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.file.FilesDaoJdbc
public class FilesDaoJdbc
Stores files information
Constructor Summary | |
---|---|
FilesDaoJdbc()
|
Method Summary | |
---|---|
void |
add(FilesConfig filesConfig,
ITransaction transaction)
Add the files. |
void |
delete(String filesId,
ITransaction transaction)
Delete the files. |
void |
deleteFilesLists(String filesId,
ITransaction transaction)
Deletes the entries in the FilesList table the has the given filesId. |
FilesConfig |
get(String filesId,
ITransaction transaction)
Get the files. |
void |
update(FilesConfig filesConfig,
ITransaction transaction)
Updates the files. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilesDaoJdbc()
Method Detail |
---|
public FilesConfig get(String filesId, ITransaction transaction) throws PortalException
IFilesDao
get
in interface IFilesDao
DaoException
PortalException
public void add(FilesConfig filesConfig, ITransaction transaction) throws PortalException
IFilesDao
add
in interface IFilesDao
PortalException
public void delete(String filesId, ITransaction transaction) throws PortalException
IFilesDao
delete
in interface IFilesDao
DaoException
PortalException
public void update(FilesConfig filesConfig, ITransaction transaction) throws DaoException, PortalException
IFilesDao
update
in interface IFilesDao
PortalException
DaoException
public void deleteFilesLists(String filesId, ITransaction transaction) throws PortalException
IFilesDao
deleteFilesLists
in interface IFilesDao
filesId
- the files id.transaction
- the transaction for persistence access.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |