Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.model.PortalPreferences

Packages that use PortalPreferences
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of PortalPreferences in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement PortalPreferences
 class PortalPreferencesWrapper
           This class is a wrapper for PortalPreferences.
 

Methods in com.liferay.portal.model that return PortalPreferences
 PortalPreferences PortalPreferencesWrapper.getWrappedModel()
           
 PortalPreferences PortalPreferencesWrapper.getWrappedPortalPreferences()
          Deprecated. Renamed to PortalPreferencesWrapper.getWrappedModel()
 PortalPreferences PortalPreferencesWrapper.toEscapedModel()
           
 PortalPreferences PortalPreferencesModel.toEscapedModel()
           
 PortalPreferences PortalPreferencesWrapper.toUnescapedModel()
           
 PortalPreferences PortalPreferencesModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type PortalPreferences
 CacheModel<PortalPreferences> PortalPreferencesWrapper.toCacheModel()
           
 CacheModel<PortalPreferences> PortalPreferencesModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type PortalPreferences
 int PortalPreferencesWrapper.compareTo(PortalPreferences portalPreferences)
           
 int PortalPreferencesModel.compareTo(PortalPreferences portalPreferences)
           
static PortalPreferencesSoap PortalPreferencesSoap.toSoapModel(PortalPreferences model)
           
static PortalPreferencesSoap[] PortalPreferencesSoap.toSoapModels(PortalPreferences[] models)
           
static PortalPreferencesSoap[][] PortalPreferencesSoap.toSoapModels(PortalPreferences[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type PortalPreferences
static PortalPreferencesSoap[] PortalPreferencesSoap.toSoapModels(List<PortalPreferences> models)
           
 

Constructors in com.liferay.portal.model with parameters of type PortalPreferences
PortalPreferencesWrapper(PortalPreferences portalPreferences)
           
 

Uses of PortalPreferences in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement PortalPreferences
 class PortalPreferencesBaseImpl
          The extended model base implementation for the PortalPreferences service.
 class PortalPreferencesImpl
           
 

Methods in com.liferay.portal.model.impl that return PortalPreferences
 PortalPreferences PortalPreferencesCacheModel.toEntityModel()
           
 PortalPreferences PortalPreferencesModelImpl.toEscapedModel()
           
 PortalPreferences PortalPreferencesModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type PortalPreferences
 CacheModel<PortalPreferences> PortalPreferencesModelImpl.toCacheModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type PortalPreferences
 int PortalPreferencesModelImpl.compareTo(PortalPreferences portalPreferences)
           
 

Uses of PortalPreferences in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PortalPreferences
static PortalPreferences PortalPreferencesLocalServiceUtil.addPortalPreferences(long companyId, long ownerId, int ownerType, String defaultPreferences)
           
 PortalPreferences PortalPreferencesLocalService.addPortalPreferences(long companyId, long ownerId, int ownerType, String defaultPreferences)
           
 PortalPreferences PortalPreferencesLocalServiceWrapper.addPortalPreferences(long companyId, long ownerId, int ownerType, String defaultPreferences)
           
static PortalPreferences PortalPreferencesLocalServiceUtil.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 PortalPreferences PortalPreferencesLocalService.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 PortalPreferences PortalPreferencesLocalServiceWrapper.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
static PortalPreferences PortalPreferencesLocalServiceUtil.createPortalPreferences(long portalPreferencesId)
          Creates a new portal preferences with the primary key.
 PortalPreferences PortalPreferencesLocalService.createPortalPreferences(long portalPreferencesId)
          Creates a new portal preferences with the primary key.
 PortalPreferences PortalPreferencesLocalServiceWrapper.createPortalPreferences(long portalPreferencesId)
          Creates a new portal preferences with the primary key.
static PortalPreferences PortalPreferencesLocalServiceUtil.deletePortalPreferences(long portalPreferencesId)
          Deletes the portal preferences with the primary key from the database.
 PortalPreferences PortalPreferencesLocalService.deletePortalPreferences(long portalPreferencesId)
          Deletes the portal preferences with the primary key from the database.
 PortalPreferences PortalPreferencesLocalServiceWrapper.deletePortalPreferences(long portalPreferencesId)
          Deletes the portal preferences with the primary key from the database.
static PortalPreferences PortalPreferencesLocalServiceUtil.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
 PortalPreferences PortalPreferencesLocalService.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
 PortalPreferences PortalPreferencesLocalServiceWrapper.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
static PortalPreferences PortalPreferencesLocalServiceUtil.fetchPortalPreferences(long portalPreferencesId)
           
 PortalPreferences PortalPreferencesLocalService.fetchPortalPreferences(long portalPreferencesId)
           
 PortalPreferences PortalPreferencesLocalServiceWrapper.fetchPortalPreferences(long portalPreferencesId)
           
static PortalPreferences PortalPreferencesLocalServiceUtil.getPortalPreferences(long portalPreferencesId)
          Returns the portal preferences with the primary key.
 PortalPreferences PortalPreferencesLocalService.getPortalPreferences(long portalPreferencesId)
          Returns the portal preferences with the primary key.
 PortalPreferences PortalPreferencesLocalServiceWrapper.getPortalPreferences(long portalPreferencesId)
          Returns the portal preferences with the primary key.
static PortalPreferences PortalPreferencesLocalServiceUtil.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalService.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalServiceWrapper.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
static PortalPreferences PortalPreferencesLocalServiceUtil.updatePortalPreferences(PortalPreferences portalPreferences, boolean merge)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalService.updatePortalPreferences(PortalPreferences portalPreferences, boolean merge)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalServiceWrapper.updatePortalPreferences(PortalPreferences portalPreferences, boolean merge)
          Updates the portal preferences in the database or adds it if it does not yet exist.
static PortalPreferences PortalPreferencesLocalServiceUtil.updatePreferences(long ownerId, int ownerType, PortalPreferences portalPreferences)
           
 PortalPreferences PortalPreferencesLocalService.updatePreferences(long ownerId, int ownerType, PortalPreferences portalPreferences)
           
 PortalPreferences PortalPreferencesLocalServiceWrapper.updatePreferences(long ownerId, int ownerType, PortalPreferences portalPreferences)
           
static PortalPreferences PortalPreferencesLocalServiceUtil.updatePreferences(long ownerId, int ownerType, String xml)
           
 PortalPreferences PortalPreferencesLocalService.updatePreferences(long ownerId, int ownerType, String xml)
           
 PortalPreferences PortalPreferencesLocalServiceWrapper.updatePreferences(long ownerId, int ownerType, String xml)
           
 

Methods in com.liferay.portal.service that return types with arguments of type PortalPreferences
static List<PortalPreferences> PortalPreferencesLocalServiceUtil.getPortalPreferenceses(int start, int end)
          Returns a range of all the portal preferenceses.
 List<PortalPreferences> PortalPreferencesLocalService.getPortalPreferenceses(int start, int end)
          Returns a range of all the portal preferenceses.
 List<PortalPreferences> PortalPreferencesLocalServiceWrapper.getPortalPreferenceses(int start, int end)
          Returns a range of all the portal preferenceses.
 

Methods in com.liferay.portal.service with parameters of type PortalPreferences
static PortalPreferences PortalPreferencesLocalServiceUtil.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 PortalPreferences PortalPreferencesLocalService.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 PortalPreferences PortalPreferencesLocalServiceWrapper.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
static PortalPreferences PortalPreferencesLocalServiceUtil.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
 PortalPreferences PortalPreferencesLocalService.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
 PortalPreferences PortalPreferencesLocalServiceWrapper.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
static PortalPreferences PortalPreferencesLocalServiceUtil.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalService.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalServiceWrapper.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
static PortalPreferences PortalPreferencesLocalServiceUtil.updatePortalPreferences(PortalPreferences portalPreferences, boolean merge)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalService.updatePortalPreferences(PortalPreferences portalPreferences, boolean merge)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalServiceWrapper.updatePortalPreferences(PortalPreferences portalPreferences, boolean merge)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 

Uses of PortalPreferences in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return PortalPreferences
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.createPortalPreferences(long portalPreferencesId)
          Creates a new portal preferences with the primary key.
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.deletePortalPreferences(long portalPreferencesId)
          Deletes the portal preferences with the primary key from the database.
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.fetchPortalPreferences(long portalPreferencesId)
           
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.getPortalPreferences(long portalPreferencesId)
          Returns the portal preferences with the primary key.
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.updatePortalPreferences(PortalPreferences portalPreferences, boolean merge)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type PortalPreferences
 List<PortalPreferences> PortalPreferencesLocalServiceBaseImpl.getPortalPreferenceses(int start, int end)
          Returns a range of all the portal preferenceses.
 

Methods in com.liferay.portal.service.base with parameters of type PortalPreferences
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.updatePortalPreferences(PortalPreferences portalPreferences, boolean merge)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 

Uses of PortalPreferences in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return PortalPreferences
 PortalPreferences PortalPreferencesLocalServiceImpl.addPortalPreferences(long companyId, long ownerId, int ownerType, String defaultPreferences)
           
 PortalPreferences PortalPreferencesLocalServiceImpl.updatePreferences(long ownerId, int ownerType, PortalPreferences portalPreferences)
           
 PortalPreferences PortalPreferencesLocalServiceImpl.updatePreferences(long ownerId, int ownerType, String xml)
           
 

Uses of PortalPreferences in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return PortalPreferences
 PortalPreferences PortalPreferencesPersistence.create(long portalPreferencesId)
          Creates a new portal preferences with the primary key.
static PortalPreferences PortalPreferencesUtil.create(long portalPreferencesId)
          Creates a new portal preferences with the primary key.
 PortalPreferences PortalPreferencesPersistenceImpl.create(long portalPreferencesId)
          Creates a new portal preferences with the primary key.
 PortalPreferences PortalPreferencesPersistence.fetchByO_O(long ownerId, int ownerType)
          Returns the portal preferences where ownerId = ? and ownerType = ? or returns null if it could not be found.
static PortalPreferences PortalPreferencesUtil.fetchByO_O(long ownerId, int ownerType)
          Returns the portal preferences where ownerId = ? and ownerType = ? or returns null if it could not be found.
 PortalPreferences PortalPreferencesPersistenceImpl.fetchByO_O(long ownerId, int ownerType)
          Returns the portal preferences where ownerId = ? and ownerType = ? or returns null if it could not be found.
 PortalPreferences PortalPreferencesPersistence.fetchByO_O(long ownerId, int ownerType, boolean retrieveFromCache)
          Returns the portal preferences where ownerId = ? and ownerType = ? or returns null if it could not be found, optionally using the finder cache.
static PortalPreferences PortalPreferencesUtil.fetchByO_O(long ownerId, int ownerType, boolean retrieveFromCache)
          Returns the portal preferences where ownerId = ? and ownerType = ? or returns null if it could not be found, optionally using the finder cache.
 PortalPreferences PortalPreferencesPersistenceImpl.fetchByO_O(long ownerId, int ownerType, boolean retrieveFromCache)
          Returns the portal preferences where ownerId = ? and ownerType = ? or returns null if it could not be found, optionally using the finder cache.
 PortalPreferences PortalPreferencesPersistence.fetchByPrimaryKey(long portalPreferencesId)
          Returns the portal preferences with the primary key or returns null if it could not be found.
static PortalPreferences PortalPreferencesUtil.fetchByPrimaryKey(long portalPreferencesId)
          Returns the portal preferences with the primary key or returns null if it could not be found.
 PortalPreferences PortalPreferencesPersistenceImpl.fetchByPrimaryKey(long portalPreferencesId)
          Returns the portal preferences with the primary key or returns null if it could not be found.
 PortalPreferences PortalPreferencesPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the portal preferences with the primary key or returns null if it could not be found.
 PortalPreferences PortalPreferencesPersistence.findByO_O(long ownerId, int ownerType)
          Returns the portal preferences where ownerId = ? and ownerType = ? or throws a NoSuchPreferencesException if it could not be found.
static PortalPreferences PortalPreferencesUtil.findByO_O(long ownerId, int ownerType)
          Returns the portal preferences where ownerId = ? and ownerType = ? or throws a NoSuchPreferencesException if it could not be found.
 PortalPreferences PortalPreferencesPersistenceImpl.findByO_O(long ownerId, int ownerType)
          Returns the portal preferences where ownerId = ? and ownerType = ? or throws a NoSuchPreferencesException if it could not be found.
 PortalPreferences PortalPreferencesPersistence.findByPrimaryKey(long portalPreferencesId)
          Returns the portal preferences with the primary key or throws a NoSuchPreferencesException if it could not be found.
static PortalPreferences PortalPreferencesUtil.findByPrimaryKey(long portalPreferencesId)
          Returns the portal preferences with the primary key or throws a NoSuchPreferencesException if it could not be found.
 PortalPreferences PortalPreferencesPersistenceImpl.findByPrimaryKey(long portalPreferencesId)
          Returns the portal preferences with the primary key or throws a NoSuchPreferencesException if it could not be found.
 PortalPreferences PortalPreferencesPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the portal preferences with the primary key or throws a NoSuchModelException if it could not be found.
 PortalPreferences PortalPreferencesPersistence.remove(long portalPreferencesId)
          Removes the portal preferences with the primary key from the database.
static PortalPreferences PortalPreferencesUtil.remove(long portalPreferencesId)
          Removes the portal preferences with the primary key from the database.
 PortalPreferences PortalPreferencesPersistenceImpl.remove(long portalPreferencesId)
          Removes the portal preferences with the primary key from the database.
 PortalPreferences PortalPreferencesPersistenceImpl.remove(Serializable primaryKey)
          Removes the portal preferences with the primary key from the database.
 PortalPreferences PortalPreferencesPersistence.removeByO_O(long ownerId, int ownerType)
          Removes the portal preferences where ownerId = ? and ownerType = ? from the database.
static PortalPreferences PortalPreferencesUtil.removeByO_O(long ownerId, int ownerType)
          Removes the portal preferences where ownerId = ? and ownerType = ? from the database.
 PortalPreferences PortalPreferencesPersistenceImpl.removeByO_O(long ownerId, int ownerType)
          Removes the portal preferences where ownerId = ? and ownerType = ? from the database.
protected  PortalPreferences PortalPreferencesPersistenceImpl.removeImpl(PortalPreferences portalPreferences)
           
protected  PortalPreferences PortalPreferencesPersistenceImpl.toUnwrappedModel(PortalPreferences portalPreferences)
           
static PortalPreferences PortalPreferencesUtil.update(PortalPreferences portalPreferences, boolean merge)
           
static PortalPreferences PortalPreferencesUtil.update(PortalPreferences portalPreferences, boolean merge, ServiceContext serviceContext)
           
 PortalPreferences PortalPreferencesPersistence.updateImpl(PortalPreferences portalPreferences, boolean merge)
           
static PortalPreferences PortalPreferencesUtil.updateImpl(PortalPreferences portalPreferences, boolean merge)
           
 PortalPreferences PortalPreferencesPersistenceImpl.updateImpl(PortalPreferences portalPreferences, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type PortalPreferences
 List<PortalPreferences> PortalPreferencesPersistence.findAll()
          Returns all the portal preferenceses.
static List<PortalPreferences> PortalPreferencesUtil.findAll()
          Returns all the portal preferenceses.
 List<PortalPreferences> PortalPreferencesPersistenceImpl.findAll()
          Returns all the portal preferenceses.
 List<PortalPreferences> PortalPreferencesPersistence.findAll(int start, int end)
          Returns a range of all the portal preferenceses.
static List<PortalPreferences> PortalPreferencesUtil.findAll(int start, int end)
          Returns a range of all the portal preferenceses.
 List<PortalPreferences> PortalPreferencesPersistenceImpl.findAll(int start, int end)
          Returns a range of all the portal preferenceses.
 List<PortalPreferences> PortalPreferencesPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portal preferenceses.
static List<PortalPreferences> PortalPreferencesUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portal preferenceses.
 List<PortalPreferences> PortalPreferencesPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portal preferenceses.
static List<PortalPreferences> PortalPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<PortalPreferences> PortalPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<PortalPreferences> PortalPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type PortalPreferences
 void PortalPreferencesPersistence.cacheResult(PortalPreferences portalPreferences)
          Caches the portal preferences in the entity cache if it is enabled.
static void PortalPreferencesUtil.cacheResult(PortalPreferences portalPreferences)
          Caches the portal preferences in the entity cache if it is enabled.
 void PortalPreferencesPersistenceImpl.cacheResult(PortalPreferences portalPreferences)
          Caches the portal preferences in the entity cache if it is enabled.
protected  void PortalPreferencesPersistenceImpl.cacheUniqueFindersCache(PortalPreferences portalPreferences)
           
static void PortalPreferencesUtil.clearCache(PortalPreferences portalPreferences)
           
 void PortalPreferencesPersistenceImpl.clearCache(PortalPreferences portalPreferences)
          Clears the cache for the portal preferences.
protected  void PortalPreferencesPersistenceImpl.clearUniqueFindersCache(PortalPreferences portalPreferences)
           
protected  PortalPreferences PortalPreferencesPersistenceImpl.removeImpl(PortalPreferences portalPreferences)
           
protected  PortalPreferences PortalPreferencesPersistenceImpl.toUnwrappedModel(PortalPreferences portalPreferences)
           
static PortalPreferences PortalPreferencesUtil.update(PortalPreferences portalPreferences, boolean merge)
           
static PortalPreferences PortalPreferencesUtil.update(PortalPreferences portalPreferences, boolean merge, ServiceContext serviceContext)
           
 PortalPreferences PortalPreferencesPersistence.updateImpl(PortalPreferences portalPreferences, boolean merge)
           
static PortalPreferences PortalPreferencesUtil.updateImpl(PortalPreferences portalPreferences, boolean merge)
           
 PortalPreferences PortalPreferencesPersistenceImpl.updateImpl(PortalPreferences portalPreferences, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type PortalPreferences
 void PortalPreferencesPersistence.cacheResult(List<PortalPreferences> portalPreferenceses)
          Caches the portal preferenceses in the entity cache if it is enabled.
static void PortalPreferencesUtil.cacheResult(List<PortalPreferences> portalPreferenceses)
          Caches the portal preferenceses in the entity cache if it is enabled.
 void PortalPreferencesPersistenceImpl.cacheResult(List<PortalPreferences> portalPreferenceses)
          Caches the portal preferenceses in the entity cache if it is enabled.
 void PortalPreferencesPersistenceImpl.clearCache(List<PortalPreferences> portalPreferenceses)
           
 


Liferay 6.1.2-ce-ga3