com.liferay.portlet.softwarecatalog.service
Class SCProductVersionLocalServiceWrapper
java.lang.Object
com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalServiceWrapper
- All Implemented Interfaces:
- SCProductVersionLocalService
public class SCProductVersionLocalServiceWrapper
- extends Object
- implements SCProductVersionLocalService
This class is a wrapper for SCProductVersionLocalService.
- See Also:
SCProductVersionLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
SCProductVersion |
addProductVersion(long userId,
long productEntryId,
String version,
String changeLog,
String downloadPageURL,
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)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
SCProductVersion |
getProductVersion(long productVersionId)
|
SCProductVersion |
getProductVersionByDirectDownloadURL(String directDownloadURL)
|
List<SCProductVersion> |
getProductVersions(long productEntryId,
int start,
int end)
|
int |
getProductVersionsCount(long productEntryId)
|
SCProductVersion |
getSCProductVersion(long productVersionId)
|
List<SCProductVersion> |
getSCProductVersions(int start,
int end)
|
int |
getSCProductVersionsCount()
|
SCProductVersionLocalService |
getWrappedSCProductVersionLocalService()
|
SCProductVersion |
updateProductVersion(long productVersionId,
String version,
String changeLog,
String downloadPageURL,
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 SystemException
- Specified by:
addSCProductVersion in interface SCProductVersionLocalService
- Throws:
SystemException
createSCProductVersion
public SCProductVersion createSCProductVersion(long productVersionId)
- Specified by:
createSCProductVersion in interface SCProductVersionLocalService
deleteSCProductVersion
public void deleteSCProductVersion(long productVersionId)
throws PortalException,
SystemException
- Specified by:
deleteSCProductVersion in interface SCProductVersionLocalService
- Throws:
PortalException
SystemException
deleteSCProductVersion
public void deleteSCProductVersion(SCProductVersion scProductVersion)
throws SystemException
- Specified by:
deleteSCProductVersion in interface SCProductVersionLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface SCProductVersionLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface SCProductVersionLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface SCProductVersionLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface SCProductVersionLocalService
- Throws:
SystemException
getSCProductVersion
public SCProductVersion getSCProductVersion(long productVersionId)
throws PortalException,
SystemException
- Specified by:
getSCProductVersion in interface SCProductVersionLocalService
- Throws:
PortalException
SystemException
getSCProductVersions
public List<SCProductVersion> getSCProductVersions(int start,
int end)
throws SystemException
- Specified by:
getSCProductVersions in interface SCProductVersionLocalService
- Throws:
SystemException
getSCProductVersionsCount
public int getSCProductVersionsCount()
throws SystemException
- Specified by:
getSCProductVersionsCount in interface SCProductVersionLocalService
- Throws:
SystemException
updateSCProductVersion
public SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion)
throws SystemException
- Specified by:
updateSCProductVersion in interface SCProductVersionLocalService
- Throws:
SystemException
updateSCProductVersion
public SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion,
boolean merge)
throws SystemException
- Specified by:
updateSCProductVersion in interface SCProductVersionLocalService
- Throws:
SystemException
addProductVersion
public SCProductVersion addProductVersion(long userId,
long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addProductVersion in interface SCProductVersionLocalService
- Throws:
PortalException
SystemException
deleteProductVersion
public void deleteProductVersion(long productVersionId)
throws PortalException,
SystemException
- Specified by:
deleteProductVersion in interface SCProductVersionLocalService
- Throws:
PortalException
SystemException
deleteProductVersion
public void deleteProductVersion(SCProductVersion productVersion)
throws SystemException
- Specified by:
deleteProductVersion in interface SCProductVersionLocalService
- Throws:
SystemException
deleteProductVersions
public void deleteProductVersions(long productEntryId)
throws SystemException
- Specified by:
deleteProductVersions in interface SCProductVersionLocalService
- Throws:
SystemException
getProductVersion
public SCProductVersion getProductVersion(long productVersionId)
throws PortalException,
SystemException
- Specified by:
getProductVersion in interface SCProductVersionLocalService
- Throws:
PortalException
SystemException
getProductVersionByDirectDownloadURL
public SCProductVersion getProductVersionByDirectDownloadURL(String directDownloadURL)
throws PortalException,
SystemException
- Specified by:
getProductVersionByDirectDownloadURL in interface SCProductVersionLocalService
- Throws:
PortalException
SystemException
getProductVersions
public List<SCProductVersion> getProductVersions(long productEntryId,
int start,
int end)
throws SystemException
- Specified by:
getProductVersions in interface SCProductVersionLocalService
- Throws:
SystemException
getProductVersionsCount
public int getProductVersionsCount(long productEntryId)
throws SystemException
- Specified by:
getProductVersionsCount in interface SCProductVersionLocalService
- Throws:
SystemException
updateProductVersion
public SCProductVersion updateProductVersion(long productVersionId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
throws PortalException,
SystemException
- Specified by:
updateProductVersion in interface SCProductVersionLocalService
- Throws:
PortalException
SystemException
getWrappedSCProductVersionLocalService
public SCProductVersionLocalService getWrappedSCProductVersionLocalService()