@Service @Transactional public class FileAttributeServiceImpl extends Object implements FileAttributeService
Constructor and Description |
---|
FileAttributeServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Integer |
add(Integer fileSwa,
FileAttribute fileAttribute)
add.
|
void |
delete(Integer fileSwa,
Integer fileAttributeId)
delete.
|
FileAttribute |
get(Integer fileSwa,
Integer id)
get.
|
Set<FileAttribute> |
getFileAttributes(Integer fileSwa)
Returns a complete set of attributes for a give File.
|
void |
update(Integer fileSwa,
FileAttribute fileAttribute)
update.
|
public Set<FileAttribute> getFileAttributes(Integer fileSwa)
getFileAttributes
in interface FileAttributeService
fileSwa
- File SeqWare Accession attributes are associated with.public FileAttribute get(Integer fileSwa, Integer id)
get.
get
in interface FileAttributeService
fileSwa
- a Integer
object.id
- a Integer
object.FileAttribute
object.public Integer add(Integer fileSwa, FileAttribute fileAttribute)
add.
add
in interface FileAttributeService
fileSwa
- a Integer
object.fileAttribute
- a FileAttribute
object.Integer
object.public void update(Integer fileSwa, FileAttribute fileAttribute)
update.
update
in interface FileAttributeService
fileSwa
- a Integer
object.fileAttribute
- a FileAttribute
object.Copyright © 2015 SeqWare. All rights reserved.