public class TicketsDynamicInformationGenerator extends AbstractInternalDynamicInformationGenerator
Modifier and Type | Field and Description |
---|---|
private TicketGlpiManager |
_ticketGlpiManager
The ticket glpi component
|
_currentUserProvider, DYNAMIC_INFORMATION, ERROR, ERROR_ATTRIBUTE_TYPE, ITEM, ITEM_FOOTER, ITEM_SUMMARY, ITEM_TITLE, LONG_VALUE, SHORT_VALUE, TOOLTIP
manager
objectModel, parameters, resolver, source
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer
Constructor and Description |
---|
TicketsDynamicInformationGenerator() |
Modifier and Type | Method and Description |
---|---|
protected void |
saxLongValue()
Create a long value node.
|
protected void |
saxShortValue()
Create a short value node.
|
protected void |
saxTooltips()
Create a tooltip node.
|
void |
service(ServiceManager serviceManager) |
generate, getCurrentLanguage, getCurrentUser, getMaxItems, saxError, saxItem, saxItem
dispose
recycle, setup
setConsumer, setContentHandler, setLexicalHandler
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setConsumer
private TicketGlpiManager _ticketGlpiManager
public TicketsDynamicInformationGenerator()
public void service(ServiceManager serviceManager) throws ServiceException
service
in interface Serviceable
service
in class AbstractInternalDynamicInformationGenerator
ServiceException
protected void saxShortValue() throws SAXException
AbstractInternalDynamicInformationGenerator
saxShortValue
in class AbstractInternalDynamicInformationGenerator
SAXException
- If a SAXException error occursprotected void saxLongValue() throws SAXException
AbstractInternalDynamicInformationGenerator
saxLongValue
in class AbstractInternalDynamicInformationGenerator
SAXException
- If a error occurs while saxingprotected void saxTooltips() throws SAXException
AbstractInternalDynamicInformationGenerator
saxTooltips
in class AbstractInternalDynamicInformationGenerator
SAXException
- If a error occurs while saxing