com.liferay.portlet.softwarecatalog.service
Class SCProductVersionLocalServiceWrapper
java.lang.Object
com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalServiceWrapper
- All Implemented Interfaces:
- SCProductVersionLocalService
public class SCProductVersionLocalServiceWrapper
- extends java.lang.Object
- implements SCProductVersionLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for SCProductVersionLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
SCProductVersionLocalService
- Generated:
Method Summary |
SCProductVersion |
addProductVersion(long userId,
long productEntryId,
java.lang.String version,
java.lang.String changeLog,
java.lang.String downloadPageURL,
java.lang.String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
SCProductVersion |
addSCProductVersion(SCProductVersion scProductVersion)
|
SCProductVersion |
createSCProductVersion(long productVersionId)
|
void |
deleteProductVersion(long productVersionId)
|
void |
deleteProductVersion(SCProductVersion productVersion)
|
void |
deleteProductVersions(long productEntryId)
|
void |
deleteSCProductVersion(long productVersionId)
|
void |
deleteSCProductVersion(SCProductVersion scProductVersion)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
SCProductVersion |
getProductVersion(long productVersionId)
|
SCProductVersion |
getProductVersionByDirectDownloadURL(java.lang.String directDownloadURL)
|
java.util.List<SCProductVersion> |
getProductVersions(long productEntryId,
int start,
int end)
|
int |
getProductVersionsCount(long productEntryId)
|
SCProductVersion |
getSCProductVersion(long productVersionId)
|
java.util.List<SCProductVersion> |
getSCProductVersions(int start,
int end)
|
int |
getSCProductVersionsCount()
|
SCProductVersionLocalService |
getWrappedSCProductVersionLocalService()
|
SCProductVersion |
updateProductVersion(long productVersionId,
java.lang.String version,
java.lang.String changeLog,
java.lang.String downloadPageURL,
java.lang.String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
|
SCProductVersion |
updateSCProductVersion(SCProductVersion scProductVersion)
|
SCProductVersion |
updateSCProductVersion(SCProductVersion scProductVersion,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCProductVersionLocalServiceWrapper
public SCProductVersionLocalServiceWrapper(SCProductVersionLocalService scProductVersionLocalService)
addSCProductVersion
public SCProductVersion addSCProductVersion(SCProductVersion scProductVersion)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addSCProductVersion
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createSCProductVersion
public SCProductVersion createSCProductVersion(long productVersionId)
- Specified by:
createSCProductVersion
in interface SCProductVersionLocalService
deleteSCProductVersion
public void deleteSCProductVersion(long productVersionId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteSCProductVersion
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteSCProductVersion
public void deleteSCProductVersion(SCProductVersion scProductVersion)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteSCProductVersion
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getSCProductVersion
public SCProductVersion getSCProductVersion(long productVersionId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSCProductVersion
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getSCProductVersions
public java.util.List<SCProductVersion> getSCProductVersions(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSCProductVersions
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getSCProductVersionsCount
public int getSCProductVersionsCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSCProductVersionsCount
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateSCProductVersion
public SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateSCProductVersion
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateSCProductVersion
public SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateSCProductVersion
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addProductVersion
public SCProductVersion addProductVersion(long userId,
long productEntryId,
java.lang.String version,
java.lang.String changeLog,
java.lang.String downloadPageURL,
java.lang.String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addProductVersion
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteProductVersion
public void deleteProductVersion(long productVersionId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteProductVersion
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteProductVersion
public void deleteProductVersion(SCProductVersion productVersion)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteProductVersion
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteProductVersions
public void deleteProductVersions(long productEntryId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteProductVersions
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getProductVersion
public SCProductVersion getProductVersion(long productVersionId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductVersion
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getProductVersionByDirectDownloadURL
public SCProductVersion getProductVersionByDirectDownloadURL(java.lang.String directDownloadURL)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductVersionByDirectDownloadURL
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getProductVersions
public java.util.List<SCProductVersion> getProductVersions(long productEntryId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductVersions
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getProductVersionsCount
public int getProductVersionsCount(long productEntryId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductVersionsCount
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateProductVersion
public SCProductVersion updateProductVersion(long productVersionId,
java.lang.String version,
java.lang.String changeLog,
java.lang.String downloadPageURL,
java.lang.String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateProductVersion
in interface SCProductVersionLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedSCProductVersionLocalService
public SCProductVersionLocalService getWrappedSCProductVersionLocalService()