Class HelpDeskTreeNode
java.lang.Object
ru.bitel.bgbilling.plugins.helpdesk.server.bean.HelpDeskTreeNode
- All Implemented Interfaces:
ru.bitel.bgbilling.kernel.contract.plugin.PluginTreeNodeInterface
public class HelpDeskTreeNode
extends java.lang.Object
implements ru.bitel.bgbilling.kernel.contract.plugin.PluginTreeNodeInterface
-
Constructor Summary
Constructors Constructor Description HelpDeskTreeNode()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
HelpDeskTreeNode
public HelpDeskTreeNode()
-
-
Method Details
-
getTitle
public java.lang.String getTitle(ru.bitel.bgbilling.kernel.container.managed.ServerContext context, int cid) throws ru.bitel.bgbilling.common.BGException- Specified by:
getTitle
in interfaceru.bitel.bgbilling.kernel.contract.plugin.PluginTreeNodeInterface
- Throws:
ru.bitel.bgbilling.common.BGException
-
getValue
public java.lang.String getValue(ru.bitel.bgbilling.kernel.container.managed.ServerContext context, int cid) throws ru.bitel.bgbilling.common.BGException- Specified by:
getValue
in interfaceru.bitel.bgbilling.kernel.contract.plugin.PluginTreeNodeInterface
- Throws:
ru.bitel.bgbilling.common.BGException
-