Package com.salas.bb.reports.actions

Examples of com.salas.bb.reports.actions.DeleteGuide


    {
        Map<String, Action> actions = new Hashtable<String, Action>();

        actions.put(ACTION_MARK_AS_READ, MarkAsRead.createForGuide(guide, true));
        actions.put(ACTION_MARK_AS_UNREAD, MarkAsRead.createForGuide(guide, false));
        actions.put(ACTION_DELETE, new DeleteGuide(guide));

        return actions;
    }
View Full Code Here

TOP

Related Classes of com.salas.bb.reports.actions.DeleteGuide

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.