|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.softwarecatalog.service.SCProductEntryServiceWrapper
@ProviderType public class SCProductEntryServiceWrapper
Provides a wrapper for SCProductEntryService.
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 |
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(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,
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 |
|---|
public SCProductEntryServiceWrapper(SCProductEntryService scProductEntryService)
| Method Detail |
|---|
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
addProductEntry in interface SCProductEntryServicePortalException
public void deleteProductEntry(long productEntryId)
throws PortalException
deleteProductEntry in interface SCProductEntryServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface SCProductEntryService
public SCProductEntry getProductEntry(long productEntryId)
throws PortalException
getProductEntry in interface SCProductEntryServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface SCProductEntryServicebeanIdentifier - the Spring bean ID for this bean
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
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>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||