Liferay 7.0-ce-b8 portal-service

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

Packages that use UserIdStrategy
com.liferay.exportimport.kernel.lar   
 

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

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

Methods in com.liferay.exportimport.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)
           
 


Liferay 7.0-ce-b8 portal-service