com.liferay.portlet.softwarecatalog.service
Interface SCProductVersionLocalService
- public interface SCProductVersionLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.softwarecatalog.service.impl.SCProductVersionLocalServiceImpl
.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
SCProductVersionLocalServiceFactory
,
SCProductVersionLocalServiceUtil
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 repoStoreArtifact,
long[] frameworkVersionIds,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
SCProductVersion |
addProductVersion(long userId,
long productEntryId,
java.lang.String version,
java.lang.String changeLog,
java.lang.String downloadPageURL,
java.lang.String directDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
java.lang.Boolean addCommunityPermissions,
java.lang.Boolean addGuestPermissions,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
SCProductVersion |
addProductVersion(long userId,
long productEntryId,
java.lang.String version,
java.lang.String changeLog,
java.lang.String downloadPageURL,
java.lang.String directDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
SCProductVersion |
addSCProductVersion(SCProductVersion model)
|
void |
afterPropertiesSet()
|
void |
deleteProductVersion(long productVersionId)
|
void |
deleteProductVersion(SCProductVersion productVersion)
|
void |
deleteProductVersions(long productEntryId)
|
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)
|
SCProductVersion |
getProductVersion(long productVersionId)
|
SCProductVersion |
getProductVersionByDirectDownloadURL(java.lang.String directDownloadURL)
|
java.util.List |
getProductVersions(long productEntryId,
int begin,
int end)
|
int |
getProductVersionsCount(long productEntryId)
|
SCFrameworkVersionPersistence |
getSCFrameworkVersionPersistence()
|
SCLicensePersistence |
getSCLicensePersistence()
|
SCProductEntryPersistence |
getSCProductEntryPersistence()
|
SCProductScreenshotPersistence |
getSCProductScreenshotPersistence()
|
SCProductVersionPersistence |
getSCProductVersionPersistence()
|
UserFinder |
getUserFinder()
|
UserPersistence |
getUserPersistence()
|
void |
setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
|
void |
setSCLicensePersistence(SCLicensePersistence scLicensePersistence)
|
void |
setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
|
void |
setSCProductScreenshotPersistence(SCProductScreenshotPersistence scProductScreenshotPersistence)
|
void |
setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
|
void |
setUserFinder(UserFinder userFinder)
|
void |
setUserPersistence(UserPersistence userPersistence)
|
SCProductVersion |
updateProductVersion(long productVersionId,
java.lang.String version,
java.lang.String changeLog,
java.lang.String downloadPageURL,
java.lang.String directDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
|
SCProductVersion |
updateSCProductVersion(SCProductVersion model)
|
addSCProductVersion
public SCProductVersion addSCProductVersion(SCProductVersion model)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- 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
- Throws:
com.liferay.portal.SystemException
updateSCProductVersion
public SCProductVersion updateSCProductVersion(SCProductVersion model)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getSCLicensePersistence
public SCLicensePersistence getSCLicensePersistence()
setSCLicensePersistence
public void setSCLicensePersistence(SCLicensePersistence scLicensePersistence)
getSCFrameworkVersionPersistence
public SCFrameworkVersionPersistence getSCFrameworkVersionPersistence()
setSCFrameworkVersionPersistence
public void setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
getSCProductEntryPersistence
public SCProductEntryPersistence getSCProductEntryPersistence()
setSCProductEntryPersistence
public void setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
getSCProductScreenshotPersistence
public SCProductScreenshotPersistence getSCProductScreenshotPersistence()
setSCProductScreenshotPersistence
public void setSCProductScreenshotPersistence(SCProductScreenshotPersistence scProductScreenshotPersistence)
getSCProductVersionPersistence
public SCProductVersionPersistence getSCProductVersionPersistence()
setSCProductVersionPersistence
public void setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
getUserPersistence
public UserPersistence getUserPersistence()
setUserPersistence
public void setUserPersistence(UserPersistence userPersistence)
getUserFinder
public UserFinder getUserFinder()
setUserFinder
public void setUserFinder(UserFinder userFinder)
afterPropertiesSet
public void afterPropertiesSet()
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 repoStoreArtifact,
long[] frameworkVersionIds,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
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 repoStoreArtifact,
long[] frameworkVersionIds,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
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 repoStoreArtifact,
long[] frameworkVersionIds,
java.lang.Boolean addCommunityPermissions,
java.lang.Boolean addGuestPermissions,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteProductVersion
public void deleteProductVersion(long productVersionId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteProductVersion
public void deleteProductVersion(SCProductVersion productVersion)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteProductVersions
public void deleteProductVersions(long productEntryId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getProductVersion
public SCProductVersion getProductVersion(long productVersionId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getProductVersionByDirectDownloadURL
public SCProductVersion getProductVersionByDirectDownloadURL(java.lang.String directDownloadURL)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getProductVersions
public java.util.List getProductVersions(long productEntryId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getProductVersionsCount
public int getProductVersionsCount(long productEntryId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateProductVersion
public SCProductVersion updateProductVersion(long productVersionId,
java.lang.String version,
java.lang.String changeLog,
java.lang.String downloadPageURL,
java.lang.String directDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException