Examples of CampaignPublicSummary


Examples of net.cloudcodex.server.data.home.CampaignPublicSummary

        // FIXME Houston, we have a problem
        continue;
      }

      // ... and complete it.
      final CampaignPublicSummary campaignSummary = new CampaignPublicSummary();
      campaignSummary.setCampaign(campaign);
      campaignSummary.setNotifications(getNotifications(context, campaign.getKey()));
      campaignSummary.setMaster(dao.readUser(context, campaign.getMaster()));
     
      // Search the notifications. may be null.
      final List<Notification> notifications = getNotifications(context, key);
     
      final CharacterSummary summary = new CharacterSummary();
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.