Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.blogs.model.BlogsEntryModel

Packages that use BlogsEntryModel
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.blogs.model   
com.liferay.portlet.blogs.model.impl   
 

Uses of BlogsEntryModel in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return BlogsEntryModel
protected  BlogsEntryModel DataFactory.newBlogsEntryModel(long groupId, int index)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return types with arguments of type BlogsEntryModel
 List<BlogsEntryModel> DataFactory.newBlogsEntryModels(long groupId)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type BlogsEntryModel
 AssetEntryModel DataFactory.newAssetEntryModel(BlogsEntryModel blogsEntryModel)
           
 List<ResourcePermissionModel> DataFactory.newResourcePermissionModels(BlogsEntryModel blogsEntryModel)
           
 SocialActivityModel DataFactory.newSocialActivityModel(BlogsEntryModel blogsEntryModel)
           
 SubscriptionModel DataFactory.newSubscriptionModel(BlogsEntryModel blogsEntryModel)
           
 

Uses of BlogsEntryModel in com.liferay.portlet.blogs.model
 

Subinterfaces of BlogsEntryModel in com.liferay.portlet.blogs.model
 interface BlogsEntry
          The extended model interface for the BlogsEntry service.
 

Classes in com.liferay.portlet.blogs.model that implement BlogsEntryModel
 class BlogsEntryWrapper
           This class is a wrapper for BlogsEntry.
 

Uses of BlogsEntryModel in com.liferay.portlet.blogs.model.impl
 

Classes in com.liferay.portlet.blogs.model.impl that implement BlogsEntryModel
 class BlogsEntryBaseImpl
          The extended model base implementation for the BlogsEntry service.
 class BlogsEntryImpl
           
 class BlogsEntryModelImpl
          The base model implementation for the BlogsEntry service.
 


Liferay 6.2-ce-ga5