@ProviderType
public interface MBMessageDemoDataCreator
| Modifier and Type | Method and Description |
|---|---|
MBMessage |
create(long userId,
long categoryId) |
MBMessage |
create(long userId,
long categoryId,
long parentMessageId) |
void |
delete() |
MBMessage create(long userId, long categoryId) throws java.io.IOException, PortalException
java.io.IOExceptionPortalExceptionMBMessage create(long userId, long categoryId, long parentMessageId) throws java.io.IOException, PortalException
java.io.IOExceptionPortalExceptionvoid delete()
throws PortalException
PortalException