@ProviderType public interface UADExporter<T> extends UADComponent<T>
Modifier and Type | Method and Description |
---|---|
long |
count(long userId) |
byte[] |
export(T t) |
java.io.File |
exportAll(long userId) |
getTypeClass
long count(long userId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
byte[] export(T t) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.io.File exportAll(long userId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException