|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface defining how newly created content should be added to the Journal when imported from a LAR file. A class implementing this interface should be specified in portal.properties under the journal.lar.creation.strategy property.
Method Summary | |
boolean |
addCommunityPermissions(long companyId,
long groupId,
java.lang.Object journalObj)
Returns true if the default community permissions should be added when the specified journalObj is created. |
boolean |
addGuestPermissions(long companyId,
long groupId,
java.lang.Object journalObj)
Returns true if the default guest permissions should be added when the specified journalObj is created. |
long |
getApprovalUserId(long companyId,
long groupId,
java.lang.Object journalObj)
Returns the approver's user id to assign to newly created content. |
java.lang.String |
getApprovalUserName(long companyId,
long groupId,
java.lang.Object journalObj)
Returns the approver's user name. |
long |
getAuthorUserId(long companyId,
long groupId,
java.lang.Object journalObj)
Returns the author's user id to assign to newly created content. |
java.lang.String |
getAuthorUserName(long companyId,
long groupId,
java.lang.Object journalObj)
Returns the author's user name. |
java.lang.String |
getTransformedContent(long companyId,
long groupId,
com.liferay.portlet.journal.model.JournalArticle newArticle)
Gives the content creation strategy an opportunity to transform the content before the new article is saved to the database. |
Method Detail |
public long getAuthorUserId(long companyId, long groupId, java.lang.Object journalObj) throws java.lang.Exception
companyId
- the company id of the layoutgroupId
- the group id of the layoutjournalObj
- the new object must be an instance of
JournalArticle, JournalStructure or JournalTemplate
java.lang.Exception
public java.lang.String getAuthorUserName(long companyId, long groupId, java.lang.Object journalObj) throws java.lang.Exception
getAuthorUserId()
returns null.
companyId
- the company id of the layoutgroupId
- the group id of the layoutjournalObj
- the new object must be an instance of
JournalArticle, JournalStructure or JournalTemplate
getAuthorUserId()
does not return null
java.lang.Exception
public long getApprovalUserId(long companyId, long groupId, java.lang.Object journalObj) throws java.lang.Exception
companyId
- the company id of the layoutgroupId
- the group id of the layoutjournalObj
- the new object must be an instance of
JournalArticle, JournalStructure or JournalTemplate
java.lang.Exception
public java.lang.String getApprovalUserName(long companyId, long groupId, java.lang.Object journalObj) throws java.lang.Exception
getApprovalUserId()
returns null.
companyId
- the company id of the layoutgroupId
- the group id of the layoutjournalObj
- the new object must be an instance of
JournalArticle, JournalStructure or JournalTemplate
getApprovalUserId()
does not return null
java.lang.Exception
public java.lang.String getTransformedContent(long companyId, long groupId, com.liferay.portlet.journal.model.JournalArticle newArticle) throws java.lang.Exception
companyId
- the company id of the layoutgroupId
- the group id of the layoutnewArticle
- the new article being created
java.lang.Exception
public boolean addCommunityPermissions(long companyId, long groupId, java.lang.Object journalObj) throws java.lang.Exception
companyId
- the company id of the layoutgroupId
- the group id of the layoutjournalObj
- the new object must be an instance of
JournalArticle, JournalStructure or JournalTemplate
java.lang.Exception
public boolean addGuestPermissions(long companyId, long groupId, java.lang.Object journalObj) throws java.lang.Exception
companyId
- the company id of the layoutgroupId
- the group id of the layoutjournalObj
- the new object must be an instance of
JournalArticle, JournalStructure or JournalTemplate
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |