public class MockInfoItemCreator extends java.lang.Object implements com.liferay.info.item.creator.InfoItemCreator<MockObject>
| Constructor and Description |
|---|
MockInfoItemCreator() |
| Modifier and Type | Method and Description |
|---|---|
MockObject |
createFromInfoItemFieldValues(long groupId,
com.liferay.info.item.InfoItemFieldValues infoItemFieldValues) |
com.liferay.info.exception.InfoFormException |
getInfoFormException() |
MockObject |
getMockObject() |
int |
getScope() |
void |
setInfoFormException(com.liferay.info.exception.InfoFormException infoFormException) |
void |
setMockObject(MockObject mockObject) |
boolean |
supportsCategorization() |
public MockObject createFromInfoItemFieldValues(long groupId, com.liferay.info.item.InfoItemFieldValues infoItemFieldValues) throws com.liferay.info.exception.InfoFormException
createFromInfoItemFieldValues in interface com.liferay.info.item.creator.InfoItemCreator<MockObject>com.liferay.info.exception.InfoFormExceptionpublic com.liferay.info.exception.InfoFormException getInfoFormException()
public MockObject getMockObject()
public int getScope()
getScope in interface com.liferay.info.item.creator.InfoItemCreator<MockObject>public void setInfoFormException(com.liferay.info.exception.InfoFormException infoFormException)
public void setMockObject(MockObject mockObject)
public boolean supportsCategorization()
supportsCategorization in interface com.liferay.info.item.creator.InfoItemCreator<MockObject>