@Service @Transactional public class DocumentHelperImpl extends Object implements DocumentHelper
| Constructor and Description |
|---|
DocumentHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeDescription(Long fileId,
String description)
Zmienia opis pliku o id fileId
|
public void changeDescription(Long fileId, String description)
DocumentHelperchangeDescription in interface DocumentHelperfileId - Id plikudescription - Treść nowego opisuCopyright © 2019 Suncode. All rights reserved.