|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFilesDao
Interface for files persistance
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. |
Method Detail |
---|
void add(FilesConfig filesConfig, ITransaction transaction) throws PortalException
fileConfig
- transaction
-
PortalException
FilesConfig get(String filesId, ITransaction transaction) throws PortalException
fileId
- transaction
-
DaoException
PortalException
void delete(String filesId, ITransaction transaction) throws PortalException
fileId
- transaction
-
DaoException
PortalException
void update(FilesConfig filesConfig, ITransaction transaction) throws PortalException
fileConfig
- transaction
-
PortalException
void deleteFilesLists(String filesId, ITransaction transaction) throws PortalException
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 |