Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.security.permission
Class UserBagFactoryImpl

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

public class UserBagFactoryImpl
extends Object
implements com.liferay.portal.kernel.security.permission.UserBagFactory


Constructor Summary
UserBagFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.security.permission.UserBag create(long userId)
           
protected  Collection<com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.security.permission.UserBag create(long userId)
                                                             throws com.liferay.portal.kernel.exception.PortalException
Specified by:
create in interface com.liferay.portal.kernel.security.permission.UserBagFactory
Throws:
com.liferay.portal.kernel.exception.PortalException

getUserOrgs

protected Collection<com.liferay.portal.kernel.model.Organization> getUserOrgs(long userId)
                                                                        throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

Liferay 7.0-ce-b8 portal-impl