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

java.lang.Object
  extended bycom.liferay.portlet.softwarecatalog.service.base.SCProductVersionLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService
Direct Known Subclasses:
SCProductVersionLocalServiceImpl

public abstract class SCProductVersionLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
SCProductVersionLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.softwarecatalog.model.SCProductVersion addSCProductVersion(com.liferay.portlet.softwarecatalog.model.SCProductVersion 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.SCProductVersion updateSCProductVersion(com.liferay.portlet.softwarecatalog.model.SCProductVersion 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.SCProductVersionLocalService
addProductVersion, addProductVersion, addProductVersion, deleteProductVersion, deleteProductVersion, deleteProductVersions, getProductVersion, getProductVersions, getProductVersionsCount, updateProductVersion
 

Constructor Detail

SCProductVersionLocalServiceBaseImpl

public SCProductVersionLocalServiceBaseImpl()
Method Detail

addSCProductVersion

public com.liferay.portlet.softwarecatalog.model.SCProductVersion addSCProductVersion(com.liferay.portlet.softwarecatalog.model.SCProductVersion model)
                                                                               throws com.liferay.portal.SystemException
Specified by:
addSCProductVersion in interface com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService
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.SCProductVersionLocalService
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.SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException

updateSCProductVersion

public com.liferay.portlet.softwarecatalog.model.SCProductVersion updateSCProductVersion(com.liferay.portlet.softwarecatalog.model.SCProductVersion model)
                                                                                  throws com.liferay.portal.SystemException
Specified by:
updateSCProductVersion in interface com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService
Throws:
com.liferay.portal.SystemException