public class TrashEntryServiceHttp
extends java.lang.Object
TrashEntryServiceUtil service utility. The
static methods of this class calls the same methods of the service utility.
However, the signatures are different because it requires an additional
HttpPrincipal parameter.
The benefits of using the HTTP utility is that it is fast and allows for tunneling without the cost of serializing to text. The drawback is that it only works with Java.
Set the property tunnel.servlet.hosts.allowed in portal.properties to configure security.
The HTTP utility is only generated for remote services.
TrashEntryServiceSoap,
HttpPrincipal,
TrashEntryServiceUtil| Constructor and Description |
|---|
TrashEntryServiceHttp() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteEntries(HttpPrincipal httpPrincipal,
long groupId) |
static void |
deleteEntries(HttpPrincipal httpPrincipal,
long[] entryIds) |
static void |
deleteEntry(HttpPrincipal httpPrincipal,
long entryId) |
static void |
deleteEntry(HttpPrincipal httpPrincipal,
java.lang.String className,
long classPK) |
static com.liferay.portlet.trash.model.TrashEntryList |
getEntries(HttpPrincipal httpPrincipal,
long groupId) |
static com.liferay.portlet.trash.model.TrashEntryList |
getEntries(HttpPrincipal httpPrincipal,
long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc) |
static void |
moveEntry(HttpPrincipal httpPrincipal,
java.lang.String className,
long classPK,
long destinationContainerModelId,
com.liferay.portal.service.ServiceContext serviceContext) |
static com.liferay.portlet.trash.model.TrashEntry |
restoreEntry(HttpPrincipal httpPrincipal,
long entryId) |
static com.liferay.portlet.trash.model.TrashEntry |
restoreEntry(HttpPrincipal httpPrincipal,
long entryId,
long overrideClassPK,
java.lang.String name) |
public static void deleteEntries(HttpPrincipal httpPrincipal, long groupId) throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic static void deleteEntries(HttpPrincipal httpPrincipal, long[] entryIds) throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic static void deleteEntry(HttpPrincipal httpPrincipal, long entryId) throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic static void deleteEntry(HttpPrincipal httpPrincipal, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic static com.liferay.portlet.trash.model.TrashEntryList getEntries(HttpPrincipal httpPrincipal, long groupId) throws com.liferay.portal.kernel.exception.SystemException, com.liferay.portal.security.auth.PrincipalException
com.liferay.portal.kernel.exception.SystemExceptioncom.liferay.portal.security.auth.PrincipalExceptionpublic static com.liferay.portlet.trash.model.TrashEntryList getEntries(HttpPrincipal httpPrincipal, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.kernel.exception.SystemException, com.liferay.portal.security.auth.PrincipalException
com.liferay.portal.kernel.exception.SystemExceptioncom.liferay.portal.security.auth.PrincipalExceptionpublic static void moveEntry(HttpPrincipal httpPrincipal, java.lang.String className, long classPK, long destinationContainerModelId, com.liferay.portal.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic static com.liferay.portlet.trash.model.TrashEntry restoreEntry(HttpPrincipal httpPrincipal, long entryId) throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic static com.liferay.portlet.trash.model.TrashEntry restoreEntry(HttpPrincipal httpPrincipal, long entryId, long overrideClassPK, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException