|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.sail.core.service.impl.UserServiceImpl
public class UserServiceImpl
Constructor Summary | |
---|---|
UserServiceImpl()
|
Method Summary | |
---|---|
java.util.Collection<User> |
getParticipants()
Collection of users that are currently active |
User |
getUser(UserUuid userUuid)
Translation from sail user id to a User object |
UserLookupService |
getUserLookupService()
|
IAgent |
getWorkgroupAgent()
This is a helper method because this object has all the ids needed to make the workgroup agent. |
java.lang.String |
getWorkgroupSDSId()
|
AgentUuid |
getWorkgroupUuid()
|
void |
initializeBundle(ServiceContext serviceContext)
Initializes the services that this bundle provides |
void |
registerServices(ServiceContext serviceContext)
Register a UserService |
void |
setUserLookupService(UserLookupService userLookup)
|
void |
setWorkgroupSDSId(java.lang.String id)
|
void |
setWorkgroupUuid(AgentUuid id)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserServiceImpl()
Method Detail |
---|
public void setUserLookupService(UserLookupService userLookup)
public UserLookupService getUserLookupService()
public java.util.Collection<User> getParticipants()
UserService
getParticipants
in interface UserService
public AgentUuid getWorkgroupUuid()
public void setWorkgroupUuid(AgentUuid id)
public java.lang.String getWorkgroupSDSId()
public void setWorkgroupSDSId(java.lang.String id)
public IAgent getWorkgroupAgent()
public User getUser(UserUuid userUuid)
UserService
getUser
in interface UserService
public void registerServices(ServiceContext serviceContext)
registerServices
in interface Bundle
- public void initializeBundle(ServiceContext serviceContext)
Bundle
initializeBundle
in interface Bundle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |