com.liferay.portlet.softwarecatalog.service
Class SCProductEntryServiceUtil
java.lang.Object
com.liferay.portlet.softwarecatalog.service.SCProductEntryServiceUtil
public class SCProductEntryServiceUtil
- extends java.lang.Object
The utility for the s c product entry remote service. This utility wraps 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.
Never modify this class directly. Add custom service methods to com.liferay.portlet.softwarecatalog.service.impl.SCProductEntryServiceImpl and rerun ServiceBuilder to regenerate this class.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
- Author:
- Brian Wing Shun Chan
- See Also:
SCProductEntryService,
com.liferay.portlet.softwarecatalog.service.base.SCProductEntryServiceBaseImpl,
com.liferay.portlet.softwarecatalog.service.impl.SCProductEntryServiceImpl- Generated:
|
Method Summary |
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 SCProductEntry |
getProductEntry(long productEntryId)
|
static SCProductEntryService |
getService()
|
void |
setService(SCProductEntryService service)
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCProductEntryServiceUtil
public SCProductEntryServiceUtil()
addProductEntry
public 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
- Throws:
PortalException
SystemException
deleteProductEntry
public static void deleteProductEntry(long productEntryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getProductEntry
public static SCProductEntry getProductEntry(long productEntryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateProductEntry
public 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
- Throws:
PortalException
SystemException
getService
public static SCProductEntryService getService()
setService
public void setService(SCProductEntryService service)