|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@RemoteServiceRelativePath(value="asset") public interface AssetService
| Method Summary | |
|---|---|
AssetCommand |
getAssetByNodeId(int nodeId)
Calling this method will return a AssetCommand with contains all
asset data and additional data for GWT asset ui. |
AssetSuggCommand |
getAssetSuggestions()
Calling this method will return an AssetSuggCommand that contains
all suggestions for all FieldSetSuggestBoxes at the GWT asset ui. |
Boolean |
saveOrUpdateAssetByNodeId(int nodeId,
AssetCommand asset)
Calling this method will save or update a OnmsAsset by the given AssetCommand. |
| Method Detail |
|---|
AssetCommand getAssetByNodeId(int nodeId)
throws Exception
AssetCommand with contains all
asset data and additional data for GWT asset ui. If no OnmsNode is found
by given nodeId a exception will occur.
nodeId - related to OnmsNode.
AssetCommand by the given nodeId
Exception - , used asset service can throw all types of exception
AssetSuggCommand getAssetSuggestions()
throws Exception
AssetSuggCommand that contains
all suggestions for all FieldSetSuggestBoxes at the GWT asset ui.
AssetSuggCommand
Exception - , used asset service can throw all types of exception
Boolean saveOrUpdateAssetByNodeId(int nodeId,
AssetCommand asset)
throws Exception
AssetCommand. Problems will be thrown as exceptions.
nodeId - related to OnmsNode.{@link - AssetCommand}
Exception - , used asset service can throw all types of exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||