Package | Description |
---|---|
org.ovirt.engine.core.bll | |
org.ovirt.engine.core.common.action | |
org.ovirt.engine.core.dao |
Modifier and Type | Method and Description |
---|---|
protected bookmarks |
BookmarkCommandBase.getBookmark() |
protected bookmarks |
BookmarkOperationCommand.getBookmark() |
Modifier and Type | Method and Description |
---|---|
bookmarks |
BookmarksOperationParameters.getBookmark() |
Constructor and Description |
---|
BookmarksOperationParameters(bookmarks bookmark) |
Modifier and Type | Method and Description |
---|---|
bookmarks |
BookmarkDAO.get(Guid id)
Retrieves the specified bookmark with the supplied id.
|
bookmarks |
BookmarkDAODbFacadeImpl.get(Guid id) |
bookmarks |
BookmarkDAO.getByName(String name)
Retrieves the bookmark with the supplied name.
|
bookmarks |
BookmarkDAODbFacadeImpl.getByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<bookmarks> |
BookmarkDAO.getAll()
Returns all defined bookmarks.
|
List<bookmarks> |
BookmarkDAODbFacadeImpl.getAll() |
Modifier and Type | Method and Description |
---|---|
void |
BookmarkDAO.save(bookmarks bookmark)
Saves the bookmark.
|
void |
BookmarkDAODbFacadeImpl.save(bookmarks bookmark) |
void |
BookmarkDAO.update(bookmarks bookmark)
Updates the bookmark with changes.
|
void |
BookmarkDAODbFacadeImpl.update(bookmarks bookmark) |
Copyright © 2012. All Rights Reserved.