public class RedirectEntryServiceWrapper extends java.lang.Object implements RedirectEntryService, com.liferay.portal.kernel.service.ServiceWrapper<RedirectEntryService>
RedirectEntryService.RedirectEntryService| Constructor and Description |
|---|
RedirectEntryServiceWrapper() |
RedirectEntryServiceWrapper(RedirectEntryService redirectEntryService) |
| Modifier and Type | Method and Description |
|---|---|
RedirectEntry |
addRedirectEntry(long groupId,
java.lang.String destinationURL,
java.util.Date expirationDate,
boolean permanent,
java.lang.String sourceURL,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
RedirectEntry |
addRedirectEntry(long groupId,
java.lang.String destinationURL,
java.util.Date expirationDate,
java.lang.String groupBaseURL,
boolean permanent,
java.lang.String sourceURL,
boolean updateChainedRedirectEntries,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
RedirectEntry |
deleteRedirectEntry(long redirectEntryId) |
RedirectEntry |
fetchRedirectEntry(long redirectEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<RedirectEntry> |
getRedirectEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<RedirectEntry> orderByComparator) |
int |
getRedirectEntriesCount(long groupId) |
RedirectEntryService |
getWrappedService() |
void |
setWrappedService(RedirectEntryService redirectEntryService) |
RedirectEntry |
updateRedirectEntry(long redirectEntryId,
java.lang.String destinationURL,
java.util.Date expirationDate,
boolean permanent,
java.lang.String sourceURL) |
RedirectEntry |
updateRedirectEntry(long redirectEntryId,
java.lang.String destinationURL,
java.util.Date expirationDate,
java.lang.String groupBaseURL,
boolean permanent,
java.lang.String sourceURL,
boolean updateChainedRedirectEntries) |
public RedirectEntryServiceWrapper()
public RedirectEntryServiceWrapper(RedirectEntryService redirectEntryService)
public RedirectEntry addRedirectEntry(long groupId, java.lang.String destinationURL, java.util.Date expirationDate, boolean permanent, java.lang.String sourceURL, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addRedirectEntry in interface RedirectEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic RedirectEntry addRedirectEntry(long groupId, java.lang.String destinationURL, java.util.Date expirationDate, java.lang.String groupBaseURL, boolean permanent, java.lang.String sourceURL, boolean updateChainedRedirectEntries, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addRedirectEntry in interface RedirectEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic RedirectEntry deleteRedirectEntry(long redirectEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteRedirectEntry in interface RedirectEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic RedirectEntry fetchRedirectEntry(long redirectEntryId) throws com.liferay.portal.kernel.exception.PortalException
fetchRedirectEntry in interface RedirectEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface RedirectEntryServicepublic java.util.List<RedirectEntry> getRedirectEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<RedirectEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getRedirectEntries in interface RedirectEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getRedirectEntriesCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getRedirectEntriesCount in interface RedirectEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic RedirectEntry updateRedirectEntry(long redirectEntryId, java.lang.String destinationURL, java.util.Date expirationDate, boolean permanent, java.lang.String sourceURL) throws com.liferay.portal.kernel.exception.PortalException
updateRedirectEntry in interface RedirectEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic RedirectEntry updateRedirectEntry(long redirectEntryId, java.lang.String destinationURL, java.util.Date expirationDate, java.lang.String groupBaseURL, boolean permanent, java.lang.String sourceURL, boolean updateChainedRedirectEntries) throws com.liferay.portal.kernel.exception.PortalException
updateRedirectEntry in interface RedirectEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic RedirectEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<RedirectEntryService>public void setWrappedService(RedirectEntryService redirectEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<RedirectEntryService>