public class PortletPreferencesLocalServiceWrapper extends Object implements PortletPreferencesLocalService, ServiceWrapper<PortletPreferencesLocalService>
PortletPreferencesLocalService.PortletPreferencesLocalService| Constructor and Description |
|---|
PortletPreferencesLocalServiceWrapper(PortletPreferencesLocalService portletPreferencesLocalService) |
| Modifier and Type | Method and Description |
|---|---|
PortletPreferences |
addPortletPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
Portlet portlet,
String defaultPreferences)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
PortletPreferences |
addPortletPreferences(PortletPreferences portletPreferences)
Adds the portlet preferences to the database.
|
PortletPreferences |
createPortletPreferences(long portletPreferencesId)
Creates a new portlet preferences with the primary key.
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
PortletPreferences |
deletePortletPreferences(long portletPreferencesId)
Deletes the portlet preferences with the primary key from the database.
|
void |
deletePortletPreferences(long ownerId,
int ownerType,
long plid) |
void |
deletePortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId) |
PortletPreferences |
deletePortletPreferences(PortletPreferences portletPreferences)
Deletes the portlet preferences from the database.
|
void |
deletePortletPreferencesByOwnerId(long ownerId) |
void |
deletePortletPreferencesByPlid(long plid) |
DynamicQuery |
dynamicQuery() |
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
PortletPreferences |
fetchPortletPreferences(long portletPreferencesId) |
PortletPreferences |
fetchPortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId) |
PortletPreferences |
fetchPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId) |
PortletPreferences |
fetchPreferences(PortletPreferencesIds portletPreferencesIds) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
PortletPreferences |
getDefaultPreferences(long companyId,
String portletId) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
Settings |
getPortletInstanceSettings(long companyId,
long groupId,
String portletId,
PortletInstanceSettingsLocator portletInstanceSettingsLocator,
Settings portalPreferencesSettings) |
List<PortletPreferences> |
getPortletPreferences() |
List<PortletPreferences> |
getPortletPreferences(int ownerType,
long plid,
String portletId) |
PortletPreferences |
getPortletPreferences(long portletPreferencesId)
Returns the portlet preferences with the primary key.
|
List<PortletPreferences> |
getPortletPreferences(long ownerId,
int ownerType,
long plid) |
PortletPreferences |
getPortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId) |
List<PortletPreferences> |
getPortletPreferences(long companyId,
long ownerId,
int ownerType,
String portletId) |
List<PortletPreferences> |
getPortletPreferences(long companyId,
long groupId,
long ownerId,
int ownerType,
String portletId,
boolean privateLayout) |
List<PortletPreferences> |
getPortletPreferences(long plid,
String portletId) |
List<PortletPreferences> |
getPortletPreferencesByOwnerId(long ownerId) |
List<PortletPreferences> |
getPortletPreferencesByPlid(long plid) |
long |
getPortletPreferencesCount(int ownerType,
long plid,
String portletId) |
long |
getPortletPreferencesCount(int ownerType,
String portletId) |
long |
getPortletPreferencesCount(long ownerId,
int ownerType,
long plid,
Portlet portlet,
boolean excludeDefaultPreferences) |
long |
getPortletPreferencesCount(long ownerId,
int ownerType,
String portletId,
boolean excludeDefaultPreferences) |
List<PortletPreferences> |
getPortletPreferenceses(int start,
int end)
Returns a range of all the portlet preferenceses.
|
int |
getPortletPreferencesesCount()
Returns the number of portlet preferenceses.
|
PortletPreferences |
getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId) |
PortletPreferences |
getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String defaultPreferences) |
PortletPreferences |
getPreferences(PortletPreferencesIds portletPreferencesIds) |
Map<String,PortletPreferences> |
getStrictPreferences(Layout layout,
List<Portlet> portlets) |
PortletPreferences |
getStrictPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId) |
PortletPreferences |
getStrictPreferences(PortletPreferencesIds portletPreferencesIds) |
PortletPreferencesLocalService |
getWrappedService() |
void |
setWrappedService(PortletPreferencesLocalService portletPreferencesLocalService) |
PortletPreferences |
updatePortletPreferences(PortletPreferences portletPreferences)
Updates the portlet preferences in the database or adds it if it does not yet exist.
|
PortletPreferences |
updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
PortletPreferences portletPreferences) |
PortletPreferences |
updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
String xml) |
public PortletPreferencesLocalServiceWrapper(PortletPreferencesLocalService portletPreferencesLocalService)
public PortletPreferences addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences)
PortletPreferencesLocalServiceUtil to access the portlet preferences local service. Add custom service methods to com.liferay.portal.service.impl.PortletPreferencesLocalServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.addPortletPreferences in interface PortletPreferencesLocalServicepublic PortletPreferences addPortletPreferences(PortletPreferences portletPreferences)
addPortletPreferences in interface PortletPreferencesLocalServiceportletPreferences - the portlet preferencespublic PortletPreferences createPortletPreferences(long portletPreferencesId)
createPortletPreferences in interface PortletPreferencesLocalServiceportletPreferencesId - the primary key for the new portlet preferencespublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface PortletPreferencesLocalServicePortalExceptionpublic PortletPreferences deletePortletPreferences(long portletPreferencesId) throws PortalException
deletePortletPreferences in interface PortletPreferencesLocalServiceportletPreferencesId - the primary key of the portlet preferencesPortalException - if a portlet preferences with the primary key could not be foundpublic void deletePortletPreferences(long ownerId,
int ownerType,
long plid)
deletePortletPreferences in interface PortletPreferencesLocalServicepublic void deletePortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
throws PortalException
deletePortletPreferences in interface PortletPreferencesLocalServicePortalExceptionpublic PortletPreferences deletePortletPreferences(PortletPreferences portletPreferences)
deletePortletPreferences in interface PortletPreferencesLocalServiceportletPreferences - the portlet preferencespublic void deletePortletPreferencesByOwnerId(long ownerId)
deletePortletPreferencesByOwnerId in interface PortletPreferencesLocalServicepublic void deletePortletPreferencesByPlid(long plid)
deletePortletPreferencesByPlid in interface PortletPreferencesLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface PortletPreferencesLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface PortletPreferencesLocalServicedynamicQuery - the dynamic querypublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.portal.model.impl.PortletPreferencesModelImpl.
dynamicQuery in interface PortletPreferencesLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.portal.model.impl.PortletPreferencesModelImpl.
dynamicQuery in interface PortletPreferencesLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface PortletPreferencesLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface PortletPreferencesLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic PortletPreferences fetchPortletPreferences(long portletPreferencesId)
fetchPortletPreferences in interface PortletPreferencesLocalServicepublic PortletPreferences fetchPortletPreferences(long ownerId, int ownerType, long plid, String portletId)
fetchPortletPreferences in interface PortletPreferencesLocalServicepublic PortletPreferences fetchPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId)
fetchPreferences in interface PortletPreferencesLocalServicepublic PortletPreferences fetchPreferences(PortletPreferencesIds portletPreferencesIds)
fetchPreferences in interface PortletPreferencesLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface PortletPreferencesLocalServicepublic PortletPreferences getDefaultPreferences(long companyId, String portletId)
getDefaultPreferences in interface PortletPreferencesLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface PortletPreferencesLocalServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface PortletPreferencesLocalServicepublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface PortletPreferencesLocalServicePortalExceptionpublic Settings getPortletInstanceSettings(long companyId, long groupId, String portletId, PortletInstanceSettingsLocator portletInstanceSettingsLocator, Settings portalPreferencesSettings)
getPortletInstanceSettings in interface PortletPreferencesLocalServicepublic List<PortletPreferences> getPortletPreferences()
getPortletPreferences in interface PortletPreferencesLocalServicepublic List<PortletPreferences> getPortletPreferences(int ownerType, long plid, String portletId)
getPortletPreferences in interface PortletPreferencesLocalServicepublic PortletPreferences getPortletPreferences(long portletPreferencesId) throws PortalException
getPortletPreferences in interface PortletPreferencesLocalServiceportletPreferencesId - the primary key of the portlet preferencesPortalException - if a portlet preferences with the primary key could not be foundpublic List<PortletPreferences> getPortletPreferences(long ownerId, int ownerType, long plid)
getPortletPreferences in interface PortletPreferencesLocalServicepublic PortletPreferences getPortletPreferences(long ownerId, int ownerType, long plid, String portletId) throws PortalException
getPortletPreferences in interface PortletPreferencesLocalServicePortalExceptionpublic List<PortletPreferences> getPortletPreferences(long companyId, long ownerId, int ownerType, String portletId) throws PortalException
getPortletPreferences in interface PortletPreferencesLocalServicePortalExceptionpublic List<PortletPreferences> getPortletPreferences(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout)
getPortletPreferences in interface PortletPreferencesLocalServicepublic List<PortletPreferences> getPortletPreferences(long plid, String portletId)
getPortletPreferences in interface PortletPreferencesLocalServicepublic List<PortletPreferences> getPortletPreferencesByOwnerId(long ownerId)
getPortletPreferencesByOwnerId in interface PortletPreferencesLocalServicepublic List<PortletPreferences> getPortletPreferencesByPlid(long plid)
getPortletPreferencesByPlid in interface PortletPreferencesLocalServicepublic long getPortletPreferencesCount(int ownerType,
long plid,
String portletId)
getPortletPreferencesCount in interface PortletPreferencesLocalServicepublic long getPortletPreferencesCount(int ownerType,
String portletId)
getPortletPreferencesCount in interface PortletPreferencesLocalServicepublic long getPortletPreferencesCount(long ownerId,
int ownerType,
long plid,
Portlet portlet,
boolean excludeDefaultPreferences)
getPortletPreferencesCount in interface PortletPreferencesLocalServicepublic long getPortletPreferencesCount(long ownerId,
int ownerType,
String portletId,
boolean excludeDefaultPreferences)
getPortletPreferencesCount in interface PortletPreferencesLocalServicepublic List<PortletPreferences> getPortletPreferenceses(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.portal.model.impl.PortletPreferencesModelImpl.
getPortletPreferenceses in interface PortletPreferencesLocalServicestart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)public int getPortletPreferencesesCount()
getPortletPreferencesesCount in interface PortletPreferencesLocalServicepublic PortletPreferences getPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId)
getPreferences in interface PortletPreferencesLocalServicepublic PortletPreferences getPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, String defaultPreferences)
getPreferences in interface PortletPreferencesLocalServicepublic PortletPreferences getPreferences(PortletPreferencesIds portletPreferencesIds)
getPreferences in interface PortletPreferencesLocalServicepublic Map<String,PortletPreferences> getStrictPreferences(Layout layout, List<Portlet> portlets)
getStrictPreferences in interface PortletPreferencesLocalServicepublic PortletPreferences getStrictPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId)
getStrictPreferences in interface PortletPreferencesLocalServicepublic PortletPreferences getStrictPreferences(PortletPreferencesIds portletPreferencesIds)
getStrictPreferences in interface PortletPreferencesLocalServicepublic PortletPreferences updatePortletPreferences(PortletPreferences portletPreferences)
updatePortletPreferences in interface PortletPreferencesLocalServiceportletPreferences - the portlet preferencespublic PortletPreferences updatePreferences(long ownerId, int ownerType, long plid, String portletId, PortletPreferences portletPreferences)
updatePreferences in interface PortletPreferencesLocalServicepublic PortletPreferences updatePreferences(long ownerId, int ownerType, long plid, String portletId, String xml)
updatePreferences in interface PortletPreferencesLocalServicepublic PortletPreferencesLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<PortletPreferencesLocalService>public void setWrappedService(PortletPreferencesLocalService portletPreferencesLocalService)
setWrappedService in interface ServiceWrapper<PortletPreferencesLocalService>