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) int
getRedirectEntriesCount
(long groupId) void
setWrappedService
(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:
addRedirectEntry
in 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:
addRedirectEntry
in interfaceRedirectEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteRedirectEntry
public RedirectEntry deleteRedirectEntry(long redirectEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteRedirectEntry
in interfaceRedirectEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchRedirectEntry
public RedirectEntry fetchRedirectEntry(long redirectEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchRedirectEntry
in interfaceRedirectEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
getRedirectEntries
in interfaceRedirectEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRedirectEntriesCount
public int getRedirectEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getRedirectEntriesCount
in 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:
updateRedirectEntry
in 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:
updateRedirectEntry
in interfaceRedirectEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<RedirectEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<RedirectEntryService>
-