Package org.projectforge.plugins.teamcal.integration

Examples of org.projectforge.plugins.teamcal.integration.TeamcalTimesheetPluginComponentHook


    // All the i18n stuff:
    addResourceBundle(RESOURCE_BUNDLE_NAME);

    CalendarFeed.registerFeedHook(new TeamCalCalendarFeedHook());

    TimesheetEditPage.addPluginHook(new TeamcalTimesheetPluginComponentHook());

    RestCallRegistry.getInstance().register(TeamCalDaoRest.class).register(TeamEventDaoRest.class);

    TeamCalSubscriptionJob.setTeamCalDao(teamCalDao);
  }
View Full Code Here

TOP

Related Classes of org.projectforge.plugins.teamcal.integration.TeamcalTimesheetPluginComponentHook

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.