org.opennms.acl.factory
Class GroupFactoryImpl
java.lang.Object
org.opennms.acl.factory.GroupFactoryImpl
- All Implemented Interfaces:
- GroupFactory
@Service(value="groupFactory")
public class GroupFactoryImpl
- extends Object
- implements GroupFactory
GroupFactoryImpl class.
- Since:
- jdk 1.5.0
- Version:
- $Id: $
- Author:
- Massimiliano Dessì (desmax74@yahoo.it)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupFactoryImpl
public GroupFactoryImpl()
getGroup
public Group getGroup(Integer id)
getGroup
- Specified by:
getGroup in interface GroupFactory
- Parameters:
id - a Integer object.
- Returns:
- a
Group object.
Copyright © 2011. All Rights Reserved.