public class RedirectEntryServiceWrapper extends java.lang.Object implements RedirectEntryService, 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,
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,
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,
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(RedirectEntryService redirectEntryService)
public RedirectEntry addRedirectEntry(long groupId, java.lang.String destinationURL, java.util.Date expirationDate, boolean permanent, java.lang.String sourceURL, ServiceContext serviceContext) throws PortalException
addRedirectEntry in interface RedirectEntryServicePortalExceptionpublic RedirectEntry addRedirectEntry(long groupId, java.lang.String destinationURL, java.util.Date expirationDate, java.lang.String groupBaseURL, boolean permanent, java.lang.String sourceURL, boolean updateChainedRedirectEntries, ServiceContext serviceContext) throws PortalException
addRedirectEntry in interface RedirectEntryServicePortalExceptionpublic RedirectEntry deleteRedirectEntry(long redirectEntryId) throws PortalException
deleteRedirectEntry in interface RedirectEntryServicePortalExceptionpublic RedirectEntry fetchRedirectEntry(long redirectEntryId) throws PortalException
fetchRedirectEntry in interface RedirectEntryServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface RedirectEntryServicepublic java.util.List<RedirectEntry> getRedirectEntries(long groupId, int start, int end, OrderByComparator<RedirectEntry> orderByComparator) throws PortalException
getRedirectEntries in interface RedirectEntryServicePortalExceptionpublic int getRedirectEntriesCount(long groupId)
throws PortalException
getRedirectEntriesCount in interface RedirectEntryServicePortalExceptionpublic RedirectEntry updateRedirectEntry(long redirectEntryId, java.lang.String destinationURL, java.util.Date expirationDate, boolean permanent, java.lang.String sourceURL) throws PortalException
updateRedirectEntry in interface RedirectEntryServicePortalExceptionpublic 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 PortalException
updateRedirectEntry in interface RedirectEntryServicePortalExceptionpublic RedirectEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<RedirectEntryService>public void setWrappedService(RedirectEntryService redirectEntryService)
setWrappedService in interface ServiceWrapper<RedirectEntryService>