public class CalendarDynamicInformationGenerator extends AbstractInternalDynamicInformationGenerator
| Modifier and Type | Field and Description |
|---|---|
private static int |
__DEFAULT_MAX_DAYS |
protected MessagingConnector |
_messagingConnector
The messagingConnector component
|
_currentUserProvider, DYNAMIC_INFORMATION, ITEM, ITEM_FOOTER, ITEM_SUMMARY, ITEM_TITLE, LONG_VALUE, SHORT_VALUE, TOOLTIPmanagerobjectModel, parameters, resolver, sourcecontentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer| Constructor and Description |
|---|
CalendarDynamicInformationGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMaxDays()
Get the max days for search
|
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, saxItem, saxItemdisposerecycle, setupsetConsumer, setContentHandler, setLexicalHandlerenableLogging, getLogger, setupLogger, setupLogger, setupLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetConsumerprivate static final int __DEFAULT_MAX_DAYS
protected MessagingConnector _messagingConnector
public CalendarDynamicInformationGenerator()
public void service(ServiceManager serviceManager) throws ServiceException
service in interface Serviceableservice in class AbstractInternalDynamicInformationGeneratorServiceExceptionprotected void saxShortValue() throws SAXException
AbstractInternalDynamicInformationGeneratorsaxShortValue in class AbstractInternalDynamicInformationGeneratorSAXException - If a SAXException error occursprotected void saxLongValue() throws SAXException
AbstractInternalDynamicInformationGeneratorsaxLongValue in class AbstractInternalDynamicInformationGeneratorSAXException - If a error occurs while saxingprotected void saxTooltips() throws SAXException
AbstractInternalDynamicInformationGeneratorsaxTooltips in class AbstractInternalDynamicInformationGeneratorSAXException - If a error occurs while saxingprotected int getMaxDays()