@Service @Transactional public class UserGroupServiceImpl extends Object implements UserGroupService
Constructor and Description |
---|
UserGroupServiceImpl() |
public void save(Long userId, Long groupId)
save
in interface UserGroupService
public Long getCount(Long userId, Long groupId)
getCount
in interface UserGroupService
public boolean isMember(Long userId, Long groupId)
isMember
in interface UserGroupService
Copyright © 2014–2015 Alfresco. All rights reserved.