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.
instance
static final GroupShareManager instance
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.