Examples of BlogCategory


Examples of org.focusns.model.blog.BlogCategory

        this.projectUserDao = projectUserDao;
    }

    @Event(on = "CREATE_BLOG_CATEGORY", point = Event.Point.AFTER)
    public void afterCreateBlogCategory(EventContext eventContext) {
        BlogCategory blogCategory = (BlogCategory) eventContext.getArguments()[0];

    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.