@ProviderType public class PortletPreferencesLocalServiceWrapper extends java.lang.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,
java.lang.String portletId,
Portlet portlet,
java.lang.String defaultPreferences) |
PortletPreferences |
addPortletPreferences(PortletPreferences portletPreferences)
Adds the portlet preferences to the database.
|
PortletPreferences |
createPortletPreferences(long portletPreferencesId)
Creates a new portlet preferences with the primary key.
|
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,
java.lang.String portletId) |
PortletPreferences |
deletePortletPreferences(PortletPreferences portletPreferences)
Deletes the portlet preferences from the database.
|
void |
deletePortletPreferencesByPlid(long plid) |
DynamicQuery |
dynamicQuery() |
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator 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 that match the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query.
|
PortletPreferences |
fetchPortletPreferences(long portletPreferencesId) |
javax.portlet.PortletPreferences |
fetchPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId) |
javax.portlet.PortletPreferences |
fetchPreferences(PortletPreferencesIds portletPreferencesIds) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
javax.portlet.PortletPreferences |
getDefaultPreferences(long companyId,
java.lang.String portletId) |
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.util.List<PortletPreferences> |
getPortletPreferences() |
java.util.List<PortletPreferences> |
getPortletPreferences(int ownerType,
long plid,
java.lang.String portletId) |
PortletPreferences |
getPortletPreferences(long portletPreferencesId)
Returns the portlet preferences with the primary key.
|
java.util.List<PortletPreferences> |
getPortletPreferences(long ownerId,
int ownerType,
long plid) |
PortletPreferences |
getPortletPreferences(long ownerId,
int ownerType,
long plid,
java.lang.String portletId) |
java.util.List<PortletPreferences> |
getPortletPreferences(long companyId,
long groupId,
long ownerId,
int ownerType,
java.lang.String portletId,
boolean privateLayout) |
java.util.List<PortletPreferences> |
getPortletPreferences(long plid,
java.lang.String portletId) |
java.util.List<PortletPreferences> |
getPortletPreferencesByPlid(long plid) |
long |
getPortletPreferencesCount(int ownerType,
long plid,
java.lang.String portletId) |
long |
getPortletPreferencesCount(int ownerType,
java.lang.String portletId) |
long |
getPortletPreferencesCount(long ownerId,
int ownerType,
long plid,
Portlet portlet,
boolean excludeDefaultPreferences) |
long |
getPortletPreferencesCount(long ownerId,
int ownerType,
java.lang.String portletId,
boolean excludeDefaultPreferences) |
java.util.List<PortletPreferences> |
getPortletPreferenceses(int start,
int end)
Returns a range of all the portlet preferenceses.
|
int |
getPortletPreferencesesCount()
Returns the number of portlet preferenceses.
|
javax.portlet.PortletPreferences |
getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId) |
javax.portlet.PortletPreferences |
getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
java.lang.String defaultPreferences) |
javax.portlet.PortletPreferences |
getPreferences(PortletPreferencesIds portletPreferencesIds) |
javax.portlet.PortletPreferences |
getStrictPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId) |
javax.portlet.PortletPreferences |
getStrictPreferences(PortletPreferencesIds portletPreferencesIds) |
PortletPreferencesLocalService |
getWrappedPortletPreferencesLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
PortletPreferencesLocalService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.PortletPreferencesLocalService) |
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,
java.lang.String portletId,
javax.portlet.PortletPreferences portletPreferences) |
PortletPreferences |
updatePreferences(long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
java.lang.String xml) |
public PortletPreferencesLocalServiceWrapper(PortletPreferencesLocalService portletPreferencesLocalService)
public PortletPreferences addPortletPreferences(PortletPreferences portletPreferences) throws SystemException
addPortletPreferences in interface PortletPreferencesLocalServiceportletPreferences - the portlet preferencesSystemException - if a system exception occurredpublic PortletPreferences createPortletPreferences(long portletPreferencesId)
createPortletPreferences in interface PortletPreferencesLocalServiceportletPreferencesId - the primary key for the new portlet preferencespublic PortletPreferences deletePortletPreferences(long portletPreferencesId) throws PortalException, SystemException
deletePortletPreferences in interface PortletPreferencesLocalServiceportletPreferencesId - the primary key of the portlet preferencesPortalException - if a portlet preferences with the primary key could not be foundSystemException - if a system exception occurredpublic PortletPreferences deletePortletPreferences(PortletPreferences portletPreferences) throws SystemException
deletePortletPreferences in interface PortletPreferencesLocalServiceportletPreferences - the portlet preferencesSystemException - if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery in interface PortletPreferencesLocalServicepublic java.util.List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery in interface PortletPreferencesLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)SystemException - if a system exception occurredpublic java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)SystemException - if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount in interface PortletPreferencesLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQueryCount in interface PortletPreferencesLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querySystemException - if a system exception occurredpublic PortletPreferences fetchPortletPreferences(long portletPreferencesId) throws SystemException
fetchPortletPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic PortletPreferences getPortletPreferences(long portletPreferencesId) throws PortalException, SystemException
getPortletPreferences in interface PortletPreferencesLocalServiceportletPreferencesId - the primary key of the portlet preferencesPortalException - if a portlet preferences with the primary key could not be foundSystemException - if a system exception occurredpublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface PortletPreferencesLocalServicePortalExceptionSystemExceptionpublic java.util.List<PortletPreferences> getPortletPreferenceses(int start, int end) throws SystemException
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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PortletPreferencesModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getPortletPreferenceses in interface PortletPreferencesLocalServicestart - the lower bound of the range of portlet preferencesesend - the upper bound of the range of portlet preferenceses (not inclusive)SystemException - if a system exception occurredpublic int getPortletPreferencesesCount()
throws SystemException
getPortletPreferencesesCount in interface PortletPreferencesLocalServiceSystemException - if a system exception occurredpublic PortletPreferences updatePortletPreferences(PortletPreferences portletPreferences) throws SystemException
updatePortletPreferences in interface PortletPreferencesLocalServiceportletPreferences - the portlet preferencesSystemException - if a system exception occurredpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface PortletPreferencesLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface PortletPreferencesLocalServicebeanIdentifier - the Spring bean ID for this beanpublic PortletPreferences addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, java.lang.String portletId, Portlet portlet, java.lang.String defaultPreferences) throws SystemException
addPortletPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic void deletePortletPreferences(long ownerId,
int ownerType,
long plid)
throws SystemException
deletePortletPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic void deletePortletPreferences(long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
throws PortalException,
SystemException
deletePortletPreferences in interface PortletPreferencesLocalServicePortalExceptionSystemExceptionpublic void deletePortletPreferencesByPlid(long plid)
throws SystemException
deletePortletPreferencesByPlid in interface PortletPreferencesLocalServiceSystemExceptionpublic javax.portlet.PortletPreferences fetchPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
throws SystemException
fetchPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic javax.portlet.PortletPreferences fetchPreferences(PortletPreferencesIds portletPreferencesIds) throws SystemException
fetchPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic javax.portlet.PortletPreferences getDefaultPreferences(long companyId,
java.lang.String portletId)
throws SystemException
getDefaultPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic java.util.List<PortletPreferences> getPortletPreferences() throws SystemException
getPortletPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic java.util.List<PortletPreferences> getPortletPreferences(int ownerType, long plid, java.lang.String portletId) throws SystemException
getPortletPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic java.util.List<PortletPreferences> getPortletPreferences(long ownerId, int ownerType, long plid) throws SystemException
getPortletPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic PortletPreferences getPortletPreferences(long ownerId, int ownerType, long plid, java.lang.String portletId) throws PortalException, SystemException
getPortletPreferences in interface PortletPreferencesLocalServicePortalExceptionSystemExceptionpublic java.util.List<PortletPreferences> getPortletPreferences(long companyId, long groupId, long ownerId, int ownerType, java.lang.String portletId, boolean privateLayout) throws SystemException
getPortletPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic java.util.List<PortletPreferences> getPortletPreferences(long plid, java.lang.String portletId) throws SystemException
getPortletPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic java.util.List<PortletPreferences> getPortletPreferencesByPlid(long plid) throws SystemException
getPortletPreferencesByPlid in interface PortletPreferencesLocalServiceSystemExceptionpublic long getPortletPreferencesCount(int ownerType,
long plid,
java.lang.String portletId)
throws SystemException
getPortletPreferencesCount in interface PortletPreferencesLocalServiceSystemExceptionpublic long getPortletPreferencesCount(int ownerType,
java.lang.String portletId)
throws SystemException
getPortletPreferencesCount in interface PortletPreferencesLocalServiceSystemExceptionpublic long getPortletPreferencesCount(long ownerId,
int ownerType,
long plid,
Portlet portlet,
boolean excludeDefaultPreferences)
throws SystemException
getPortletPreferencesCount in interface PortletPreferencesLocalServiceSystemExceptionpublic long getPortletPreferencesCount(long ownerId,
int ownerType,
java.lang.String portletId,
boolean excludeDefaultPreferences)
throws SystemException
getPortletPreferencesCount in interface PortletPreferencesLocalServiceSystemExceptionpublic javax.portlet.PortletPreferences getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
throws SystemException
getPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic javax.portlet.PortletPreferences getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
java.lang.String defaultPreferences)
throws SystemException
getPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic javax.portlet.PortletPreferences getPreferences(PortletPreferencesIds portletPreferencesIds) throws SystemException
getPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic javax.portlet.PortletPreferences getStrictPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
throws SystemException
getStrictPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic javax.portlet.PortletPreferences getStrictPreferences(PortletPreferencesIds portletPreferencesIds) throws SystemException
getStrictPreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic PortletPreferences updatePreferences(long ownerId, int ownerType, long plid, java.lang.String portletId, javax.portlet.PortletPreferences portletPreferences) throws SystemException
updatePreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic PortletPreferences updatePreferences(long ownerId, int ownerType, long plid, java.lang.String portletId, java.lang.String xml) throws SystemException
updatePreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic PortletPreferencesLocalService getWrappedPortletPreferencesLocalService()
getWrappedService()public void setWrappedPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
setWrappedService(com.liferay.portal.service.PortletPreferencesLocalService)public PortletPreferencesLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<PortletPreferencesLocalService>public void setWrappedService(PortletPreferencesLocalService portletPreferencesLocalService)
setWrappedService in interface ServiceWrapper<PortletPreferencesLocalService>