|
Liferay 6.1.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.softwarecatalog.service.SCProductEntryServiceWrapper
public class SCProductEntryServiceWrapper
This class is 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. Renamed to getWrappedService() |
SCProductEntryService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedSCProductEntryService(SCProductEntryService scProductEntryService)
Deprecated. Renamed to 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 String getBeanIdentifier()
getBeanIdentifier in interface SCProductEntryServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface SCProductEntryServicebeanIdentifier - the Spring bean ID for this bean
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,
SystemException
addProductEntry in interface SCProductEntryServicePortalException
SystemException
public void deleteProductEntry(long productEntryId)
throws PortalException,
SystemException
deleteProductEntry in interface SCProductEntryServicePortalException
SystemException
public SCProductEntry getProductEntry(long productEntryId)
throws PortalException,
SystemException
getProductEntry in interface SCProductEntryServicePortalException
SystemException
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,
SystemException
updateProductEntry in interface SCProductEntryServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.1.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||