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

java.lang.Object
  extended bycom.liferay.portlet.softwarecatalog.service.base.SCLicenseLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService
Direct Known Subclasses:
SCLicenseLocalServiceImpl

public abstract class SCLicenseLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
SCLicenseLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.softwarecatalog.model.SCLicense addSCLicense(com.liferay.portlet.softwarecatalog.model.SCLicense 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.SCLicense updateSCLicense(com.liferay.portlet.softwarecatalog.model.SCLicense 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.SCLicenseLocalService
addLicense, deleteLicense, getLicense, getLicenses, getLicenses, getLicenses, getLicenses, getLicensesCount, getLicensesCount, getProductEntryLicenses, updateLicense
 

Constructor Detail

SCLicenseLocalServiceBaseImpl

public SCLicenseLocalServiceBaseImpl()
Method Detail

addSCLicense

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

updateSCLicense

public com.liferay.portlet.softwarecatalog.model.SCLicense updateSCLicense(com.liferay.portlet.softwarecatalog.model.SCLicense model)
                                                                    throws com.liferay.portal.SystemException
Specified by:
updateSCLicense in interface com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService
Throws:
com.liferay.portal.SystemException