@ProviderType
public interface MBThreadDemoDataCreator
Modifier and Type | Method and Description |
---|---|
MBThread |
create(java.util.List<java.lang.Long> userIds,
long categoryId) |
default MBThread |
create(long userId,
long categoryId) |
void |
delete() |
MBThread create(java.util.List<java.lang.Long> userIds, long categoryId) throws java.io.IOException, com.liferay.portal.kernel.exception.PortalException
java.io.IOException
com.liferay.portal.kernel.exception.PortalException
default MBThread create(long userId, long categoryId) throws java.io.IOException, com.liferay.portal.kernel.exception.PortalException
java.io.IOException
com.liferay.portal.kernel.exception.PortalException
void delete() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException