@ProviderType public class SCProductEntryServiceWrapper extends java.lang.Object implements SCProductEntryService, ServiceWrapper<SCProductEntryService>
SCProductEntryService.SCProductEntryService| Constructor and Description |
|---|
SCProductEntryServiceWrapper(SCProductEntryService scProductEntryService) |
| Modifier and Type | Method and Description |
|---|---|
SCProductEntry |
addProductEntry(java.lang.String name,
java.lang.String type,
java.lang.String tags,
java.lang.String shortDescription,
java.lang.String longDescription,
java.lang.String pageURL,
java.lang.String author,
java.lang.String repoGroupId,
java.lang.String repoArtifactId,
long[] licenseIds,
java.util.List<byte[]> thumbnails,
java.util.List<byte[]> fullImages,
ServiceContext serviceContext) |
void |
deleteProductEntry(long productEntryId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
SCProductEntry |
getProductEntry(long productEntryId) |
SCProductEntryService |
getWrappedSCProductEntryService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
SCProductEntryService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedSCProductEntryService(SCProductEntryService scProductEntryService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.softwarecatalog.service.SCProductEntryService) |
void |
setWrappedService(SCProductEntryService scProductEntryService) |
SCProductEntry |
updateProductEntry(long productEntryId,
java.lang.String name,
java.lang.String type,
java.lang.String tags,
java.lang.String shortDescription,
java.lang.String longDescription,
java.lang.String pageURL,
java.lang.String author,
java.lang.String repoGroupId,
java.lang.String repoArtifactId,
long[] licenseIds,
java.util.List<byte[]> thumbnails,
java.util.List<byte[]> fullImages) |
public SCProductEntryServiceWrapper(SCProductEntryService scProductEntryService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface SCProductEntryServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface SCProductEntryServicebeanIdentifier - the Spring bean ID for this beanpublic SCProductEntry addProductEntry(java.lang.String name, java.lang.String type, java.lang.String tags, java.lang.String shortDescription, java.lang.String longDescription, java.lang.String pageURL, java.lang.String author, java.lang.String repoGroupId, java.lang.String repoArtifactId, long[] licenseIds, java.util.List<byte[]> thumbnails, java.util.List<byte[]> fullImages, ServiceContext serviceContext) throws PortalException, SystemException
addProductEntry in interface SCProductEntryServicePortalExceptionSystemExceptionpublic void deleteProductEntry(long productEntryId)
throws PortalException,
SystemException
deleteProductEntry in interface SCProductEntryServicePortalExceptionSystemExceptionpublic SCProductEntry getProductEntry(long productEntryId) throws PortalException, SystemException
getProductEntry in interface SCProductEntryServicePortalExceptionSystemExceptionpublic SCProductEntry updateProductEntry(long productEntryId, java.lang.String name, java.lang.String type, java.lang.String tags, java.lang.String shortDescription, java.lang.String longDescription, java.lang.String pageURL, java.lang.String author, java.lang.String repoGroupId, java.lang.String repoArtifactId, long[] licenseIds, java.util.List<byte[]> thumbnails, java.util.List<byte[]> fullImages) throws PortalException, SystemException
updateProductEntry in interface SCProductEntryServicePortalExceptionSystemExceptionpublic SCProductEntryService getWrappedSCProductEntryService()
getWrappedService()public void setWrappedSCProductEntryService(SCProductEntryService scProductEntryService)
setWrappedService(com.liferay.portlet.softwarecatalog.service.SCProductEntryService)public SCProductEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<SCProductEntryService>public void setWrappedService(SCProductEntryService scProductEntryService)
setWrappedService in interface ServiceWrapper<SCProductEntryService>