Liferay 7.0-ce-m6

Uses of Interface
com.liferay.portlet.exportimport.lar.UserIdStrategy

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

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
 

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

Fields in com.liferay.portal.lar.test declared as UserIdStrategy
protected  UserIdStrategy BaseStagedModelDataHandlerTestCase.userIdStrategy
           
 

Uses of UserIdStrategy in com.liferay.portlet.exportimport.lar
 

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

Methods in com.liferay.portlet.exportimport.lar that return UserIdStrategy
 UserIdStrategy PortletDataContext.getUserIdStrategy()
           
 UserIdStrategy PortletDataContextImpl.getUserIdStrategy()
           
 UserIdStrategy ExportImportHelper.getUserIdStrategy(long userId, String userIdStrategy)
           
static UserIdStrategy ExportImportHelperUtil.getUserIdStrategy(long userId, String userIdStrategy)
           
 UserIdStrategy ExportImportHelperImpl.getUserIdStrategy(long userId, String userIdStrategy)
           
 

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


Liferay 7.0-ce-m6