Package com.dotmarketing.portlets.calendar.business

Examples of com.dotmarketing.portlets.calendar.business.EventAPI


     * Parent recurrence of the event
     */


    public Event() throws DotDataException {
      EventAPI eventAPI = APILocator.getEventAPI();
      setStructureInode(eventAPI.getEventStructure().getInode());
    }
View Full Code Here

TOP

Related Classes of com.dotmarketing.portlets.calendar.business.EventAPI

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.