Liferay 7.0-ce-a3

com.liferay.portlet.softwarecatalog.service
Class SCProductEntryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.service.SCProductEntryServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<SCProductEntryService>, SCProductEntryService

@ProviderType
public class SCProductEntryServiceWrapper
extends Object
implements SCProductEntryService, ServiceWrapper<SCProductEntryService>

Provides a wrapper for SCProductEntryService.

See Also:
SCProductEntryService

Constructor Summary
SCProductEntryServiceWrapper(SCProductEntryService scProductEntryService)
           
 
Method Summary
 SCProductEntry addProductEntry(String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages, ServiceContext serviceContext)
           
 void deleteProductEntry(long productEntryId)
           
 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, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCProductEntryServiceWrapper

public SCProductEntryServiceWrapper(SCProductEntryService scProductEntryService)
Method Detail

addProductEntry

public SCProductEntry addProductEntry(String name,
                                      String type,
                                      String tags,
                                      String shortDescription,
                                      String longDescription,
                                      String pageURL,
                                      String author,
                                      String repoGroupId,
                                      String repoArtifactId,
                                      long[] licenseIds,
                                      List<byte[]> thumbnails,
                                      List<byte[]> fullImages,
                                      ServiceContext serviceContext)
                               throws PortalException
Specified by:
addProductEntry in interface SCProductEntryService
Throws:
PortalException

deleteProductEntry

public void deleteProductEntry(long productEntryId)
                        throws PortalException
Specified by:
deleteProductEntry in interface SCProductEntryService
Throws:
PortalException

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface SCProductEntryService
Returns:
the OSGi service identifier

getProductEntry

public SCProductEntry getProductEntry(long productEntryId)
                               throws PortalException
Specified by:
getProductEntry in interface SCProductEntryService
Throws:
PortalException

updateProductEntry

public SCProductEntry updateProductEntry(long productEntryId,
                                         String name,
                                         String type,
                                         String tags,
                                         String shortDescription,
                                         String longDescription,
                                         String pageURL,
                                         String author,
                                         String repoGroupId,
                                         String repoArtifactId,
                                         long[] licenseIds,
                                         List<byte[]> thumbnails,
                                         List<byte[]> fullImages)
                                  throws PortalException
Specified by:
updateProductEntry in interface SCProductEntryService
Throws:
PortalException

getWrappedSCProductEntryService

@Deprecated
public SCProductEntryService getWrappedSCProductEntryService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedSCProductEntryService

@Deprecated
public void setWrappedSCProductEntryService(SCProductEntryService scProductEntryService)
Deprecated. As of 6.1.0, replaced by 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>

Liferay 7.0-ce-a3