@ProviderType
public class SCProductEntryServiceUtil
extends java.lang.Object
com.liferay.portlet.softwarecatalog.service.impl.SCProductEntryServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.SCProductEntryService,
com.liferay.portlet.softwarecatalog.service.base.SCProductEntryServiceBaseImpl,
com.liferay.portlet.softwarecatalog.service.impl.SCProductEntryServiceImpl| Constructor and Description |
|---|
SCProductEntryServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static 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) |
static void |
deleteProductEntry(long productEntryId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static SCProductEntry |
getProductEntry(long productEntryId) |
static SCProductEntryService |
getService() |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(SCProductEntryService service)
Deprecated.
As of 6.2.0
|
static 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 static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static 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
PortalExceptionSystemExceptionpublic static void deleteProductEntry(long productEntryId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static SCProductEntry getProductEntry(long productEntryId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static 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
PortalExceptionSystemExceptionpublic static SCProductEntryService getService()
public void setService(SCProductEntryService service)