public class RedirectEntryServiceWrapper extends java.lang.Object implements RedirectEntryService, com.liferay.portal.kernel.service.ServiceWrapper<RedirectEntryService>
RedirectEntryService
.RedirectEntryService
Constructor and Description |
---|
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 |
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> obc) |
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) |
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 RedirectEntryService
com.liferay.portal.kernel.exception.PortalException
public RedirectEntry deleteRedirectEntry(long redirectEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteRedirectEntry
in interface RedirectEntryService
com.liferay.portal.kernel.exception.PortalException
public RedirectEntry fetchRedirectEntry(long redirectEntryId) throws com.liferay.portal.kernel.exception.PortalException
fetchRedirectEntry
in interface RedirectEntryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface RedirectEntryService
public java.util.List<RedirectEntry> getRedirectEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<RedirectEntry> obc) throws com.liferay.portal.kernel.exception.PortalException
getRedirectEntries
in interface RedirectEntryService
com.liferay.portal.kernel.exception.PortalException
public int getRedirectEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
getRedirectEntriesCount
in interface RedirectEntryService
com.liferay.portal.kernel.exception.PortalException
public 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 RedirectEntryService
com.liferay.portal.kernel.exception.PortalException
public 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>