@ProviderType public interface UADAnonymizer<T> extends UADComponent<T>
Modifier and Type | Method and Description |
---|---|
void |
autoAnonymize(T t,
long userId,
com.liferay.portal.kernel.model.User anonymousUser) |
void |
autoAnonymizeAll(long userId,
com.liferay.portal.kernel.model.User anonymousUser) |
long |
count(long userId) |
void |
delete(T t) |
void |
deleteAll(long userId) |
getTypeClass
void autoAnonymize(T t, long userId, com.liferay.portal.kernel.model.User anonymousUser) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void autoAnonymizeAll(long userId, com.liferay.portal.kernel.model.User anonymousUser) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
long count(long userId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void delete(T t) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteAll(long userId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException