@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 |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
SCProductEntry |
getProductEntry(long productEntryId) |
SCProductEntryService |
getWrappedSCProductEntryService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
SCProductEntryService |
getWrappedService() |
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 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
addProductEntry in interface SCProductEntryServicePortalExceptionpublic void deleteProductEntry(long productEntryId)
throws PortalException
deleteProductEntry in interface SCProductEntryServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface SCProductEntryServicepublic SCProductEntry getProductEntry(long productEntryId) throws PortalException
getProductEntry in interface SCProductEntryServicePortalExceptionpublic 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
updateProductEntry in interface SCProductEntryServicePortalException@Deprecated public SCProductEntryService getWrappedSCProductEntryService()
getWrappedService()@Deprecated 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>