Package com.liferay.redirect.service
Class RedirectEntryServiceWrapper
java.lang.Object
com.liferay.redirect.service.RedirectEntryServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<RedirectEntryService>,RedirectEntryService
public class RedirectEntryServiceWrapper
extends Object
implements RedirectEntryService, com.liferay.portal.kernel.service.ServiceWrapper<RedirectEntryService>
Provides a wrapper for
RedirectEntryService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRedirectEntry(long groupId, String destinationURL, Date expirationDate, boolean permanent, String sourceURL, com.liferay.portal.kernel.service.ServiceContext serviceContext) addRedirectEntry(long groupId, String destinationURL, Date expirationDate, String groupBaseURL, boolean permanent, String sourceURL, boolean updateChainedRedirectEntries, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteRedirectEntry(long redirectEntryId) fetchRedirectEntry(long redirectEntryId) Returns the OSGi service identifier.getRedirectEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<RedirectEntry> orderByComparator) intgetRedirectEntriesCount(long groupId) voidsetWrappedService(RedirectEntryService redirectEntryService) updateRedirectEntry(long redirectEntryId, String destinationURL, Date expirationDate, boolean permanent, String sourceURL) updateRedirectEntry(long redirectEntryId, String destinationURL, Date expirationDate, String groupBaseURL, boolean permanent, String sourceURL, boolean updateChainedRedirectEntries)
-
Constructor Details
-
RedirectEntryServiceWrapper
public RedirectEntryServiceWrapper() -
RedirectEntryServiceWrapper
-
-
Method Details
-
addRedirectEntry
public RedirectEntry addRedirectEntry(long groupId, String destinationURL, Date expirationDate, boolean permanent, String sourceURL, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addRedirectEntryin interfaceRedirectEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addRedirectEntry
public RedirectEntry addRedirectEntry(long groupId, String destinationURL, Date expirationDate, String groupBaseURL, boolean permanent, String sourceURL, boolean updateChainedRedirectEntries, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addRedirectEntryin interfaceRedirectEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteRedirectEntry
public RedirectEntry deleteRedirectEntry(long redirectEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteRedirectEntryin interfaceRedirectEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchRedirectEntry
public RedirectEntry fetchRedirectEntry(long redirectEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchRedirectEntryin interfaceRedirectEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceRedirectEntryService- Returns:
- the OSGi service identifier
-
getRedirectEntries
public List<RedirectEntry> getRedirectEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<RedirectEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getRedirectEntriesin interfaceRedirectEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRedirectEntriesCount
public int getRedirectEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getRedirectEntriesCountin interfaceRedirectEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateRedirectEntry
public RedirectEntry updateRedirectEntry(long redirectEntryId, String destinationURL, Date expirationDate, boolean permanent, String sourceURL) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateRedirectEntryin interfaceRedirectEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateRedirectEntry
public RedirectEntry updateRedirectEntry(long redirectEntryId, String destinationURL, Date expirationDate, String groupBaseURL, boolean permanent, String sourceURL, boolean updateChainedRedirectEntries) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateRedirectEntryin interfaceRedirectEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<RedirectEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<RedirectEntryService>
-