Constructor and Description |
---|
TsrmTicketerPlugin() |
Modifier and Type | Method and Description |
---|---|
Ticket |
get(String ticketId)
DAO like get method to be implemented by HelpDesk specific
plugin.
|
SHSIMPINCPortType |
getPort() |
void |
saveOrUpdate(Ticket ticket)
DAO like saveOrUpdate method to be implemented by HelpDesk specific
plugin.
|
void |
setPort(SHSIMPINCPortType port) |
public Ticket get(String ticketId) throws PluginException
Plugin
get
in interface Plugin
ticketId
- a String
object.Ticket
object.PluginException
- if any.public void saveOrUpdate(Ticket ticket) throws PluginException
Plugin
saveOrUpdate
in interface Plugin
ticket
- a Ticket
object.PluginException
- if any.public SHSIMPINCPortType getPort()
public void setPort(SHSIMPINCPortType port)
Copyright © 2021. All rights reserved.