com.liferay.portlet.softwarecatalog.service.base
Class SCFrameworkVersionLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.softwarecatalog.service.base.SCFrameworkVersionLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService
- Direct Known Subclasses:
- SCFrameworkVersionLocalServiceImpl
- public abstract class SCFrameworkVersionLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
addSCFrameworkVersion(com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion 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.SCFrameworkVersion |
updateSCFrameworkVersion(com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion 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.SCFrameworkVersionLocalService |
addFrameworkVersion, addFrameworkVersion, addFrameworkVersion, addFrameworkVersionResources, addFrameworkVersionResources, addFrameworkVersionResources, addFrameworkVersionResources, deleteFrameworkVersion, getFrameworkVersion, getFrameworkVersions, getFrameworkVersions, getFrameworkVersions, getFrameworkVersionsCount, getFrameworkVersionsCount, getProductVersionFrameworkVersions, updateFrameworkVersion |
SCFrameworkVersionLocalServiceBaseImpl
public SCFrameworkVersionLocalServiceBaseImpl()
addSCFrameworkVersion
public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion addSCFrameworkVersion(com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion model)
throws com.liferay.portal.SystemException
- Specified by:
addSCFrameworkVersion
in interface com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService
- 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.SCFrameworkVersionLocalService
- 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.SCFrameworkVersionLocalService
- Throws:
com.liferay.portal.SystemException
updateSCFrameworkVersion
public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion updateSCFrameworkVersion(com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion model)
throws com.liferay.portal.SystemException
- Specified by:
updateSCFrameworkVersion
in interface com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService
- Throws:
com.liferay.portal.SystemException