Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.lar.UserIdStrategy

Packages that use UserIdStrategy
com.liferay.portal.kernel.lar   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
 

Uses of UserIdStrategy in com.liferay.portal.kernel.lar
 

Methods in com.liferay.portal.kernel.lar that return UserIdStrategy
 UserIdStrategy PortletDataContext.getUserIdStrategy()
           
 

Methods in com.liferay.portal.kernel.lar with parameters of type UserIdStrategy
static PortletDataContext PortletDataContextFactoryUtil.createImportPortletDataContext(long companyId, long groupId, Map<String,String[]> parameterMap, UserIdStrategy userIdStrategy, ZipReader zipReader)
           
 PortletDataContext PortletDataContextFactory.createImportPortletDataContext(long companyId, long groupId, Map<String,String[]> parameterMap, UserIdStrategy userIdStrategy, ZipReader zipReader)
           
 void PortletDataContext.setUserIdStrategy(UserIdStrategy userIdStrategy)
           
 

Uses of UserIdStrategy in com.liferay.portal.lar
 

Subinterfaces of UserIdStrategy in com.liferay.portal.lar
 interface UserIdStrategy
          Deprecated. As of 6.2.0, moved to UserIdStrategy
 

Classes in com.liferay.portal.lar that implement UserIdStrategy
 class AlwaysCurrentUserIdStrategy
           
 class CurrentUserIdStrategy
           
 

Methods in com.liferay.portal.lar that return UserIdStrategy
 UserIdStrategy PortletDataContextImpl.getUserIdStrategy()
           
protected  UserIdStrategy ExportImportHelperImpl.getUserIdStrategy(long userId, String userIdStrategy)
           
protected  UserIdStrategy PortletImporter.getUserIdStrategy(User user, String userIdStrategy)
           
 

Methods in com.liferay.portal.lar with parameters of type UserIdStrategy
 PortletDataContext PortletDataContextFactoryImpl.createImportPortletDataContext(long companyId, long groupId, Map<String,String[]> parameterMap, UserIdStrategy userIdStrategy, ZipReader zipReader)
           
 void PortletDataContextImpl.setUserIdStrategy(UserIdStrategy userIdStrategy)
           
 


Liferay 6.2-ce-ga5