Foros de discusión

Doubt in Blog Entry

Kanmani Karthikeyan, modificado hace 11 años.

Doubt in Blog Entry

Junior Member Mensajes: 25 Fecha de incorporación: 24/01/12 Mensajes recientes
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, modificado hace 11 años.

RE: Doubt in Blog Entry

Expert Mensajes: 375 Fecha de incorporación: 10/03/09 Mensajes recientes
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, modificado hace 11 años.

RE: Doubt in Blog Entry

Junior Member Mensajes: 25 Fecha de incorporación: 24/01/12 Mensajes recientes
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, modificado hace 11 años.

RE: Doubt in Blog Entry

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Try using dynamicQuery and specify userId.
Kanmani Karthikeyan, modificado hace 11 años.

RE: Doubt in Blog Entry

Junior Member Mensajes: 25 Fecha de incorporación: 24/01/12 Mensajes recientes
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, modificado hace 11 años.

RE: Doubt in Blog Entry

Expert Mensajes: 375 Fecha de incorporación: 10/03/09 Mensajes recientes
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, modificado hace 11 años.

RE: Doubt in Blog Entry

Junior Member Mensajes: 25 Fecha de incorporación: 24/01/12 Mensajes recientes
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, modificado hace 11 años.

RE: Doubt in Blog Entry

Regular Member Mensajes: 145 Fecha de incorporación: 31/01/11 Mensajes recientes
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, modificado hace 11 años.

RE: Doubt in Blog Entry

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
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