Class JournalArticleBlueprint

java.lang.Object
com.liferay.journal.test.util.search.JournalArticleBlueprint

public class JournalArticleBlueprint extends Object
  • Constructor Details

    • JournalArticleBlueprint

      public JournalArticleBlueprint()
    • JournalArticleBlueprint

      public JournalArticleBlueprint(JournalArticleBlueprint journalArticleBlueprint)
  • Method Details

    • getAssetCategoryIds

      public long[] getAssetCategoryIds()
    • getContentString

      public String getContentString()
    • getDescriptionMap

      public Map<Locale,String> getDescriptionMap()
    • getExpandoBridgeAttributes

      public Map<String,Serializable> getExpandoBridgeAttributes()
    • getGroupId

      public long getGroupId()
    • getServiceContext

      public com.liferay.portal.kernel.service.ServiceContext getServiceContext()
    • getTitleMap

      public Map<Locale,String> getTitleMap()
    • getUserId

      public long getUserId()
    • getWorkflowAction

      public int getWorkflowAction()
    • isWorkflowEnabled

      public boolean isWorkflowEnabled()
    • setAssetCategoryIds

      public void setAssetCategoryIds(long[] assetCategoryIds)
    • setDraft

      public void setDraft(boolean draft)
    • setExpandoBridgeAttributes

      public void setExpandoBridgeAttributes(Map<String,Serializable> expandoBridgeAttributes)
    • setGroupId

      public void setGroupId(long groupId)
    • setJournalArticleContent

      public void setJournalArticleContent(JournalArticleContent journalArticleContent)
    • setJournalArticleDescription

      public void setJournalArticleDescription(JournalArticleDescription journalArticleDescription)
    • setJournalArticleTitle

      public void setJournalArticleTitle(JournalArticleTitle journalArticleTitle)
    • setServiceContext

      public void setServiceContext(com.liferay.portal.kernel.service.ServiceContext serviceContext)
    • setUserId

      public void setUserId(long userId)
    • setWorkflowEnabled

      public void setWorkflowEnabled(boolean workflowEnabled)
    • getExpandoBridgeAttributes

      protected static HashMap<String,Serializable> getExpandoBridgeAttributes(Map<String,Serializable> expandoBridgeAttributes)
    • getJournalArticleContent

      protected static JournalArticleContent getJournalArticleContent(JournalArticleContent journalArticleContent)
    • getJournalArticleDescription

      protected static JournalArticleDescription getJournalArticleDescription(JournalArticleDescription journalArticleDescription)
    • getJournalArticleTitle

      protected static JournalArticleTitle getJournalArticleTitle(JournalArticleTitle journalArticleTitle)