com.liferay.portlet.softwarecatalog.service
Interface SCProductEntryLocalService
- All Known Implementing Classes:
- SCProductEntryLocalServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface SCProductEntryLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.softwarecatalog.service.impl.SCProductEntryLocalServiceImpl
}.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
SCProductEntryLocalServiceUtil
- 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 |
dynamicQuery(DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
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,
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,
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)
|
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)
|
addSCProductEntry
SCProductEntry addSCProductEntry(SCProductEntry scProductEntry)
throws SystemException
- Throws:
SystemException
createSCProductEntry
SCProductEntry createSCProductEntry(long productEntryId)
deleteSCProductEntry
void deleteSCProductEntry(long productEntryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteSCProductEntry
void deleteSCProductEntry(SCProductEntry scProductEntry)
throws SystemException
- Throws:
SystemException
dynamicQuery
java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getSCProductEntry
@Transactional(propagation=SUPPORTS,
readOnly=true)
SCProductEntry getSCProductEntry(long productEntryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getSCProductEntries
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> getSCProductEntries(int start,
int end)
throws SystemException
- Throws:
SystemException
getSCProductEntriesCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getSCProductEntriesCount()
throws SystemException
- Throws:
SystemException
updateSCProductEntry
SCProductEntry updateSCProductEntry(SCProductEntry scProductEntry)
throws SystemException
- Throws:
SystemException
updateSCProductEntry
SCProductEntry updateSCProductEntry(SCProductEntry scProductEntry,
boolean merge)
throws SystemException
- Throws:
SystemException
addProductEntry
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 PortalException,
SystemException
- Throws:
PortalException
SystemException
addProductEntryResources
void addProductEntryResources(long productEntryId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addProductEntryResources
void addProductEntryResources(long productEntryId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addProductEntryResources
void addProductEntryResources(SCProductEntry productEntry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addProductEntryResources
void addProductEntryResources(SCProductEntry productEntry,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteProductEntries
void deleteProductEntries(long groupId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteProductEntry
void deleteProductEntry(long productEntryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteProductEntry
void deleteProductEntry(SCProductEntry productEntry)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getCompanyProductEntries
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> getCompanyProductEntries(long companyId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getCompanyProductEntriesCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCompanyProductEntriesCount(long companyId)
throws SystemException
- Throws:
SystemException
getProductEntries
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> getProductEntries(long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getProductEntries
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> getProductEntries(long groupId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
getProductEntries
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> getProductEntries(long groupId,
long userId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getProductEntries
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> getProductEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
getProductEntriesCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getProductEntriesCount(long groupId)
throws SystemException
- Throws:
SystemException
getProductEntriesCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getProductEntriesCount(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
getProductEntry
@Transactional(propagation=SUPPORTS,
readOnly=true)
SCProductEntry getProductEntry(long productEntryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getRepositoryXML
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.lang.String getRepositoryXML(long groupId,
java.lang.String baseImageURL,
java.util.Date oldestDate,
int maxNumOfVersions,
java.util.Properties repoSettings)
throws SystemException
- Throws:
SystemException
getRepositoryXML
@Transactional(propagation=SUPPORTS,
readOnly=true)
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 SystemException
- Throws:
SystemException
updateProductEntry
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