com.liferay.portlet.softwarecatalog.service
Class SCProductEntryLocalServiceWrapper
java.lang.Object
com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalServiceWrapper
- All Implemented Interfaces:
- SCProductEntryLocalService
public class SCProductEntryLocalServiceWrapper
- extends java.lang.Object
- implements SCProductEntryLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for SCProductEntryLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
SCProductEntryLocalService
- Generated:
Method Summary |
SCProductEntry |
addProductEntry(long userId,
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)
|
void |
addProductEntryResources(long productEntryId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addProductEntryResources(long productEntryId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
addProductEntryResources(SCProductEntry productEntry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addProductEntryResources(SCProductEntry productEntry,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
SCProductEntry |
addSCProductEntry(SCProductEntry scProductEntry)
|
SCProductEntry |
createSCProductEntry(long productEntryId)
|
void |
deleteProductEntries(long groupId)
|
void |
deleteProductEntry(long productEntryId)
|
void |
deleteProductEntry(SCProductEntry productEntry)
|
void |
deleteSCProductEntry(long productEntryId)
|
void |
deleteSCProductEntry(SCProductEntry scProductEntry)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List<SCProductEntry> |
getCompanyProductEntries(long companyId,
int start,
int end)
|
int |
getCompanyProductEntriesCount(long companyId)
|
java.util.List<SCProductEntry> |
getProductEntries(long groupId,
int start,
int end)
|
java.util.List<SCProductEntry> |
getProductEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SCProductEntry> |
getProductEntries(long groupId,
long userId,
int start,
int end)
|
java.util.List<SCProductEntry> |
getProductEntries(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getProductEntriesCount(long groupId)
|
int |
getProductEntriesCount(long groupId,
long userId)
|
SCProductEntry |
getProductEntry(long productEntryId)
|
java.lang.String |
getRepositoryXML(long groupId,
java.lang.String baseImageURL,
java.util.Date oldestDate,
int maxNumOfVersions,
java.util.Properties repoSettings)
|
java.lang.String |
getRepositoryXML(long groupId,
java.lang.String version,
java.lang.String baseImageURL,
java.util.Date oldestDate,
int maxNumOfVersions,
java.util.Properties repoSettings)
|
java.util.List<SCProductEntry> |
getSCProductEntries(int start,
int end)
|
int |
getSCProductEntriesCount()
|
SCProductEntry |
getSCProductEntry(long productEntryId)
|
SCProductEntryLocalService |
getWrappedSCProductEntryLocalService()
|
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)
|
SCProductEntry |
updateSCProductEntry(SCProductEntry scProductEntry)
|
SCProductEntry |
updateSCProductEntry(SCProductEntry scProductEntry,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCProductEntryLocalServiceWrapper
public SCProductEntryLocalServiceWrapper(SCProductEntryLocalService scProductEntryLocalService)
addSCProductEntry
public SCProductEntry addSCProductEntry(SCProductEntry scProductEntry)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addSCProductEntry
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createSCProductEntry
public SCProductEntry createSCProductEntry(long productEntryId)
- Specified by:
createSCProductEntry
in interface SCProductEntryLocalService
deleteSCProductEntry
public void deleteSCProductEntry(long productEntryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteSCProductEntry
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteSCProductEntry
public void deleteSCProductEntry(SCProductEntry scProductEntry)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteSCProductEntry
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getSCProductEntry
public SCProductEntry getSCProductEntry(long productEntryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSCProductEntry
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getSCProductEntries
public java.util.List<SCProductEntry> getSCProductEntries(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSCProductEntries
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getSCProductEntriesCount
public int getSCProductEntriesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSCProductEntriesCount
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateSCProductEntry
public SCProductEntry updateSCProductEntry(SCProductEntry scProductEntry)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateSCProductEntry
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateSCProductEntry
public SCProductEntry updateSCProductEntry(SCProductEntry scProductEntry,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateSCProductEntry
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addProductEntry
public SCProductEntry addProductEntry(long userId,
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 com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addProductEntry
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addProductEntryResources
public void addProductEntryResources(long productEntryId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addProductEntryResources
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addProductEntryResources
public void addProductEntryResources(long productEntryId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addProductEntryResources
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addProductEntryResources
public void addProductEntryResources(SCProductEntry productEntry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addProductEntryResources
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addProductEntryResources
public void addProductEntryResources(SCProductEntry productEntry,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addProductEntryResources
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteProductEntries
public void deleteProductEntries(long groupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteProductEntries
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteProductEntry
public void deleteProductEntry(long productEntryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteProductEntry
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteProductEntry
public void deleteProductEntry(SCProductEntry productEntry)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteProductEntry
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCompanyProductEntries
public java.util.List<SCProductEntry> getCompanyProductEntries(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyProductEntries
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCompanyProductEntriesCount
public int getCompanyProductEntriesCount(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyProductEntriesCount
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getProductEntries
public java.util.List<SCProductEntry> getProductEntries(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductEntries
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getProductEntries
public java.util.List<SCProductEntry> getProductEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductEntries
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getProductEntries
public java.util.List<SCProductEntry> getProductEntries(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductEntries
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getProductEntries
public java.util.List<SCProductEntry> getProductEntries(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductEntries
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getProductEntriesCount
public int getProductEntriesCount(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductEntriesCount
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getProductEntriesCount
public int getProductEntriesCount(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductEntriesCount
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getProductEntry
public SCProductEntry getProductEntry(long productEntryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductEntry
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getRepositoryXML
public java.lang.String getRepositoryXML(long groupId,
java.lang.String baseImageURL,
java.util.Date oldestDate,
int maxNumOfVersions,
java.util.Properties repoSettings)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRepositoryXML
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRepositoryXML
public java.lang.String getRepositoryXML(long groupId,
java.lang.String version,
java.lang.String baseImageURL,
java.util.Date oldestDate,
int maxNumOfVersions,
java.util.Properties repoSettings)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRepositoryXML
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateProductEntry
public 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 com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateProductEntry
in interface SCProductEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedSCProductEntryLocalService
public SCProductEntryLocalService getWrappedSCProductEntryLocalService()