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

java.lang.Object
  extended bycom.liferay.portlet.softwarecatalog.service.base.SCProductEntryLocalServiceBaseImpl
All Implemented Interfaces:
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

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
SCProductEntryLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.softwarecatalog.model.SCProductEntry addSCProductEntry(com.liferay.portlet.softwarecatalog.model.SCProductEntry model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portlet.softwarecatalog.model.SCProductEntry updateSCProductEntry(com.liferay.portlet.softwarecatalog.model.SCProductEntry model)
           
 
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, addProductEntry, addProductEntry, addProductEntryResources, addProductEntryResources, addProductEntryResources, addProductEntryResources, deleteProductEntry, deleteProductEntry, getProductEntries, getProductEntries, getProductEntries, getProductEntries, getProductEntriesCount, getProductEntriesCount, getProductEntry, getRepositoryXML, getRepositoryXML, reIndex, search, updateProductEntry
 

Constructor Detail

SCProductEntryLocalServiceBaseImpl

public SCProductEntryLocalServiceBaseImpl()
Method Detail

addSCProductEntry

public com.liferay.portlet.softwarecatalog.model.SCProductEntry addSCProductEntry(com.liferay.portlet.softwarecatalog.model.SCProductEntry model)
                                                                           throws com.liferay.portal.SystemException
Specified by:
addSCProductEntry in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Throws:
com.liferay.portal.SystemException

updateSCProductEntry

public com.liferay.portlet.softwarecatalog.model.SCProductEntry updateSCProductEntry(com.liferay.portlet.softwarecatalog.model.SCProductEntry model)
                                                                              throws com.liferay.portal.SystemException
Specified by:
updateSCProductEntry in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService
Throws:
com.liferay.portal.SystemException