Uses of Class
no.priv.bang.oldalbum.services.bean.AlbumEntry
-
Packages that use AlbumEntry Package Description no.priv.bang.oldalbum.services -
-
Uses of AlbumEntry in no.priv.bang.oldalbum.services
Methods in no.priv.bang.oldalbum.services that return AlbumEntry Modifier and Type Method Description AlbumEntryOldAlbumService. getAlbumEntryFromPath(String path)Methods in no.priv.bang.oldalbum.services that return types with arguments of type AlbumEntry Modifier and Type Method Description List<AlbumEntry>OldAlbumService. addEntry(AlbumEntry addedEntry)List<AlbumEntry>OldAlbumService. deleteEntry(AlbumEntry deletedEntry)List<AlbumEntry>OldAlbumService. fetchAllRoutes()List<AlbumEntry>OldAlbumService. getChildren(int parent)List<AlbumEntry>OldAlbumService. moveEntryDown(AlbumEntry movedEntry)List<AlbumEntry>OldAlbumService. moveEntryUp(AlbumEntry movedEntry)List<AlbumEntry>OldAlbumService. updateEntry(AlbumEntry modifiedEntry)Methods in no.priv.bang.oldalbum.services with parameters of type AlbumEntry Modifier and Type Method Description List<AlbumEntry>OldAlbumService. addEntry(AlbumEntry addedEntry)List<AlbumEntry>OldAlbumService. deleteEntry(AlbumEntry deletedEntry)List<AlbumEntry>OldAlbumService. moveEntryDown(AlbumEntry movedEntry)List<AlbumEntry>OldAlbumService. moveEntryUp(AlbumEntry movedEntry)List<AlbumEntry>OldAlbumService. updateEntry(AlbumEntry modifiedEntry)
-