com.pmease.quickbuild.entitymanager
Interface GroupShareManager

All Superinterfaces:
EntityManager<GroupShare>
All Known Implementing Classes:
DefaultGroupShareManager

public interface GroupShareManager
extends EntityManager<GroupShare>

This interface provides dashboard sharing with group management functionalities.


Field Summary
static GroupShareManager instance
           
 
Method Summary
 java.util.Collection<GroupShare> getGroupShares(Group group)
           
 void share(Dashboard dashboard, java.util.Collection<Group> groups)
           
 
Methods inherited from interface com.pmease.quickbuild.entitymanager.EntityManager
count, count, delete, get, getAll, getAll, load, save, search, searchIds
 

Field Detail

instance

static final GroupShareManager instance
Method Detail

share

void share(Dashboard dashboard,
           java.util.Collection<Group> groups)

getGroupShares

java.util.Collection<GroupShare> getGroupShares(Group group)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.