com.liferay.trash.service.impl.TrashEntryServiceImpl
@Deprecated
public class TrashEntryServiceHttp
extends 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.
HttpPrincipal
,
TrashEntryServiceUtil
Constructor and Description |
---|
TrashEntryServiceHttp()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
deleteEntries(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long groupId)
Deprecated.
|
static void |
deleteEntries(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long[] entryIds)
Deprecated.
|
static void |
deleteEntry(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long entryId)
Deprecated.
|
static void |
deleteEntry(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
String className,
long classPK)
Deprecated.
|
static com.liferay.trash.kernel.model.TrashEntryList |
getEntries(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long groupId)
Deprecated.
|
static com.liferay.trash.kernel.model.TrashEntryList |
getEntries(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.trash.kernel.model.TrashEntry> obc)
Deprecated.
|
static List<com.liferay.trash.kernel.model.TrashEntry> |
getEntries(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long groupId,
String className)
Deprecated.
|
static com.liferay.trash.kernel.model.TrashEntryList |
getEntries(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long groupId,
String className,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.trash.kernel.model.TrashEntry> obc)
Deprecated.
|
static void |
moveEntry(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
String className,
long classPK,
long destinationContainerModelId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
|
static com.liferay.trash.kernel.model.TrashEntry |
restoreEntry(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long entryId)
Deprecated.
|
static com.liferay.trash.kernel.model.TrashEntry |
restoreEntry(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long entryId,
long overrideClassPK,
String name)
Deprecated.
|
static com.liferay.trash.kernel.model.TrashEntry |
restoreEntry(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
String className,
long classPK)
Deprecated.
|
static com.liferay.trash.kernel.model.TrashEntry |
restoreEntry(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
String className,
long classPK,
long overrideClassPK,
String name)
Deprecated.
|
public static void deleteEntries(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteEntries(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long[] entryIds) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteEntry(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long entryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteEntry(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.trash.kernel.model.TrashEntryList getEntries(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId) throws com.liferay.portal.kernel.security.auth.PrincipalException
com.liferay.portal.kernel.security.auth.PrincipalException
public static com.liferay.trash.kernel.model.TrashEntryList getEntries(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.trash.kernel.model.TrashEntry> obc) throws com.liferay.portal.kernel.security.auth.PrincipalException
com.liferay.portal.kernel.security.auth.PrincipalException
public static List<com.liferay.trash.kernel.model.TrashEntry> getEntries(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId, String className) throws com.liferay.portal.kernel.security.auth.PrincipalException
com.liferay.portal.kernel.security.auth.PrincipalException
public static com.liferay.trash.kernel.model.TrashEntryList getEntries(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long groupId, String className, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.trash.kernel.model.TrashEntry> obc) throws com.liferay.portal.kernel.security.auth.PrincipalException
com.liferay.portal.kernel.security.auth.PrincipalException
public static void moveEntry(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, String className, long classPK, long destinationContainerModelId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.trash.kernel.model.TrashEntry restoreEntry(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long entryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.trash.kernel.model.TrashEntry restoreEntry(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, long entryId, long overrideClassPK, String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.trash.kernel.model.TrashEntry restoreEntry(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.trash.kernel.model.TrashEntry restoreEntry(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal, String className, long classPK, long overrideClassPK, String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException