com.liferay.portlet.softwarecatalog.service
Class SCProductEntryServiceWrapper
java.lang.Object
com.liferay.portlet.softwarecatalog.service.SCProductEntryServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<SCProductEntryService>, SCProductEntryService
public class SCProductEntryServiceWrapper
- extends java.lang.Object
- implements SCProductEntryService, ServiceWrapper<SCProductEntryService>
This class is a wrapper for SCProductEntryService.
- Author:
- Brian Wing Shun Chan
- See Also:
SCProductEntryService- Generated:
|
Method Summary |
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)
|
SCProductEntry |
getProductEntry(long productEntryId)
|
SCProductEntryService |
getWrappedSCProductEntryService()
Deprecated. Renamed to getWrappedService() |
SCProductEntryService |
getWrappedService()
|
void |
setWrappedSCProductEntryService(SCProductEntryService scProductEntryService)
Deprecated. Renamed to 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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCProductEntryServiceWrapper
public SCProductEntryServiceWrapper(SCProductEntryService scProductEntryService)
addProductEntry
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,
SystemException
- Specified by:
addProductEntry in interface SCProductEntryService
- Throws:
PortalException
SystemException
deleteProductEntry
public void deleteProductEntry(long productEntryId)
throws PortalException,
SystemException
- Specified by:
deleteProductEntry in interface SCProductEntryService
- Throws:
PortalException
SystemException
getProductEntry
public SCProductEntry getProductEntry(long productEntryId)
throws PortalException,
SystemException
- Specified by:
getProductEntry in interface SCProductEntryService
- Throws:
PortalException
SystemException
updateProductEntry
public 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
- Specified by:
updateProductEntry in interface SCProductEntryService
- Throws:
PortalException
SystemException
getWrappedSCProductEntryService
public SCProductEntryService getWrappedSCProductEntryService()
- Deprecated. Renamed to
getWrappedService()
setWrappedSCProductEntryService
public void setWrappedSCProductEntryService(SCProductEntryService scProductEntryService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.softwarecatalog.service.SCProductEntryService)
getWrappedService
public SCProductEntryService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<SCProductEntryService>
setWrappedService
public void setWrappedService(SCProductEntryService scProductEntryService)
- Specified by:
setWrappedService in interface ServiceWrapper<SCProductEntryService>