|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.entitymanager.impl.AbstractEntityManager<GroupShare>
com.pmease.quickbuild.entitymanager.impl.DefaultGroupShareManager
public class DefaultGroupShareManager
Field Summary |
---|
Fields inherited from interface com.pmease.quickbuild.entitymanager.GroupShareManager |
---|
instance |
Constructor Summary | |
---|---|
DefaultGroupShareManager()
|
Method Summary | |
---|---|
void |
delete(GroupShare share)
delete specified entity. |
java.util.Collection<GroupShare> |
getGroupShares(Group group)
|
void |
save(GroupShare share)
create new entry in database if identifier of specified identity is null, or update existing entity into database if the identifier is not null. |
void |
share(Dashboard dashboard,
java.util.Collection<Group> groups)
|
Methods inherited from class com.pmease.quickbuild.entitymanager.impl.AbstractEntityManager |
---|
count, count, countEntities, get, getAll, getAll, getSession, load, search, searchEntities, searchEntityIds, searchIds |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.pmease.quickbuild.entitymanager.EntityManager |
---|
count, count, get, getAll, getAll, load, search, searchIds |
Constructor Detail |
---|
public DefaultGroupShareManager()
Method Detail |
---|
public void delete(GroupShare share)
AbstractEntityManager
delete
in interface EntityManager<GroupShare>
delete
in class AbstractEntityManager<GroupShare>
public void save(GroupShare share)
AbstractEntityManager
save
in interface EntityManager<GroupShare>
save
in class AbstractEntityManager<GroupShare>
public void share(Dashboard dashboard, java.util.Collection<Group> groups)
share
in interface GroupShareManager
public java.util.Collection<GroupShare> getGroupShares(Group group)
getGroupShares
in interface GroupShareManager
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |