public interface DirectoryDao extends EditableDao<Directory,Long>
Modifier and Type | Method and Description |
---|---|
Boolean |
directoryWithNameAlreadyExists(Directory directory)
Sprawdza czy w katalogu nadrzędnym/urządzeniu istnieje już katalog o tej samej nazwie
|
List<Directory> |
getDirectoriesForDevice(Long deviceId,
String... joins)
Zwraca katalogi należące do podanego urządzenia
|
delete, merge, save, update
countAll, countByCriteria, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getByField, propertyList
Boolean directoryWithNameAlreadyExists(Directory directory)
directory
- obiekt KataloguCopyright © 2023 Suncode. All rights reserved.