Constructor and Description |
---|
FilesDaoJdbc() |
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.
|
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
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.