留言板

Doubt in Blog Entry

Kanmani Karthikeyan,修改在11 年前。

Doubt in Blog Entry

Junior Member 帖子: 25 加入日期: 12-1-24 最近的帖子
Hi to all
1) I want to display all the all the entry in blogs

BlogEntry entry;
entry.getEntryid() -- that will return last blog id ..
i want to retrieve all the blog (each post) entry id's that is posted by each user ..

user a -- post blog post a,b,c ;
user b -- post blog post d,e ;

how to differenciate sir ?

i have to display each user blogs in each users dashboard sir . am trying to develop as a my own portlet ..
thumbnail
Bijan Vakili,修改在11 年前。

RE: Doubt in Blog Entry

Expert 帖子: 375 加入日期: 09-3-10 最近的帖子
Hi Kanmani,
One way is to loop over each Group (see reference 1) and retrieve user's blog posts (see reference 2) from that group.

References:
1. Looping over all Groups: http://docs.liferay.com/portal/6.1/javadocs/com/liferay/portal/service/GroupLocalServiceUtil.html#getCompanyGroups(long, int, int)
2. Getting all Blog posts by user for a particular group: http://docs.liferay.com/portal/6.1/javadocs/com/liferay/portlet/blogs/service/BlogsEntryLocalServiceUtil.html#getGroupUserEntries(long, long, java.util.Date, int, int, int, com.liferay.portal.kernel.util.OrderByComparator)

Let me know if you have question.
Note: please follow Forum Guidelines and FAQs to mark posts as Questions; when answered, please update accordingly. Thanks! See http://www.liferay.com/community/forums/-/message_boards/message/572822
Kanmani Karthikeyan,修改在11 年前。

RE: Doubt in Blog Entry

Junior Member 帖子: 25 加入日期: 12-1-24 最近的帖子
Thank u so much Bijan Vakili .. Thanks a lot ..

I have choosen DynamicQuery Option . This is more convenient way for me.
http://www.liferay.com/community/wiki/-/wiki/Main/Queries+2%3A+DynamicQuery+API

I Have a one more question sir.

How to open liferay database .. where is it sir ?
&
i got blog source code in liferay svn repository.
http://svn.liferay.com/repos/public/portal/trunk/portal-impl/src/com/liferay/portlet/blogs/

how to deploy that in my local machine. tell me how to run this source code in my eclipse.

Thanks in Advance . Help me Brother.
thumbnail
Hitoshi Ozawa,修改在11 年前。

RE: Doubt in Blog Entry

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
Try using dynamicQuery and specify userId.
Kanmani Karthikeyan,修改在11 年前。

RE: Doubt in Blog Entry

Junior Member 帖子: 25 加入日期: 12-1-24 最近的帖子
Thank u so much Hitoshi Ozawa.. Thanks a lot ..
I have choosen DynamicQuery Option . This is more convenient way for me.
http://www.liferay.com/community/wiki/-/wiki/Main/Queries+2%3A+DynamicQuery+API

I Have a one more question sir.

How to open liferay database .. where is it sir ?
&
i got blog source code in liferay svn repository.
http://svn.liferay.com/repos/public/portal/trunk/portal-impl/src/com/liferay/portlet/blogs/

how to deploy that in my local machine. tell me how to run this source code in my eclipse.

Thanks in Advance . Help me Brother.
thumbnail
Bijan Vakili,修改在11 年前。

RE: Doubt in Blog Entry

Expert 帖子: 375 加入日期: 09-3-10 最近的帖子
Hi Kanmani,

Please post one topic per thread;

In any case, you can try the following link for the database connection; also, the blogs portlet is a built-in portlet. Deploying it separately is not supported OOB, but you can overwrite it's functionality using hook or ext plugins.
http://www.liferay.com/community/wiki/-/wiki/Main/Connect+to+a+Database+with+Plugins+SDK
Kanmani Karthikeyan,修改在11 年前。

RE: Doubt in Blog Entry

Junior Member 帖子: 25 加入日期: 12-1-24 最近的帖子
Thank you Bijan Vakili Sir.

Am sorry for posting one more post.

Can u explain me some details about database browser engine mapping sir.

Thanks in advance.
thumbnail
Gaurav Jain,修改在11 年前。

RE: Doubt in Blog Entry

Regular Member 帖子: 145 加入日期: 11-1-31 最近的帖子
Kanmani Karthikeyan:
Thank you Bijan Vakili Sir.

Am sorry for posting one more post.

Can u explain me some details about database browser engine mapping sir.

Thanks in advance.



Database Browser Engine mapping is not related to Liferay forum IMO emoticon
Although, you can use phpmyadmin incase of mysql database.

There is already a lot of info available on internet for ths. Try googling.

Any specific problem you are getting in database connection of your liferay portal?
thumbnail
Hitoshi Ozawa,修改在11 年前。

RE: Doubt in Blog Entry

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
Am sorry for posting one more post.

Can u explain me some details about database browser engine mapping sir.


Kanmani, if you feel truly sorry for not obeying the rule of this forum, then please don't post any another question because it's against the forum guideline. Please read the guideline before posting anything else.

http://www.liferay.com/community/forums/-/message_boards/message/572822