public interface IFilesDao
Modifier and Type | Method and Description |
---|---|
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.
|
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
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.