Examples of BookmarkPopulator


Examples of org.eurekastreams.web.client.ui.common.stream.decorators.object.BookmarkPopulator

     * Gets the populator.
     * @return the populator.
     */
    public ActivityDTOPopulatorStrategy getPopulator()
    {
        BookmarkPopulator bookmarkDecorator = new BookmarkPopulator();
        bookmarkDecorator.setLinkInformation(linkInformation);
        return bookmarkDecorator;
    }
View Full Code Here

Examples of org.eurekastreams.web.client.ui.common.stream.decorators.object.BookmarkPopulator

                if (messageText.equals(defaultText))
                {
                    messageText = "";
                }

                BookmarkPopulator objectStrat = new BookmarkPopulator();
                objectStrat.setLinkInformation(link);
                ActivityDTO activity = activityPopulator.getActivityDTO(messageText, recipientType,
                        scope.getUniqueKey(), new PostPopulator(), objectStrat);
                PostActivityRequest postRequest = new PostActivityRequest(activity);

                ActivityModel.getInstance().insert(postRequest);
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.