Class JournalArticleBlueprint
java.lang.Object
com.liferay.journal.test.util.search.JournalArticleBlueprint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong[]protected static HashMap<String, Serializable> getExpandoBridgeAttributes(Map<String, Serializable> expandoBridgeAttributes) longprotected static JournalArticleContentgetJournalArticleContent(JournalArticleContent journalArticleContent) protected static JournalArticleDescriptiongetJournalArticleDescription(JournalArticleDescription journalArticleDescription) protected static JournalArticleTitlegetJournalArticleTitle(JournalArticleTitle journalArticleTitle) com.liferay.portal.kernel.service.ServiceContextlongintbooleanvoidsetAssetCategoryIds(long[] assetCategoryIds) voidsetDraft(boolean draft) voidsetExpandoBridgeAttributes(Map<String, Serializable> expandoBridgeAttributes) voidsetGroupId(long groupId) voidsetJournalArticleContent(JournalArticleContent journalArticleContent) voidsetJournalArticleDescription(JournalArticleDescription journalArticleDescription) voidsetJournalArticleTitle(JournalArticleTitle journalArticleTitle) voidsetServiceContext(com.liferay.portal.kernel.service.ServiceContext serviceContext) voidsetUserId(long userId) voidsetWorkflowEnabled(boolean workflowEnabled)
-
Constructor Details
-
JournalArticleBlueprint
public JournalArticleBlueprint() -
JournalArticleBlueprint
-
-
Method Details
-
getAssetCategoryIds
public long[] getAssetCategoryIds() -
getContentString
-
getDescriptionMap
-
getExpandoBridgeAttributes
-
getGroupId
public long getGroupId() -
getServiceContext
public com.liferay.portal.kernel.service.ServiceContext getServiceContext() -
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
-
setGroupId
public void setGroupId(long groupId) -
setJournalArticleContent
-
setJournalArticleDescription
-
setJournalArticleTitle
-
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)
-