Liferay 7.0-ce-b4

com.liferay.portal.security.permission
Class UserBagFactoryImpl

java.lang.Object
  extended by com.liferay.portal.security.permission.UserBagFactoryImpl
All Implemented Interfaces:
UserBagFactory

public class UserBagFactoryImpl
extends Object
implements UserBagFactory


Constructor Summary
UserBagFactoryImpl()
           
 
Method Summary
 UserBag create(long userId)
           
protected  Collection<Organization> getUserOrgs(long userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserBagFactoryImpl

public UserBagFactoryImpl()
Method Detail

create

public UserBag create(long userId)
               throws PortalException
Specified by:
create in interface UserBagFactory
Throws:
PortalException

getUserOrgs

protected Collection<Organization> getUserOrgs(long userId)
                                        throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4