掲示板

Doubt in Blog Entry

11年前 に Kanmani Karthikeyan によって更新されました。

Doubt in Blog Entry

Junior Member 投稿: 25 参加年月日: 12/01/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
11年前 に Bijan Vakili によって更新されました。

RE: Doubt in Blog Entry

Expert 投稿: 375 参加年月日: 09/03/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
11年前 に Kanmani Karthikeyan によって更新されました。

RE: Doubt in Blog Entry

Junior Member 投稿: 25 参加年月日: 12/01/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
11年前 に Hitoshi Ozawa によって更新されました。

RE: Doubt in Blog Entry

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Try using dynamicQuery and specify userId.
11年前 に Kanmani Karthikeyan によって更新されました。

RE: Doubt in Blog Entry

Junior Member 投稿: 25 参加年月日: 12/01/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
11年前 に Bijan Vakili によって更新されました。

RE: Doubt in Blog Entry

Expert 投稿: 375 参加年月日: 09/03/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
11年前 に Kanmani Karthikeyan によって更新されました。

RE: Doubt in Blog Entry

Junior Member 投稿: 25 参加年月日: 12/01/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
11年前 に Gaurav Jain によって更新されました。

RE: Doubt in Blog Entry

Regular Member 投稿: 145 参加年月日: 11/01/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
11年前 に Hitoshi Ozawa によって更新されました。

RE: Doubt in Blog Entry

Liferay Legend 投稿: 7942 参加年月日: 10/03/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