com.liferay.portlet.softwarecatalog.service.base
Class SCProductEntryLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.service.base.SCProductEntryLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portal.service.PersistedModelLocalService, com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Direct Known Subclasses:
SCProductEntryLocalServiceImpl

public abstract class SCProductEntryLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService, com.liferay.portal.kernel.bean.IdentifiableBean

The base implementation of the s c product entry local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in SCProductEntryLocalServiceImpl.

Author:
Brian Wing Shun Chan
See Also:
SCProductEntryLocalServiceImpl, SCProductEntryLocalServiceUtil
Generated:

Field Summary
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.portal.service.persistence.GroupFinder groupFinder
           
protected  com.liferay.portal.service.GroupLocalService groupLocalService
           
protected  com.liferay.portal.service.persistence.GroupPersistence groupPersistence
           
protected  com.liferay.portal.service.GroupService groupService
           
protected  com.liferay.portal.service.ImageLocalService imageLocalService
           
protected  com.liferay.portal.service.persistence.ImagePersistence imagePersistence
           
protected  com.liferay.portal.service.ImageService imageService
           
protected  com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder
           
protected  com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService
           
protected  com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence
           
protected  com.liferay.portlet.messageboards.service.MBMessageService mbMessageService
           
protected  com.liferay.portal.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  com.liferay.portlet.ratings.service.persistence.RatingsStatsFinder ratingsStatsFinder
           
protected  com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService
           
protected  com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence
           
protected  com.liferay.portal.service.persistence.ResourceFinder resourceFinder
           
protected  com.liferay.portal.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.ResourceService resourceService
           
protected  com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService scFrameworkVersionLocalService
           
protected  com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence scFrameworkVersionPersistence
           
protected  com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService scFrameworkVersionService
           
protected  com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService scLicenseLocalService
           
protected  com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence scLicensePersistence
           
protected  com.liferay.portlet.softwarecatalog.service.SCLicenseService scLicenseService
           
protected  com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService
           
protected  com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence
           
protected  com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService
           
protected  com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService scProductScreenshotLocalService
           
protected  com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence scProductScreenshotPersistence
           
protected  com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService scProductVersionLocalService
           
protected  com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence scProductVersionPersistence
           
protected  com.liferay.portlet.softwarecatalog.service.SCProductVersionService scProductVersionService
           
protected  com.liferay.portal.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.service.UserLocalService userLocalService
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.service.UserService userService
           
 
Constructor Summary
SCProductEntryLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.softwarecatalog.model.SCProductEntry addSCProductEntry(com.liferay.portlet.softwarecatalog.model.SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
 void afterPropertiesSet()
           
 com.liferay.portlet.softwarecatalog.model.SCProductEntry createSCProductEntry(long productEntryId)
          Creates a new s c product entry with the primary key.
 void deleteSCProductEntry(long productEntryId)
          Deletes the s c product entry with the primary key from the database.
 void deleteSCProductEntry(com.liferay.portlet.softwarecatalog.model.SCProductEntry scProductEntry)
          Deletes the s c product entry from the database.
 void destroy()
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
          Returns the number of rows that match the dynamic query.
 com.liferay.portlet.softwarecatalog.model.SCProductEntry fetchSCProductEntry(long productEntryId)
           
 java.lang.String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
          Returns the counter local service.
 com.liferay.portal.service.persistence.GroupFinder getGroupFinder()
          Returns the group finder.
 com.liferay.portal.service.GroupLocalService getGroupLocalService()
          Returns the group local service.
 com.liferay.portal.service.persistence.GroupPersistence getGroupPersistence()
          Returns the group persistence.
 com.liferay.portal.service.GroupService getGroupService()
          Returns the group remote service.
 com.liferay.portal.service.ImageLocalService getImageLocalService()
          Returns the image local service.
 com.liferay.portal.service.persistence.ImagePersistence getImagePersistence()
          Returns the image persistence.
 com.liferay.portal.service.ImageService getImageService()
          Returns the image remote service.
 com.liferay.portlet.messageboards.service.persistence.MBMessageFinder getMBMessageFinder()
          Returns the message-boards message finder.
 com.liferay.portlet.messageboards.service.MBMessageLocalService getMBMessageLocalService()
          Returns the message-boards message local service.
 com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence getMBMessagePersistence()
          Returns the message-boards message persistence.
 com.liferay.portlet.messageboards.service.MBMessageService getMBMessageService()
          Returns the message-boards message remote service.
protected  java.lang.Class<?> getModelClass()
           
protected  java.lang.String getModelClassName()
           
 com.liferay.portal.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
           
 com.liferay.portlet.ratings.service.persistence.RatingsStatsFinder getRatingsStatsFinder()
          Returns the ratings stats finder.
 com.liferay.portlet.ratings.service.RatingsStatsLocalService getRatingsStatsLocalService()
          Returns the ratings stats local service.
 com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence getRatingsStatsPersistence()
          Returns the ratings stats persistence.
 com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
          Returns the resource finder.
 com.liferay.portal.service.ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
          Returns the resource persistence.
 com.liferay.portal.service.ResourceService getResourceService()
          Returns the resource remote service.
 com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService getSCFrameworkVersionLocalService()
          Returns the s c framework version local service.
 com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence getSCFrameworkVersionPersistence()
          Returns the s c framework version persistence.
 com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService getSCFrameworkVersionService()
          Returns the s c framework version remote service.
 com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService getSCLicenseLocalService()
          Returns the s c license local service.
 com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence getSCLicensePersistence()
          Returns the s c license persistence.
 com.liferay.portlet.softwarecatalog.service.SCLicenseService getSCLicenseService()
          Returns the s c license remote service.
 java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductEntry> getSCProductEntries(int start, int end)
          Returns a range of all the s c product entries.
 int getSCProductEntriesCount()
          Returns the number of s c product entries.
 com.liferay.portlet.softwarecatalog.model.SCProductEntry getSCProductEntry(long productEntryId)
          Returns the s c product entry with the primary key.
 com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService getSCProductEntryLocalService()
          Returns the s c product entry local service.
 com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence getSCProductEntryPersistence()
          Returns the s c product entry persistence.
 com.liferay.portlet.softwarecatalog.service.SCProductEntryService getSCProductEntryService()
          Returns the s c product entry remote service.
 com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService getSCProductScreenshotLocalService()
          Returns the s c product screenshot local service.
 com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence getSCProductScreenshotPersistence()
          Returns the s c product screenshot persistence.
 com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService getSCProductVersionLocalService()
          Returns the s c product version local service.
 com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence getSCProductVersionPersistence()
          Returns the s c product version persistence.
 com.liferay.portlet.softwarecatalog.service.SCProductVersionService getSCProductVersionService()
          Returns the s c product version remote service.
 com.liferay.portal.service.persistence.UserFinder getUserFinder()
          Returns the user finder.
 com.liferay.portal.service.UserLocalService getUserLocalService()
          Returns the user local service.
 com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
          Returns the user persistence.
 com.liferay.portal.service.UserService getUserService()
          Returns the user remote service.
protected  void runSQL(java.lang.String sql)
          Performs an SQL query.
 void setBeanIdentifier(java.lang.String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
          Sets the counter local service.
 void setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
          Sets the group finder.
 void setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
          Sets the group local service.
 void setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
          Sets the group persistence.
 void setGroupService(com.liferay.portal.service.GroupService groupService)
          Sets the group remote service.
 void setImageLocalService(com.liferay.portal.service.ImageLocalService imageLocalService)
          Sets the image local service.
 void setImagePersistence(com.liferay.portal.service.persistence.ImagePersistence imagePersistence)
          Sets the image persistence.
 void setImageService(com.liferay.portal.service.ImageService imageService)
          Sets the image remote service.
 void setMBMessageFinder(com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder)
          Sets the message-boards message finder.
 void setMBMessageLocalService(com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService)
          Sets the message-boards message local service.
 void setMBMessagePersistence(com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence)
          Sets the message-boards message persistence.
 void setMBMessageService(com.liferay.portlet.messageboards.service.MBMessageService mbMessageService)
          Sets the message-boards message remote service.
 void setRatingsStatsFinder(com.liferay.portlet.ratings.service.persistence.RatingsStatsFinder ratingsStatsFinder)
          Sets the ratings stats finder.
 void setRatingsStatsLocalService(com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void setRatingsStatsPersistence(com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
          Sets the resource finder.
 void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
          Sets the resource persistence.
 void setResourceService(com.liferay.portal.service.ResourceService resourceService)
          Sets the resource remote service.
 void setSCFrameworkVersionLocalService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService scFrameworkVersionLocalService)
          Sets the s c framework version local service.
 void setSCFrameworkVersionPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence scFrameworkVersionPersistence)
          Sets the s c framework version persistence.
 void setSCFrameworkVersionService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService scFrameworkVersionService)
          Sets the s c framework version remote service.
 void setSCLicenseLocalService(com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService scLicenseLocalService)
          Sets the s c license local service.
 void setSCLicensePersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence scLicensePersistence)
          Sets the s c license persistence.
 void setSCLicenseService(com.liferay.portlet.softwarecatalog.service.SCLicenseService scLicenseService)
          Sets the s c license remote service.
 void setSCProductEntryLocalService(com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService)
          Sets the s c product entry local service.
 void setSCProductEntryPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence)
          Sets the s c product entry persistence.
 void setSCProductEntryService(com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService)
          Sets the s c product entry remote service.
 void setSCProductScreenshotLocalService(com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService scProductScreenshotLocalService)
          Sets the s c product screenshot local service.
 void setSCProductScreenshotPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence scProductScreenshotPersistence)
          Sets the s c product screenshot persistence.
 void setSCProductVersionLocalService(com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService scProductVersionLocalService)
          Sets the s c product version local service.
 void setSCProductVersionPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence scProductVersionPersistence)
          Sets the s c product version persistence.
 void setSCProductVersionService(com.liferay.portlet.softwarecatalog.service.SCProductVersionService scProductVersionService)
          Sets the s c product version remote service.
 void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(com.liferay.portal.service.UserService userService)
          Sets the user remote service.
 com.liferay.portlet.softwarecatalog.model.SCProductEntry updateSCProductEntry(com.liferay.portlet.softwarecatalog.model.SCProductEntry scProductEntry)
          Updates the s c product entry in the database or adds it if it does not yet exist.
 com.liferay.portlet.softwarecatalog.model.SCProductEntry updateSCProductEntry(com.liferay.portlet.softwarecatalog.model.SCProductEntry scProductEntry, boolean merge)
          Updates the s c product entry in the database or adds it if it does not yet exist.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
addProductEntry, addProductEntryResources, addProductEntryResources, addProductEntryResources, addProductEntryResources, deleteProductEntries, deleteProductEntry, deleteProductEntry, getCompanyProductEntries, getCompanyProductEntriesCount, getProductEntries, getProductEntries, getProductEntries, getProductEntries, getProductEntriesCount, getProductEntriesCount, getProductEntry, getRepositoryXML, getRepositoryXML, updateProductEntry
 

Field Detail

scFrameworkVersionLocalService

@BeanReference(type=com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService.class)
protected com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService scFrameworkVersionLocalService

scFrameworkVersionService

@BeanReference(type=com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService.class)
protected com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService scFrameworkVersionService

scFrameworkVersionPersistence

@BeanReference(type=com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence.class)
protected com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence scFrameworkVersionPersistence

scLicenseLocalService

@BeanReference(type=com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService.class)
protected com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService scLicenseLocalService

scLicenseService

@BeanReference(type=com.liferay.portlet.softwarecatalog.service.SCLicenseService.class)
protected com.liferay.portlet.softwarecatalog.service.SCLicenseService scLicenseService

scLicensePersistence

@BeanReference(type=com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence.class)
protected com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence scLicensePersistence

scProductEntryLocalService

@BeanReference(type=com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService.class)
protected com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService

scProductEntryService

@BeanReference(type=com.liferay.portlet.softwarecatalog.service.SCProductEntryService.class)
protected com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService

scProductEntryPersistence

@BeanReference(type=com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence.class)
protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence

scProductScreenshotLocalService

@BeanReference(type=com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService.class)
protected com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService scProductScreenshotLocalService

scProductScreenshotPersistence

@BeanReference(type=com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence.class)
protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence scProductScreenshotPersistence

scProductVersionLocalService

@BeanReference(type=com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService.class)
protected com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService scProductVersionLocalService

scProductVersionService

@BeanReference(type=com.liferay.portlet.softwarecatalog.service.SCProductVersionService.class)
protected com.liferay.portlet.softwarecatalog.service.SCProductVersionService scProductVersionService

scProductVersionPersistence

@BeanReference(type=com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence.class)
protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence scProductVersionPersistence

counterLocalService

@BeanReference(type=com.liferay.counter.service.CounterLocalService.class)
protected com.liferay.counter.service.CounterLocalService counterLocalService

groupLocalService

@BeanReference(type=com.liferay.portal.service.GroupLocalService.class)
protected com.liferay.portal.service.GroupLocalService groupLocalService

groupService

@BeanReference(type=com.liferay.portal.service.GroupService.class)
protected com.liferay.portal.service.GroupService groupService

groupPersistence

@BeanReference(type=com.liferay.portal.service.persistence.GroupPersistence.class)
protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence

groupFinder

@BeanReference(type=com.liferay.portal.service.persistence.GroupFinder.class)
protected com.liferay.portal.service.persistence.GroupFinder groupFinder

imageLocalService

@BeanReference(type=com.liferay.portal.service.ImageLocalService.class)
protected com.liferay.portal.service.ImageLocalService imageLocalService

imageService

@BeanReference(type=com.liferay.portal.service.ImageService.class)
protected com.liferay.portal.service.ImageService imageService

imagePersistence

@BeanReference(type=com.liferay.portal.service.persistence.ImagePersistence.class)
protected com.liferay.portal.service.persistence.ImagePersistence imagePersistence

resourceLocalService

@BeanReference(type=com.liferay.portal.service.ResourceLocalService.class)
protected com.liferay.portal.service.ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=com.liferay.portal.service.ResourceService.class)
protected com.liferay.portal.service.ResourceService resourceService

resourcePersistence

@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=com.liferay.portal.service.persistence.ResourceFinder.class)
protected com.liferay.portal.service.persistence.ResourceFinder resourceFinder

userLocalService

@BeanReference(type=com.liferay.portal.service.UserLocalService.class)
protected com.liferay.portal.service.UserLocalService userLocalService

userService

@BeanReference(type=com.liferay.portal.service.UserService.class)
protected com.liferay.portal.service.UserService userService

userPersistence

@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(type=com.liferay.portal.service.persistence.UserFinder.class)
protected com.liferay.portal.service.persistence.UserFinder userFinder

mbMessageLocalService

@BeanReference(type=com.liferay.portlet.messageboards.service.MBMessageLocalService.class)
protected com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService

mbMessageService

@BeanReference(type=com.liferay.portlet.messageboards.service.MBMessageService.class)
protected com.liferay.portlet.messageboards.service.MBMessageService mbMessageService

mbMessagePersistence

@BeanReference(type=com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence.class)
protected com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence

mbMessageFinder

@BeanReference(type=com.liferay.portlet.messageboards.service.persistence.MBMessageFinder.class)
protected com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder

ratingsStatsLocalService

@BeanReference(type=com.liferay.portlet.ratings.service.RatingsStatsLocalService.class)
protected com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService

ratingsStatsPersistence

@BeanReference(type=com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence.class)
protected com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence

ratingsStatsFinder

@BeanReference(type=com.liferay.portlet.ratings.service.persistence.RatingsStatsFinder.class)
protected com.liferay.portlet.ratings.service.persistence.RatingsStatsFinder ratingsStatsFinder

persistedModelLocalServiceRegistry

@BeanReference(type=com.liferay.portal.service.PersistedModelLocalServiceRegistry.class)
protected com.liferay.portal.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

SCProductEntryLocalServiceBaseImpl

public SCProductEntryLocalServiceBaseImpl()
Method Detail

addSCProductEntry

public com.liferay.portlet.softwarecatalog.model.SCProductEntry addSCProductEntry(com.liferay.portlet.softwarecatalog.model.SCProductEntry scProductEntry)
                                                                           throws com.liferay.portal.kernel.exception.SystemException
Adds the s c product entry to the database. Also notifies the appropriate model listeners.

Specified by:
addSCProductEntry in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Parameters:
scProductEntry - the s c product entry
Returns:
the s c product entry that was added
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

createSCProductEntry

public com.liferay.portlet.softwarecatalog.model.SCProductEntry createSCProductEntry(long productEntryId)
Creates a new s c product entry with the primary key. Does not add the s c product entry to the database.

Specified by:
createSCProductEntry in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Parameters:
productEntryId - the primary key for the new s c product entry
Returns:
the new s c product entry

deleteSCProductEntry

public void deleteSCProductEntry(long productEntryId)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Deletes the s c product entry with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteSCProductEntry in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Parameters:
productEntryId - the primary key of the s c product entry
Throws:
com.liferay.portal.kernel.exception.PortalException - if a s c product entry with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

deleteSCProductEntry

public void deleteSCProductEntry(com.liferay.portlet.softwarecatalog.model.SCProductEntry scProductEntry)
                          throws com.liferay.portal.kernel.exception.SystemException
Deletes the s c product entry from the database. Also notifies the appropriate model listeners.

Specified by:
deleteSCProductEntry in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Parameters:
scProductEntry - the s c product entry
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.kernel.exception.SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.kernel.exception.SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.kernel.exception.SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                       throws com.liferay.portal.kernel.exception.SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

fetchSCProductEntry

public com.liferay.portlet.softwarecatalog.model.SCProductEntry fetchSCProductEntry(long productEntryId)
                                                                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchSCProductEntry in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getSCProductEntry

public com.liferay.portlet.softwarecatalog.model.SCProductEntry getSCProductEntry(long productEntryId)
                                                                           throws com.liferay.portal.kernel.exception.PortalException,
                                                                                  com.liferay.portal.kernel.exception.SystemException
Returns the s c product entry with the primary key.

Specified by:
getSCProductEntry in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Parameters:
productEntryId - the primary key of the s c product entry
Returns:
the s c product entry
Throws:
com.liferay.portal.kernel.exception.PortalException - if a s c product entry with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getPersistedModel

public com.liferay.portal.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
                                                          throws com.liferay.portal.kernel.exception.PortalException,
                                                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
getPersistedModel in interface com.liferay.portal.service.PersistedModelLocalService
Specified by:
getPersistedModel in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getSCProductEntries

public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductEntry> getSCProductEntries(int start,
                                                                                                    int end)
                                                                                             throws com.liferay.portal.kernel.exception.SystemException
Returns a range of all the s c product entries.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
getSCProductEntries in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Parameters:
start - the lower bound of the range of s c product entries
end - the upper bound of the range of s c product entries (not inclusive)
Returns:
the range of s c product entries
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getSCProductEntriesCount

public int getSCProductEntriesCount()
                             throws com.liferay.portal.kernel.exception.SystemException
Returns the number of s c product entries.

Specified by:
getSCProductEntriesCount in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Returns:
the number of s c product entries
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

updateSCProductEntry

public com.liferay.portlet.softwarecatalog.model.SCProductEntry updateSCProductEntry(com.liferay.portlet.softwarecatalog.model.SCProductEntry scProductEntry)
                                                                              throws com.liferay.portal.kernel.exception.SystemException
Updates the s c product entry in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateSCProductEntry in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Parameters:
scProductEntry - the s c product entry
Returns:
the s c product entry that was updated
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

updateSCProductEntry

public com.liferay.portlet.softwarecatalog.model.SCProductEntry updateSCProductEntry(com.liferay.portlet.softwarecatalog.model.SCProductEntry scProductEntry,
                                                                                     boolean merge)
                                                                              throws com.liferay.portal.kernel.exception.SystemException
Updates the s c product entry in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateSCProductEntry in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Parameters:
scProductEntry - the s c product entry
merge - whether to merge the s c product entry with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the s c product entry that was updated
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getSCFrameworkVersionLocalService

public com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService getSCFrameworkVersionLocalService()
Returns the s c framework version local service.

Returns:
the s c framework version local service

setSCFrameworkVersionLocalService

public void setSCFrameworkVersionLocalService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService scFrameworkVersionLocalService)
Sets the s c framework version local service.

Parameters:
scFrameworkVersionLocalService - the s c framework version local service

getSCFrameworkVersionService

public com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService getSCFrameworkVersionService()
Returns the s c framework version remote service.

Returns:
the s c framework version remote service

setSCFrameworkVersionService

public void setSCFrameworkVersionService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService scFrameworkVersionService)
Sets the s c framework version remote service.

Parameters:
scFrameworkVersionService - the s c framework version remote service

getSCFrameworkVersionPersistence

public com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence getSCFrameworkVersionPersistence()
Returns the s c framework version persistence.

Returns:
the s c framework version persistence

setSCFrameworkVersionPersistence

public void setSCFrameworkVersionPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence scFrameworkVersionPersistence)
Sets the s c framework version persistence.

Parameters:
scFrameworkVersionPersistence - the s c framework version persistence

getSCLicenseLocalService

public com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService getSCLicenseLocalService()
Returns the s c license local service.

Returns:
the s c license local service

setSCLicenseLocalService

public void setSCLicenseLocalService(com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService scLicenseLocalService)
Sets the s c license local service.

Parameters:
scLicenseLocalService - the s c license local service

getSCLicenseService

public com.liferay.portlet.softwarecatalog.service.SCLicenseService getSCLicenseService()
Returns the s c license remote service.

Returns:
the s c license remote service

setSCLicenseService

public void setSCLicenseService(com.liferay.portlet.softwarecatalog.service.SCLicenseService scLicenseService)
Sets the s c license remote service.

Parameters:
scLicenseService - the s c license remote service

getSCLicensePersistence

public com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence getSCLicensePersistence()
Returns the s c license persistence.

Returns:
the s c license persistence

setSCLicensePersistence

public void setSCLicensePersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence scLicensePersistence)
Sets the s c license persistence.

Parameters:
scLicensePersistence - the s c license persistence

getSCProductEntryLocalService

public com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService getSCProductEntryLocalService()
Returns the s c product entry local service.

Returns:
the s c product entry local service

setSCProductEntryLocalService

public void setSCProductEntryLocalService(com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService)
Sets the s c product entry local service.

Parameters:
scProductEntryLocalService - the s c product entry local service

getSCProductEntryService

public com.liferay.portlet.softwarecatalog.service.SCProductEntryService getSCProductEntryService()
Returns the s c product entry remote service.

Returns:
the s c product entry remote service

setSCProductEntryService

public void setSCProductEntryService(com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService)
Sets the s c product entry remote service.

Parameters:
scProductEntryService - the s c product entry remote service

getSCProductEntryPersistence

public com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence getSCProductEntryPersistence()
Returns the s c product entry persistence.

Returns:
the s c product entry persistence

setSCProductEntryPersistence

public void setSCProductEntryPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence)
Sets the s c product entry persistence.

Parameters:
scProductEntryPersistence - the s c product entry persistence

getSCProductScreenshotLocalService

public com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService getSCProductScreenshotLocalService()
Returns the s c product screenshot local service.

Returns:
the s c product screenshot local service

setSCProductScreenshotLocalService

public void setSCProductScreenshotLocalService(com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService scProductScreenshotLocalService)
Sets the s c product screenshot local service.

Parameters:
scProductScreenshotLocalService - the s c product screenshot local service

getSCProductScreenshotPersistence

public com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence getSCProductScreenshotPersistence()
Returns the s c product screenshot persistence.

Returns:
the s c product screenshot persistence

setSCProductScreenshotPersistence

public void setSCProductScreenshotPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence scProductScreenshotPersistence)
Sets the s c product screenshot persistence.

Parameters:
scProductScreenshotPersistence - the s c product screenshot persistence

getSCProductVersionLocalService

public com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService getSCProductVersionLocalService()
Returns the s c product version local service.

Returns:
the s c product version local service

setSCProductVersionLocalService

public void setSCProductVersionLocalService(com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService scProductVersionLocalService)
Sets the s c product version local service.

Parameters:
scProductVersionLocalService - the s c product version local service

getSCProductVersionService

public com.liferay.portlet.softwarecatalog.service.SCProductVersionService getSCProductVersionService()
Returns the s c product version remote service.

Returns:
the s c product version remote service

setSCProductVersionService

public void setSCProductVersionService(com.liferay.portlet.softwarecatalog.service.SCProductVersionService scProductVersionService)
Sets the s c product version remote service.

Parameters:
scProductVersionService - the s c product version remote service

getSCProductVersionPersistence

public com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence getSCProductVersionPersistence()
Returns the s c product version persistence.

Returns:
the s c product version persistence

setSCProductVersionPersistence

public void setSCProductVersionPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence scProductVersionPersistence)
Sets the s c product version persistence.

Parameters:
scProductVersionPersistence - the s c product version persistence

getCounterLocalService

public com.liferay.counter.service.CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getGroupLocalService

public com.liferay.portal.service.GroupLocalService getGroupLocalService()
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupService

public com.liferay.portal.service.GroupService getGroupService()
Returns the group remote service.

Returns:
the group remote service

setGroupService

public void setGroupService(com.liferay.portal.service.GroupService groupService)
Sets the group remote service.

Parameters:
groupService - the group remote service

getGroupPersistence

public com.liferay.portal.service.persistence.GroupPersistence getGroupPersistence()
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public com.liferay.portal.service.persistence.GroupFinder getGroupFinder()
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getImageLocalService

public com.liferay.portal.service.ImageLocalService getImageLocalService()
Returns the image local service.

Returns:
the image local service

setImageLocalService

public void setImageLocalService(com.liferay.portal.service.ImageLocalService imageLocalService)
Sets the image local service.

Parameters:
imageLocalService - the image local service

getImageService

public com.liferay.portal.service.ImageService getImageService()
Returns the image remote service.

Returns:
the image remote service

setImageService

public void setImageService(com.liferay.portal.service.ImageService imageService)
Sets the image remote service.

Parameters:
imageService - the image remote service

getImagePersistence

public com.liferay.portal.service.persistence.ImagePersistence getImagePersistence()
Returns the image persistence.

Returns:
the image persistence

setImagePersistence

public void setImagePersistence(com.liferay.portal.service.persistence.ImagePersistence imagePersistence)
Sets the image persistence.

Parameters:
imagePersistence - the image persistence

getResourceLocalService

public com.liferay.portal.service.ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getResourceService

public com.liferay.portal.service.ResourceService getResourceService()
Returns the resource remote service.

Returns:
the resource remote service

setResourceService

public void setResourceService(com.liferay.portal.service.ResourceService resourceService)
Sets the resource remote service.

Parameters:
resourceService - the resource remote service

getResourcePersistence

public com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
Returns the resource persistence.

Returns:
the resource persistence

setResourcePersistence

public void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
Sets the resource persistence.

Parameters:
resourcePersistence - the resource persistence

getResourceFinder

public com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
Returns the resource finder.

Returns:
the resource finder

setResourceFinder

public void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
Sets the resource finder.

Parameters:
resourceFinder - the resource finder

getUserLocalService

public com.liferay.portal.service.UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public com.liferay.portal.service.UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(com.liferay.portal.service.UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public com.liferay.portal.service.persistence.UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getMBMessageLocalService

public com.liferay.portlet.messageboards.service.MBMessageLocalService getMBMessageLocalService()
Returns the message-boards message local service.

Returns:
the message-boards message local service

setMBMessageLocalService

public void setMBMessageLocalService(com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService)
Sets the message-boards message local service.

Parameters:
mbMessageLocalService - the message-boards message local service

getMBMessageService

public com.liferay.portlet.messageboards.service.MBMessageService getMBMessageService()
Returns the message-boards message remote service.

Returns:
the message-boards message remote service

setMBMessageService

public void setMBMessageService(com.liferay.portlet.messageboards.service.MBMessageService mbMessageService)
Sets the message-boards message remote service.

Parameters:
mbMessageService - the message-boards message remote service

getMBMessagePersistence

public com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence getMBMessagePersistence()
Returns the message-boards message persistence.

Returns:
the message-boards message persistence

setMBMessagePersistence

public void setMBMessagePersistence(com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence)
Sets the message-boards message persistence.

Parameters:
mbMessagePersistence - the message-boards message persistence

getMBMessageFinder

public com.liferay.portlet.messageboards.service.persistence.MBMessageFinder getMBMessageFinder()
Returns the message-boards message finder.

Returns:
the message-boards message finder

setMBMessageFinder

public void setMBMessageFinder(com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder)
Sets the message-boards message finder.

Parameters:
mbMessageFinder - the message-boards message finder

getRatingsStatsLocalService

public com.liferay.portlet.ratings.service.RatingsStatsLocalService getRatingsStatsLocalService()
Returns the ratings stats local service.

Returns:
the ratings stats local service

setRatingsStatsLocalService

public void setRatingsStatsLocalService(com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService)
Sets the ratings stats local service.

Parameters:
ratingsStatsLocalService - the ratings stats local service

getRatingsStatsPersistence

public com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence getRatingsStatsPersistence()
Returns the ratings stats persistence.

Returns:
the ratings stats persistence

setRatingsStatsPersistence

public void setRatingsStatsPersistence(com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence)
Sets the ratings stats persistence.

Parameters:
ratingsStatsPersistence - the ratings stats persistence

getRatingsStatsFinder

public com.liferay.portlet.ratings.service.persistence.RatingsStatsFinder getRatingsStatsFinder()
Returns the ratings stats finder.

Returns:
the ratings stats finder

setRatingsStatsFinder

public void setRatingsStatsFinder(com.liferay.portlet.ratings.service.persistence.RatingsStatsFinder ratingsStatsFinder)
Sets the ratings stats finder.

Parameters:
ratingsStatsFinder - the ratings stats finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getBeanIdentifier

public java.lang.String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBean
Specified by:
getBeanIdentifier in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBean
Specified by:
setBeanIdentifier in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getModelClass

protected java.lang.Class<?> getModelClass()

getModelClassName

protected java.lang.String getModelClassName()

runSQL

protected void runSQL(java.lang.String sql)
               throws com.liferay.portal.kernel.exception.SystemException
Performs an SQL query.

Parameters:
sql - the sql query
Throws:
com.liferay.portal.kernel.exception.SystemException