| |
|
| java.lang.Object com.liferay.portal.service.base.PortletPreferencesLocalServiceBaseImpl com.liferay.portal.service.impl.PortletPreferencesLocalServiceImpl
Method Summary | |
public void | deletePortletPreferences(long portletPreferencesId) | public void | deletePortletPreferences(long ownerId, int ownerType, long plid) | public void | deletePortletPreferences(long ownerId, int ownerType, long plid, String portletId) | protected String | encodeKey(long plid, String portletId) | public javax.portlet.PortletPreferences | getDefaultPreferences(long companyId, String portletId) | public List | getPortletPreferences() | public List | getPortletPreferences(long plid) | public List | getPortletPreferences(long plid, String portletId) | public List | getPortletPreferences(long ownerId, int ownerType, long plid) | public PortletPreferences | getPortletPreferences(long ownerId, int ownerType, long plid, String portletId) | public javax.portlet.PortletPreferences | getPreferences(PortletPreferencesIds portletPreferencesIds) | public javax.portlet.PortletPreferences | getPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId) | public javax.portlet.PortletPreferences | getPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, String defaultPreferences) | public PortletPreferences | updatePreferences(long ownerId, int ownerType, long plid, String portletId, javax.portlet.PortletPreferences prefs) |
|
|
|