Liferay 6.0.3

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

Packages that use PortletPreferences
com.liferay.portal.lar   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
 

Uses of PortletPreferences in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar with parameters of type PortletPreferences
protected  String PortletImporter.deletePortletData(PortletDataContext context, String portletId, PortletPreferences portletPreferences)
           
protected  void PortletExporter.exportPortletPreference(PortletDataContext context, long ownerId, int ownerType, boolean defaultUser, PortletPreferences portletPreferences, String portletId, long plid, Element parentEl)
           
protected  String PortletImporter.importPortletData(PortletDataContext context, String portletId, PortletPreferences portletPreferences, Element portletDataRefEl)
           
 

Uses of PortletPreferences in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement PortletPreferences
 class PortletPreferencesWrapper
           This class is a wrapper for PortletPreferences.
 

Methods in com.liferay.portal.model that return PortletPreferences
 PortletPreferences PortletPreferencesWrapper.getWrappedPortletPreferences()
           
 PortletPreferences PortletPreferencesWrapper.toEscapedModel()
           
 PortletPreferences PortletPreferencesModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model with parameters of type PortletPreferences
protected  void PortletPreferencesListener.clearCache(PortletPreferences portletPreferences)
           
 int PortletPreferencesWrapper.compareTo(PortletPreferences portletPreferences)
           
 int PortletPreferencesModel.compareTo(PortletPreferences portletPreferences)
           
 void PortletPreferencesListener.onAfterRemove(PortletPreferences portletPreferences)
           
 void PortletPreferencesListener.onAfterUpdate(PortletPreferences portletPreferences)
           
static PortletPreferencesSoap PortletPreferencesSoap.toSoapModel(PortletPreferences model)
           
static PortletPreferencesSoap[] PortletPreferencesSoap.toSoapModels(PortletPreferences[] models)
           
static PortletPreferencesSoap[][] PortletPreferencesSoap.toSoapModels(PortletPreferences[][] models)
           
 

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

Constructors in com.liferay.portal.model with parameters of type PortletPreferences
PortletPreferencesWrapper(PortletPreferences portletPreferences)
           
 

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

Classes in com.liferay.portal.model.impl that implement PortletPreferences
 class PortletPreferencesImpl
           
 

Methods in com.liferay.portal.model.impl that return PortletPreferences
 PortletPreferences PortletPreferencesModelImpl.toEscapedModel()
           
static PortletPreferences PortletPreferencesModelImpl.toModel(PortletPreferencesSoap soapModel)
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type PortletPreferences
static List<PortletPreferences> PortletPreferencesModelImpl.toModels(PortletPreferencesSoap[] soapModels)
           
 

Methods in com.liferay.portal.model.impl with parameters of type PortletPreferences
 int PortletPreferencesModelImpl.compareTo(PortletPreferences portletPreferences)
           
 

Uses of PortletPreferences in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PortletPreferences
 PortletPreferences PortletPreferencesLocalServiceWrapper.addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences)
           
 PortletPreferences PortletPreferencesLocalService.addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.addPortletPreferences(PortletPreferences portletPreferences)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.addPortletPreferences(PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesLocalService.addPortletPreferences(PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.createPortletPreferences(long portletPreferencesId)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.createPortletPreferences(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesLocalService.createPortletPreferences(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.getPortletPreferences(long portletPreferencesId)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.getPortletPreferences(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesLocalService.getPortletPreferences(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
 PortletPreferences PortletPreferencesLocalService.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.updatePortletPreferences(PortletPreferences portletPreferences)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.updatePortletPreferences(PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesLocalService.updatePortletPreferences(PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.updatePortletPreferences(PortletPreferences portletPreferences, boolean merge)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.updatePortletPreferences(PortletPreferences portletPreferences, boolean merge)
           
 PortletPreferences PortletPreferencesLocalService.updatePortletPreferences(PortletPreferences portletPreferences, boolean merge)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.updatePreferences(long ownerId, int ownerType, long plid, String portletId, PortletPreferences preferences)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.updatePreferences(long ownerId, int ownerType, long plid, String portletId, PortletPreferences preferences)
           
 PortletPreferences PortletPreferencesLocalService.updatePreferences(long ownerId, int ownerType, long plid, String portletId, PortletPreferences preferences)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.updatePreferences(long ownerId, int ownerType, long plid, String portletId, String xml)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.updatePreferences(long ownerId, int ownerType, long plid, String portletId, String xml)
           
 PortletPreferences PortletPreferencesLocalService.updatePreferences(long ownerId, int ownerType, long plid, String portletId, String xml)
           
 

Methods in com.liferay.portal.service that return types with arguments of type PortletPreferences
 List<PortletPreferences> PortletPreferencesLocalServiceWrapper.getPortletPreferences()
           
static List<PortletPreferences> PortletPreferencesLocalServiceUtil.getPortletPreferences()
           
 List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferences()
           
 List<PortletPreferences> PortletPreferencesLocalServiceWrapper.getPortletPreferences(long ownerId, int ownerType, long plid)
           
static List<PortletPreferences> PortletPreferencesLocalServiceUtil.getPortletPreferences(long ownerId, int ownerType, long plid)
           
 List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferences(long ownerId, int ownerType, long plid)
           
 List<PortletPreferences> PortletPreferencesLocalServiceWrapper.getPortletPreferences(long plid, String portletId)
           
static List<PortletPreferences> PortletPreferencesLocalServiceUtil.getPortletPreferences(long plid, String portletId)
           
 List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferences(long plid, String portletId)
           
 List<PortletPreferences> PortletPreferencesLocalServiceWrapper.getPortletPreferencesByPlid(long plid)
           
static List<PortletPreferences> PortletPreferencesLocalServiceUtil.getPortletPreferencesByPlid(long plid)
           
 List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferencesByPlid(long plid)
           
 List<PortletPreferences> PortletPreferencesLocalServiceWrapper.getPortletPreferenceses(int start, int end)
           
static List<PortletPreferences> PortletPreferencesLocalServiceUtil.getPortletPreferenceses(int start, int end)
           
 List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferenceses(int start, int end)
           
 

Methods in com.liferay.portal.service with parameters of type PortletPreferences
 PortletPreferences PortletPreferencesLocalServiceWrapper.addPortletPreferences(PortletPreferences portletPreferences)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.addPortletPreferences(PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesLocalService.addPortletPreferences(PortletPreferences portletPreferences)
           
 void PortletPreferencesLocalServiceWrapper.deletePortletPreferences(PortletPreferences portletPreferences)
           
static void PortletPreferencesLocalServiceUtil.deletePortletPreferences(PortletPreferences portletPreferences)
           
 void PortletPreferencesLocalService.deletePortletPreferences(PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.updatePortletPreferences(PortletPreferences portletPreferences)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.updatePortletPreferences(PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesLocalService.updatePortletPreferences(PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.updatePortletPreferences(PortletPreferences portletPreferences, boolean merge)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.updatePortletPreferences(PortletPreferences portletPreferences, boolean merge)
           
 PortletPreferences PortletPreferencesLocalService.updatePortletPreferences(PortletPreferences portletPreferences, boolean merge)
           
 

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

Methods in com.liferay.portal.service.base that return PortletPreferences
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.addPortletPreferences(PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.createPortletPreferences(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.getPortletPreferences(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.updatePortletPreferences(PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.updatePortletPreferences(PortletPreferences portletPreferences, boolean merge)
           
 

Methods in com.liferay.portal.service.base that return types with arguments of type PortletPreferences
 List<PortletPreferences> PortletPreferencesLocalServiceBaseImpl.getPortletPreferenceses(int start, int end)
           
 

Methods in com.liferay.portal.service.base with parameters of type PortletPreferences
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.addPortletPreferences(PortletPreferences portletPreferences)
           
 void PortletPreferencesLocalServiceBaseImpl.deletePortletPreferences(PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.updatePortletPreferences(PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.updatePortletPreferences(PortletPreferences portletPreferences, boolean merge)
           
 

Uses of PortletPreferences in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http with parameters of type PortletPreferences
static JSONArray PortletPreferencesJSONSerializer.toJSONArray(PortletPreferences[] models)
           
static JSONArray PortletPreferencesJSONSerializer.toJSONArray(PortletPreferences[][] models)
           
static JSONObject PortletPreferencesJSONSerializer.toJSONObject(PortletPreferences model)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type PortletPreferences
static JSONArray PortletPreferencesJSONSerializer.toJSONArray(List<PortletPreferences> models)
           
 

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

Methods in com.liferay.portal.service.impl that return PortletPreferences
 PortletPreferences PortletPreferencesLocalServiceImpl.addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences)
           
 PortletPreferences PortletPreferencesLocalServiceImpl.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
 PortletPreferences PortletPreferencesLocalServiceImpl.updatePreferences(long ownerId, int ownerType, long plid, String portletId, PortletPreferences preferences)
           
 PortletPreferences PortletPreferencesLocalServiceImpl.updatePreferences(long ownerId, int ownerType, long plid, String portletId, String xml)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type PortletPreferences
 List<PortletPreferences> PortletPreferencesLocalServiceImpl.getPortletPreferences()
           
 List<PortletPreferences> PortletPreferencesLocalServiceImpl.getPortletPreferences(long ownerId, int ownerType, long plid)
           
 List<PortletPreferences> PortletPreferencesLocalServiceImpl.getPortletPreferences(long plid, String portletId)
           
 List<PortletPreferences> PortletPreferencesLocalServiceImpl.getPortletPreferencesByPlid(long plid)
           
 

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

Methods in com.liferay.portal.service.persistence that return PortletPreferences
static PortletPreferences PortletPreferencesUtil.create(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesPersistence.create(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesPersistenceImpl.create(long portletPreferencesId)
           
static PortletPreferences PortletPreferencesUtil.fetchByO_O_P_P(long ownerId, int ownerType, long plid, String portletId)
           
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_P(long ownerId, int ownerType, long plid, String portletId)
           
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_O_P_P(long ownerId, int ownerType, long plid, String portletId)
           
static PortletPreferences PortletPreferencesUtil.fetchByO_O_P_P(long ownerId, int ownerType, long plid, String portletId, boolean retrieveFromCache)
           
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_P(long ownerId, int ownerType, long plid, String portletId, boolean retrieveFromCache)
           
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_O_P_P(long ownerId, int ownerType, long plid, String portletId, boolean retrieveFromCache)
           
static PortletPreferences PortletPreferencesUtil.fetchByPrimaryKey(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesPersistence.fetchByPrimaryKey(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPrimaryKey(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static PortletPreferences PortletPreferencesUtil.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
           
 PortletPreferences PortletPreferencesPersistence.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
           
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
           
static PortletPreferences PortletPreferencesUtil.findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
           
 PortletPreferences PortletPreferencesPersistence.findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
           
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
           
static PortletPreferences PortletPreferencesUtil.findByO_O_P_P(long ownerId, int ownerType, long plid, String portletId)
           
 PortletPreferences PortletPreferencesPersistence.findByO_O_P_P(long ownerId, int ownerType, long plid, String portletId)
           
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_O_P_P(long ownerId, int ownerType, long plid, String portletId)
           
static PortletPreferences[] PortletPreferencesUtil.findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
           
 PortletPreferences[] PortletPreferencesPersistence.findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
           
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
           
static PortletPreferences PortletPreferencesUtil.findByP_P_First(long plid, String portletId, OrderByComparator orderByComparator)
           
 PortletPreferences PortletPreferencesPersistence.findByP_P_First(long plid, String portletId, OrderByComparator orderByComparator)
           
 PortletPreferences PortletPreferencesPersistenceImpl.findByP_P_First(long plid, String portletId, OrderByComparator orderByComparator)
           
static PortletPreferences PortletPreferencesUtil.findByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator)
           
 PortletPreferences PortletPreferencesPersistence.findByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator)
           
 PortletPreferences PortletPreferencesPersistenceImpl.findByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator)
           
static PortletPreferences[] PortletPreferencesUtil.findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator orderByComparator)
           
 PortletPreferences[] PortletPreferencesPersistence.findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator orderByComparator)
           
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator orderByComparator)
           
static PortletPreferences PortletPreferencesUtil.findByPlid_First(long plid, OrderByComparator orderByComparator)
           
 PortletPreferences PortletPreferencesPersistence.findByPlid_First(long plid, OrderByComparator orderByComparator)
           
 PortletPreferences PortletPreferencesPersistenceImpl.findByPlid_First(long plid, OrderByComparator orderByComparator)
           
static PortletPreferences PortletPreferencesUtil.findByPlid_Last(long plid, OrderByComparator orderByComparator)
           
 PortletPreferences PortletPreferencesPersistence.findByPlid_Last(long plid, OrderByComparator orderByComparator)
           
 PortletPreferences PortletPreferencesPersistenceImpl.findByPlid_Last(long plid, OrderByComparator orderByComparator)
           
static PortletPreferences[] PortletPreferencesUtil.findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator orderByComparator)
           
 PortletPreferences[] PortletPreferencesPersistence.findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator orderByComparator)
           
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator orderByComparator)
           
static PortletPreferences PortletPreferencesUtil.findByPrimaryKey(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesPersistence.findByPrimaryKey(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesPersistenceImpl.findByPrimaryKey(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_O_P_PrevAndNext(Session session, PortletPreferences portletPreferences, long ownerId, int ownerType, long plid, OrderByComparator orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByP_P_PrevAndNext(Session session, PortletPreferences portletPreferences, long plid, String portletId, OrderByComparator orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByPlid_PrevAndNext(Session session, PortletPreferences portletPreferences, long plid, OrderByComparator orderByComparator, boolean previous)
           
static PortletPreferences PortletPreferencesUtil.remove(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesPersistence.remove(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesPersistenceImpl.remove(long portletPreferencesId)
           
static PortletPreferences PortletPreferencesUtil.remove(PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesPersistenceImpl.remove(Serializable primaryKey)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.removeImpl(PortletPreferences portletPreferences)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.toUnwrappedModel(PortletPreferences portletPreferences)
           
static PortletPreferences PortletPreferencesUtil.update(PortletPreferences portletPreferences, boolean merge)
           
static PortletPreferences PortletPreferencesUtil.update(PortletPreferences portletPreferences, boolean merge, ServiceContext serviceContext)
           
static PortletPreferences PortletPreferencesUtil.updateImpl(PortletPreferences portletPreferences, boolean merge)
           
 PortletPreferences PortletPreferencesPersistence.updateImpl(PortletPreferences portletPreferences, boolean merge)
           
 PortletPreferences PortletPreferencesPersistenceImpl.updateImpl(PortletPreferences portletPreferences, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type PortletPreferences
static List<PortletPreferences> PortletPreferencesUtil.findAll()
           
 List<PortletPreferences> PortletPreferencesPersistence.findAll()
           
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findAll()
           
static List<PortletPreferences> PortletPreferencesUtil.findAll(int start, int end)
           
 List<PortletPreferences> PortletPreferencesPersistence.findAll(int start, int end)
           
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findAll(int start, int end)
           
static List<PortletPreferences> PortletPreferencesUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<PortletPreferences> PortletPreferencesPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_P(long ownerId, int ownerType, long plid)
           
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_P(long ownerId, int ownerType, long plid)
           
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_O_P(long ownerId, int ownerType, long plid)
           
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end)
           
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end)
           
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end)
           
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator orderByComparator)
           
static List<PortletPreferences> PortletPreferencesUtil.findByP_P(long plid, String portletId)
           
 List<PortletPreferences> PortletPreferencesPersistence.findByP_P(long plid, String portletId)
           
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByP_P(long plid, String portletId)
           
static List<PortletPreferences> PortletPreferencesUtil.findByP_P(long plid, String portletId, int start, int end)
           
 List<PortletPreferences> PortletPreferencesPersistence.findByP_P(long plid, String portletId, int start, int end)
           
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByP_P(long plid, String portletId, int start, int end)
           
static List<PortletPreferences> PortletPreferencesUtil.findByP_P(long plid, String portletId, int start, int end, OrderByComparator orderByComparator)
           
 List<PortletPreferences> PortletPreferencesPersistence.findByP_P(long plid, String portletId, int start, int end, OrderByComparator orderByComparator)
           
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByP_P(long plid, String portletId, int start, int end, OrderByComparator orderByComparator)
           
static List<PortletPreferences> PortletPreferencesUtil.findByPlid(long plid)
           
 List<PortletPreferences> PortletPreferencesPersistence.findByPlid(long plid)
           
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPlid(long plid)
           
static List<PortletPreferences> PortletPreferencesUtil.findByPlid(long plid, int start, int end)
           
 List<PortletPreferences> PortletPreferencesPersistence.findByPlid(long plid, int start, int end)
           
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPlid(long plid, int start, int end)
           
static List<PortletPreferences> PortletPreferencesUtil.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<PortletPreferences> PortletPreferencesPersistence.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
           
static List<PortletPreferences> PortletPreferencesFinderUtil.findByPortletId(String portletId)
           
 List<PortletPreferences> PortletPreferencesFinder.findByPortletId(String portletId)
           
 List<PortletPreferences> PortletPreferencesFinderImpl.findByPortletId(String portletId)
           
static List<PortletPreferences> PortletPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<PortletPreferences> PortletPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<PortletPreferences> PortletPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type PortletPreferences
static void PortletPreferencesUtil.cacheResult(PortletPreferences portletPreferences)
           
 void PortletPreferencesPersistence.cacheResult(PortletPreferences portletPreferences)
           
 void PortletPreferencesPersistenceImpl.cacheResult(PortletPreferences portletPreferences)
           
static void PortletPreferencesUtil.clearCache(PortletPreferences portletPreferences)
           
 void PortletPreferencesPersistenceImpl.clearCache(PortletPreferences portletPreferences)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_O_P_PrevAndNext(Session session, PortletPreferences portletPreferences, long ownerId, int ownerType, long plid, OrderByComparator orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByP_P_PrevAndNext(Session session, PortletPreferences portletPreferences, long plid, String portletId, OrderByComparator orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByPlid_PrevAndNext(Session session, PortletPreferences portletPreferences, long plid, OrderByComparator orderByComparator, boolean previous)
           
static PortletPreferences PortletPreferencesUtil.remove(PortletPreferences portletPreferences)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.removeImpl(PortletPreferences portletPreferences)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.toUnwrappedModel(PortletPreferences portletPreferences)
           
static PortletPreferences PortletPreferencesUtil.update(PortletPreferences portletPreferences, boolean merge)
           
static PortletPreferences PortletPreferencesUtil.update(PortletPreferences portletPreferences, boolean merge, ServiceContext serviceContext)
           
static PortletPreferences PortletPreferencesUtil.updateImpl(PortletPreferences portletPreferences, boolean merge)
           
 PortletPreferences PortletPreferencesPersistence.updateImpl(PortletPreferences portletPreferences, boolean merge)
           
 PortletPreferences PortletPreferencesPersistenceImpl.updateImpl(PortletPreferences portletPreferences, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type PortletPreferences
static void PortletPreferencesUtil.cacheResult(List<PortletPreferences> portletPreferenceses)
           
 void PortletPreferencesPersistence.cacheResult(List<PortletPreferences> portletPreferenceses)
           
 void PortletPreferencesPersistenceImpl.cacheResult(List<PortletPreferences> portletPreferenceses)
           
 


Liferay 6.0.3