com.liferay.portal.service.impl
Class PrincipalBean

java.lang.Object
  extended bycom.liferay.portal.service.impl.PrincipalBean
Direct Known Subclasses:
AccountServiceImpl, AddressServiceImpl, BlogsCategoryServiceImpl, BlogsEntryServiceImpl, BookmarksEntryServiceImpl, BookmarksFolderServiceImpl, CalEventServiceImpl, CompanyServiceImpl, ContactServiceImpl, CountryServiceImpl, DLFileEntryServiceImpl, DLFolderServiceImpl, EmailAddressServiceImpl, GroupServiceImpl, IGFolderServiceImpl, IGImageServiceImpl, JournalArticleServiceImpl, JournalStructureServiceImpl, JournalTemplateServiceImpl, LayoutServiceImpl, LayoutSetServiceImpl, ListTypeServiceImpl, MBCategoryServiceImpl, MBMessageServiceImpl, OrganizationServiceImpl, OrgLaborServiceImpl, PermissionServiceImpl, PhoneServiceImpl, PollsQuestionServiceImpl, PollsVoteServiceImpl, PortalServiceImpl, PortletServiceImpl, RegionServiceImpl, ResourceServiceImpl, RoleServiceImpl, ShoppingCategoryServiceImpl, ShoppingCouponServiceImpl, ShoppingItemServiceImpl, ShoppingOrderServiceImpl, UserGroupServiceImpl, UserServiceImpl, WebsiteServiceImpl, WikiNodeServiceImpl, WikiPageServiceImpl

public class PrincipalBean
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PrincipalBean()
           
 
Method Summary
 PermissionChecker getPermissionChecker()
           
 User getUser()
           
 java.lang.String getUserId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrincipalBean

public PrincipalBean()
Method Detail

getUser

public User getUser()
             throws NoSuchUserException,
                    SystemException,
                    PrincipalException
Throws:
NoSuchUserException
SystemException
PrincipalException

getUserId

public java.lang.String getUserId()
                           throws PrincipalException
Throws:
PrincipalException

getPermissionChecker

public PermissionChecker getPermissionChecker()