Class MockInfoItemCreator

java.lang.Object
com.liferay.info.test.util.info.item.creator.MockInfoItemCreator
All Implemented Interfaces:
com.liferay.info.item.creator.InfoItemCreator<MockObject>

public class MockInfoItemCreator extends Object implements com.liferay.info.item.creator.InfoItemCreator<MockObject>
  • Constructor Details

    • MockInfoItemCreator

      public MockInfoItemCreator()
  • Method Details

    • createFromInfoItemFieldValues

      public MockObject createFromInfoItemFieldValues(long groupId, com.liferay.info.item.InfoItemFieldValues infoItemFieldValues, int status) throws com.liferay.portal.kernel.exception.InfoFormException
      Specified by:
      createFromInfoItemFieldValues in interface com.liferay.info.item.creator.InfoItemCreator<MockObject>
      Throws:
      com.liferay.portal.kernel.exception.InfoFormException
    • getInfoFormException

      public com.liferay.portal.kernel.exception.InfoFormException getInfoFormException()
    • getMockObject

      public MockObject getMockObject()
    • setInfoFormException

      public void setInfoFormException(com.liferay.portal.kernel.exception.InfoFormException infoFormException)
    • setMockObject

      public void setMockObject(MockObject mockObject)