public class AlbumFacade extends Object
| Constructor and Description |
|---|
AlbumFacade() |
| Modifier and Type | Method and Description |
|---|---|
void |
crie(Integer idUnidade,
Integer idCobertura,
List<Integer> categorias,
String nome,
String descricao,
List<File> fotos,
String legenda,
Boolean publica,
Integer destaque,
String palavraChave,
String resumo,
Date dataDia,
Date dataHora,
String local,
EnderecoTO endereco,
String latitude,
String longitude,
List<FotoPessoaTO> pessoas,
String autor,
String licenca,
String copyright,
String fonte,
String producao,
String iluminacao,
String maquiagem,
String posProducao,
String obs,
RequestVO request) |
Integer |
edite(Integer id,
List<Integer> categorias,
String nome,
String descricao,
List<File> fotos,
String legenda,
Boolean publica,
Integer destaque,
String palavraChave,
String resumo,
Date dataDia,
Date dataHora,
String local,
EnderecoTO endereco,
String latitude,
String longitude,
List<FotoPessoaTO> pessoas,
String autor,
String licenca,
String copyright,
String fonte,
String producao,
String iluminacao,
String maquiagem,
String posProducao,
String obs,
RequestVO request) |
void |
notifiqueSolicitante(Connection conn,
Integer idAlbum,
RequestVO request) |
AlbumNovoTO |
novo(Integer idCobertura,
Integer idCategoria,
RequestVO request) |
AlbumConsultaTO |
obtenha(Integer id,
RequestVO request) |
List<AlbumEditorTO> |
obtenhaListaEditor(Integer idUnidade,
RequestVO request) |
AlbumServicoTO |
obtenhaServico(Integer id,
RequestVO request) |
AlbumFotosServicoTO |
obtenhaServicoFotos(Integer id,
RequestVO request) |
Integer |
remova(Integer id,
RequestVO request) |
public AlbumNovoTO novo(Integer idCobertura, Integer idCategoria, RequestVO request) throws DataAccessException
DataAccessExceptionpublic void crie(Integer idUnidade, Integer idCobertura, List<Integer> categorias, String nome, String descricao, List<File> fotos, String legenda, Boolean publica, Integer destaque, String palavraChave, String resumo, Date dataDia, Date dataHora, String local, EnderecoTO endereco, String latitude, String longitude, List<FotoPessoaTO> pessoas, String autor, String licenca, String copyright, String fonte, String producao, String iluminacao, String maquiagem, String posProducao, String obs, RequestVO request) throws DataAccessException
DataAccessExceptionpublic Integer edite(Integer id, List<Integer> categorias, String nome, String descricao, List<File> fotos, String legenda, Boolean publica, Integer destaque, String palavraChave, String resumo, Date dataDia, Date dataHora, String local, EnderecoTO endereco, String latitude, String longitude, List<FotoPessoaTO> pessoas, String autor, String licenca, String copyright, String fonte, String producao, String iluminacao, String maquiagem, String posProducao, String obs, RequestVO request) throws DataAccessException
DataAccessExceptionpublic void notifiqueSolicitante(Connection conn, Integer idAlbum, RequestVO request) throws SQLException, DataAccessException
SQLExceptionDataAccessExceptionpublic AlbumConsultaTO obtenha(Integer id, RequestVO request) throws DataAccessException
DataAccessExceptionpublic List<AlbumEditorTO> obtenhaListaEditor(Integer idUnidade, RequestVO request) throws DataAccessException
DataAccessExceptionpublic AlbumFotosServicoTO obtenhaServicoFotos(Integer id, RequestVO request) throws DataAccessException
DataAccessExceptionpublic Integer remova(Integer id, RequestVO request) throws DataAccessException
DataAccessExceptionpublic AlbumServicoTO obtenhaServico(Integer id, RequestVO request) throws DataAccessException
DataAccessExceptionCopyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.