Class JournalFolderFixture

java.lang.Object
com.liferay.journal.test.util.JournalFolderFixture

public class JournalFolderFixture extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    JournalFolderFixture(com.liferay.journal.service.JournalFolderLocalService journalFolderLocalService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.journal.model.JournalFolder
    addFolder(long userId, long groupId, long parentFolderId, String name)
     
    com.liferay.journal.model.JournalFolder
    addFolder(long groupId, long parentFolderId, String name)
     
    com.liferay.journal.model.JournalFolder
    addFolder(long groupId, String name)
     
    com.liferay.journal.model.JournalFolder
    addFolder(long parentFolderId, String name, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    com.liferay.journal.model.JournalFolder
    addFolder(long parentFolderId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    com.liferay.journal.model.JournalFolder
    addFolder(String externalReferenceCode, long parentFolderId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JournalFolderFixture

      public JournalFolderFixture(com.liferay.journal.service.JournalFolderLocalService journalFolderLocalService)
  • Method Details

    • addFolder

      public com.liferay.journal.model.JournalFolder addFolder(long userId, long groupId, long parentFolderId, String name) throws Exception
      Throws:
      Exception
    • addFolder

      public com.liferay.journal.model.JournalFolder addFolder(long groupId, long parentFolderId, String name) throws Exception
      Throws:
      Exception
    • addFolder

      public com.liferay.journal.model.JournalFolder addFolder(long groupId, String name) throws Exception
      Throws:
      Exception
    • addFolder

      public com.liferay.journal.model.JournalFolder addFolder(long parentFolderId, String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception
      Throws:
      Exception
    • addFolder

      public com.liferay.journal.model.JournalFolder addFolder(long parentFolderId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception
      Throws:
      Exception
    • addFolder

      public com.liferay.journal.model.JournalFolder addFolder(String externalReferenceCode, long parentFolderId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception
      Throws:
      Exception