public class OtrsTicketerPlugin extends Object implements Plugin
Constructor and Description |
---|
OtrsTicketerPlugin()
Constructor for OtrsTicketerPlugin.
|
Modifier and Type | Method and Description |
---|---|
Ticket |
get(String ticketId)
DAO like get method to be implemented by HelpDesk specific
plugin.
|
String |
getEndpoint()
getEndpoint
|
void |
saveOrUpdate(Ticket newTicket)
DAO like saveOrUpdate method to be implemented by HelpDesk specific
plugin.
|
void |
setEndpoint(String endpoint)
setEndpoint
|
public OtrsTicketerPlugin()
Constructor for OtrsTicketerPlugin.
public Ticket get(String ticketId) throws PluginException
get
in interface Plugin
ticketId
- a String
object.Ticket
object.PluginException
- if any.public void saveOrUpdate(Ticket newTicket) throws PluginException
saveOrUpdate
in interface Plugin
newTicket
- a Ticket
object.PluginException
- if any.Copyright © 2021. All rights reserved.