Liferay 6.2.0

Uses of Interface
com.liferay.portlet.softwarecatalog.model.SCProductEntry

Packages that use SCProductEntry
com.liferay.portlet.softwarecatalog.model   
com.liferay.portlet.softwarecatalog.service   
com.liferay.portlet.softwarecatalog.service.persistence   
 

Uses of SCProductEntry in com.liferay.portlet.softwarecatalog.model
 

Classes in com.liferay.portlet.softwarecatalog.model that implement SCProductEntry
 class SCProductEntryWrapper
           This class is a wrapper for SCProductEntry.
 

Methods in com.liferay.portlet.softwarecatalog.model that return SCProductEntry
 SCProductEntry SCProductVersionWrapper.getProductEntry()
           
abstract  SCProductEntry SCProductVersion.getProductEntry()
           
 SCProductEntry SCProductEntryWrapper.getWrappedModel()
           
 SCProductEntry SCProductEntryWrapper.getWrappedSCProductEntry()
          Deprecated. As of 6.1.0, replaced by SCProductEntryWrapper.getWrappedModel()
abstract  SCProductEntry SCProductEntryModel.toEscapedModel()
           
 SCProductEntry SCProductEntryWrapper.toEscapedModel()
           
abstract  SCProductEntry SCProductEntryModel.toUnescapedModel()
           
 SCProductEntry SCProductEntryWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.softwarecatalog.model that return types with arguments of type SCProductEntry
abstract  CacheModel<SCProductEntry> SCProductEntryModel.toCacheModel()
           
 CacheModel<SCProductEntry> SCProductEntryWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.softwarecatalog.model with parameters of type SCProductEntry
abstract  int SCProductEntryModel.compareTo(SCProductEntry scProductEntry)
           
 int SCProductEntryWrapper.compareTo(SCProductEntry scProductEntry)
           
static SCProductEntrySoap SCProductEntrySoap.toSoapModel(SCProductEntry model)
           
static SCProductEntrySoap[] SCProductEntrySoap.toSoapModels(SCProductEntry[] models)
           
static SCProductEntrySoap[][] SCProductEntrySoap.toSoapModels(SCProductEntry[][] models)
           
 

Method parameters in com.liferay.portlet.softwarecatalog.model with type arguments of type SCProductEntry
static SCProductEntrySoap[] SCProductEntrySoap.toSoapModels(List<SCProductEntry> models)
           
 

Constructors in com.liferay.portlet.softwarecatalog.model with parameters of type SCProductEntry
SCProductEntryWrapper(SCProductEntry scProductEntry)
           
 

Uses of SCProductEntry in com.liferay.portlet.softwarecatalog.service
 

Methods in com.liferay.portlet.softwarecatalog.service that return SCProductEntry
abstract  SCProductEntry SCProductEntryLocalService.addProductEntry(long userId, 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)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.addProductEntry(long userId, 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)
           
static SCProductEntry SCProductEntryLocalServiceUtil.addProductEntry(long userId, 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)
           
abstract  SCProductEntry SCProductEntryService.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)
           
static SCProductEntry SCProductEntryServiceUtil.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)
           
 SCProductEntry SCProductEntryServiceWrapper.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)
           
abstract  SCProductEntry SCProductEntryLocalService.addSCProductEntry(SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
 SCProductEntry SCProductEntryLocalServiceWrapper.addSCProductEntry(SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
static SCProductEntry SCProductEntryLocalServiceUtil.addSCProductEntry(SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
abstract  SCProductEntry SCProductEntryLocalService.createSCProductEntry(long productEntryId)
          Creates a new s c product entry with the primary key.
 SCProductEntry SCProductEntryLocalServiceWrapper.createSCProductEntry(long productEntryId)
          Creates a new s c product entry with the primary key.
static SCProductEntry SCProductEntryLocalServiceUtil.createSCProductEntry(long productEntryId)
          Creates a new s c product entry with the primary key.
abstract  SCProductEntry SCProductEntryLocalService.deleteProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.deleteProductEntry(long productEntryId)
           
static SCProductEntry SCProductEntryLocalServiceUtil.deleteProductEntry(long productEntryId)
           
abstract  SCProductEntry SCProductEntryLocalService.deleteProductEntry(SCProductEntry productEntry)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.deleteProductEntry(SCProductEntry productEntry)
           
static SCProductEntry SCProductEntryLocalServiceUtil.deleteProductEntry(SCProductEntry productEntry)
           
abstract  SCProductEntry SCProductEntryLocalService.deleteSCProductEntry(long productEntryId)
          Deletes the s c product entry with the primary key from the database.
 SCProductEntry SCProductEntryLocalServiceWrapper.deleteSCProductEntry(long productEntryId)
          Deletes the s c product entry with the primary key from the database.
static SCProductEntry SCProductEntryLocalServiceUtil.deleteSCProductEntry(long productEntryId)
          Deletes the s c product entry with the primary key from the database.
abstract  SCProductEntry SCProductEntryLocalService.deleteSCProductEntry(SCProductEntry scProductEntry)
          Deletes the s c product entry from the database.
 SCProductEntry SCProductEntryLocalServiceWrapper.deleteSCProductEntry(SCProductEntry scProductEntry)
          Deletes the s c product entry from the database.
static SCProductEntry SCProductEntryLocalServiceUtil.deleteSCProductEntry(SCProductEntry scProductEntry)
          Deletes the s c product entry from the database.
abstract  SCProductEntry SCProductEntryLocalService.fetchSCProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.fetchSCProductEntry(long productEntryId)
           
static SCProductEntry SCProductEntryLocalServiceUtil.fetchSCProductEntry(long productEntryId)
           
abstract  SCProductEntry SCProductEntryService.getProductEntry(long productEntryId)
           
abstract  SCProductEntry SCProductEntryLocalService.getProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.getProductEntry(long productEntryId)
           
static SCProductEntry SCProductEntryServiceUtil.getProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryServiceWrapper.getProductEntry(long productEntryId)
           
static SCProductEntry SCProductEntryLocalServiceUtil.getProductEntry(long productEntryId)
           
abstract  SCProductEntry SCProductEntryLocalService.getSCProductEntry(long productEntryId)
          Returns the s c product entry with the primary key.
 SCProductEntry SCProductEntryLocalServiceWrapper.getSCProductEntry(long productEntryId)
          Returns the s c product entry with the primary key.
static SCProductEntry SCProductEntryLocalServiceUtil.getSCProductEntry(long productEntryId)
          Returns the s c product entry with the primary key.
abstract  SCProductEntry SCProductEntryService.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)
           
abstract  SCProductEntry SCProductEntryLocalService.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)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.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)
           
static SCProductEntry SCProductEntryServiceUtil.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)
           
 SCProductEntry SCProductEntryServiceWrapper.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)
           
static SCProductEntry SCProductEntryLocalServiceUtil.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)
           
abstract  SCProductEntry SCProductEntryLocalService.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database or adds it if it does not yet exist.
 SCProductEntry SCProductEntryLocalServiceWrapper.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database or adds it if it does not yet exist.
static SCProductEntry SCProductEntryLocalServiceUtil.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.softwarecatalog.service that return types with arguments of type SCProductEntry
abstract  List<SCProductEntry> SCProductEntryLocalService.getCompanyProductEntries(long companyId, int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getCompanyProductEntries(long companyId, int start, int end)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getCompanyProductEntries(long companyId, int start, int end)
           
abstract  List<SCProductEntry> SCProductEntryLocalService.getProductEntries(long groupId, int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getProductEntries(long groupId, int start, int end)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getProductEntries(long groupId, int start, int end)
           
abstract  List<SCProductEntry> SCProductEntryLocalService.getProductEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getProductEntries(long groupId, int start, int end, OrderByComparator obc)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getProductEntries(long groupId, int start, int end, OrderByComparator obc)
           
abstract  List<SCProductEntry> SCProductEntryLocalService.getProductEntries(long groupId, long userId, int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getProductEntries(long groupId, long userId, int start, int end)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getProductEntries(long groupId, long userId, int start, int end)
           
abstract  List<SCProductEntry> SCProductEntryLocalService.getProductEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getProductEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getProductEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
abstract  List<SCProductEntry> SCProductEntryLocalService.getSCLicenseSCProductEntries(long licenseId)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getSCLicenseSCProductEntries(long licenseId)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getSCLicenseSCProductEntries(long licenseId)
           
abstract  List<SCProductEntry> SCProductEntryLocalService.getSCLicenseSCProductEntries(long licenseId, int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getSCLicenseSCProductEntries(long licenseId, int start, int end)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getSCLicenseSCProductEntries(long licenseId, int start, int end)
           
abstract  List<SCProductEntry> SCProductEntryLocalService.getSCLicenseSCProductEntries(long licenseId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getSCLicenseSCProductEntries(long licenseId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getSCLicenseSCProductEntries(long licenseId, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<SCProductEntry> SCProductEntryLocalService.getSCProductEntries(int start, int end)
          Returns a range of all the s c product entries.
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getSCProductEntries(int start, int end)
          Returns a range of all the s c product entries.
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getSCProductEntries(int start, int end)
          Returns a range of all the s c product entries.
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCProductEntry
abstract  void SCProductEntryLocalService.addProductEntryResources(SCProductEntry productEntry, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void SCProductEntryLocalServiceWrapper.addProductEntryResources(SCProductEntry productEntry, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void SCProductEntryLocalServiceUtil.addProductEntryResources(SCProductEntry productEntry, boolean addGroupPermissions, boolean addGuestPermissions)
           
abstract  void SCProductEntryLocalService.addProductEntryResources(SCProductEntry productEntry, String[] groupPermissions, String[] guestPermissions)
           
 void SCProductEntryLocalServiceWrapper.addProductEntryResources(SCProductEntry productEntry, String[] groupPermissions, String[] guestPermissions)
           
static void SCProductEntryLocalServiceUtil.addProductEntryResources(SCProductEntry productEntry, String[] groupPermissions, String[] guestPermissions)
           
abstract  void SCProductEntryLocalService.addSCLicenseSCProductEntry(long licenseId, SCProductEntry scProductEntry)
           
 void SCProductEntryLocalServiceWrapper.addSCLicenseSCProductEntry(long licenseId, SCProductEntry scProductEntry)
           
static void SCProductEntryLocalServiceUtil.addSCLicenseSCProductEntry(long licenseId, SCProductEntry scProductEntry)
           
abstract  SCProductEntry SCProductEntryLocalService.addSCProductEntry(SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
 SCProductEntry SCProductEntryLocalServiceWrapper.addSCProductEntry(SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
static SCProductEntry SCProductEntryLocalServiceUtil.addSCProductEntry(SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
abstract  SCProductEntry SCProductEntryLocalService.deleteProductEntry(SCProductEntry productEntry)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.deleteProductEntry(SCProductEntry productEntry)
           
static SCProductEntry SCProductEntryLocalServiceUtil.deleteProductEntry(SCProductEntry productEntry)
           
abstract  void SCProductEntryLocalService.deleteSCLicenseSCProductEntry(long licenseId, SCProductEntry scProductEntry)
           
 void SCProductEntryLocalServiceWrapper.deleteSCLicenseSCProductEntry(long licenseId, SCProductEntry scProductEntry)
           
static void SCProductEntryLocalServiceUtil.deleteSCLicenseSCProductEntry(long licenseId, SCProductEntry scProductEntry)
           
abstract  SCProductEntry SCProductEntryLocalService.deleteSCProductEntry(SCProductEntry scProductEntry)
          Deletes the s c product entry from the database.
 SCProductEntry SCProductEntryLocalServiceWrapper.deleteSCProductEntry(SCProductEntry scProductEntry)
          Deletes the s c product entry from the database.
static SCProductEntry SCProductEntryLocalServiceUtil.deleteSCProductEntry(SCProductEntry scProductEntry)
          Deletes the s c product entry from the database.
abstract  SCProductEntry SCProductEntryLocalService.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database or adds it if it does not yet exist.
 SCProductEntry SCProductEntryLocalServiceWrapper.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database or adds it if it does not yet exist.
static SCProductEntry SCProductEntryLocalServiceUtil.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.softwarecatalog.service with type arguments of type SCProductEntry
abstract  void SCProductEntryLocalService.addSCLicenseSCProductEntries(long licenseId, List<SCProductEntry> SCProductEntries)
           
 void SCProductEntryLocalServiceWrapper.addSCLicenseSCProductEntries(long licenseId, List<SCProductEntry> SCProductEntries)
           
static void SCProductEntryLocalServiceUtil.addSCLicenseSCProductEntries(long licenseId, List<SCProductEntry> SCProductEntries)
           
abstract  void SCProductEntryLocalService.deleteSCLicenseSCProductEntries(long licenseId, List<SCProductEntry> SCProductEntries)
           
 void SCProductEntryLocalServiceWrapper.deleteSCLicenseSCProductEntries(long licenseId, List<SCProductEntry> SCProductEntries)
           
static void SCProductEntryLocalServiceUtil.deleteSCLicenseSCProductEntries(long licenseId, List<SCProductEntry> SCProductEntries)
           
 

Uses of SCProductEntry in com.liferay.portlet.softwarecatalog.service.persistence
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return SCProductEntry
static SCProductEntry SCProductEntryUtil.create(long productEntryId)
          Creates a new s c product entry with the primary key.
abstract  SCProductEntry SCProductEntryPersistence.create(long productEntryId)
          Creates a new s c product entry with the primary key.
static SCProductEntry SCProductEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where companyId = ?.
abstract  SCProductEntry SCProductEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where companyId = ?.
static SCProductEntry SCProductEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where companyId = ?.
abstract  SCProductEntry SCProductEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where companyId = ?.
static SCProductEntry SCProductEntryUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ? and userId = ?.
abstract  SCProductEntry SCProductEntryPersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ? and userId = ?.
static SCProductEntry SCProductEntryUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ? and userId = ?.
abstract  SCProductEntry SCProductEntryPersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ? and userId = ?.
static SCProductEntry SCProductEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ?.
abstract  SCProductEntry SCProductEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ?.
static SCProductEntry SCProductEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ?.
abstract  SCProductEntry SCProductEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ?.
static SCProductEntry SCProductEntryUtil.fetchByPrimaryKey(long productEntryId)
          Returns the s c product entry with the primary key or returns null if it could not be found.
abstract  SCProductEntry SCProductEntryPersistence.fetchByPrimaryKey(long productEntryId)
          Returns the s c product entry with the primary key or returns null if it could not be found.
static SCProductEntry SCProductEntryUtil.fetchByRG_RA(String repoGroupId, String repoArtifactId)
          Returns the s c product entry where repoGroupId = ? and repoArtifactId = ? or returns null if it could not be found.
abstract  SCProductEntry SCProductEntryPersistence.fetchByRG_RA(String repoGroupId, String repoArtifactId)
          Returns the s c product entry where repoGroupId = ? and repoArtifactId = ? or returns null if it could not be found.
static SCProductEntry SCProductEntryUtil.fetchByRG_RA(String repoGroupId, String repoArtifactId, boolean retrieveFromCache)
          Returns the s c product entry where repoGroupId = ? and repoArtifactId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  SCProductEntry SCProductEntryPersistence.fetchByRG_RA(String repoGroupId, String repoArtifactId, boolean retrieveFromCache)
          Returns the s c product entry where repoGroupId = ? and repoArtifactId = ? or returns null if it could not be found, optionally using the finder cache.
static SCProductEntry[] SCProductEntryUtil.filterFindByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ? and userId = ?.
abstract  SCProductEntry[] SCProductEntryPersistence.filterFindByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ? and userId = ?.
static SCProductEntry[] SCProductEntryUtil.filterFindByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ?.
abstract  SCProductEntry[] SCProductEntryPersistence.filterFindByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ?.
static SCProductEntry SCProductEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where companyId = ?.
abstract  SCProductEntry SCProductEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where companyId = ?.
static SCProductEntry SCProductEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where companyId = ?.
abstract  SCProductEntry SCProductEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where companyId = ?.
static SCProductEntry[] SCProductEntryUtil.findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where companyId = ?.
abstract  SCProductEntry[] SCProductEntryPersistence.findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where companyId = ?.
static SCProductEntry SCProductEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ? and userId = ?.
abstract  SCProductEntry SCProductEntryPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ? and userId = ?.
static SCProductEntry SCProductEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ? and userId = ?.
abstract  SCProductEntry SCProductEntryPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ? and userId = ?.
static SCProductEntry[] SCProductEntryUtil.findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ? and userId = ?.
abstract  SCProductEntry[] SCProductEntryPersistence.findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ? and userId = ?.
static SCProductEntry SCProductEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ?.
abstract  SCProductEntry SCProductEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ?.
static SCProductEntry SCProductEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ?.
abstract  SCProductEntry SCProductEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ?.
static SCProductEntry[] SCProductEntryUtil.findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ?.
abstract  SCProductEntry[] SCProductEntryPersistence.findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ?.
static SCProductEntry SCProductEntryUtil.findByPrimaryKey(long productEntryId)
          Returns the s c product entry with the primary key or throws a NoSuchProductEntryException if it could not be found.
abstract  SCProductEntry SCProductEntryPersistence.findByPrimaryKey(long productEntryId)
          Returns the s c product entry with the primary key or throws a NoSuchProductEntryException if it could not be found.
static SCProductEntry SCProductEntryUtil.findByRG_RA(String repoGroupId, String repoArtifactId)
          Returns the s c product entry where repoGroupId = ? and repoArtifactId = ? or throws a NoSuchProductEntryException if it could not be found.
abstract  SCProductEntry SCProductEntryPersistence.findByRG_RA(String repoGroupId, String repoArtifactId)
          Returns the s c product entry where repoGroupId = ? and repoArtifactId = ? or throws a NoSuchProductEntryException if it could not be found.
static SCProductEntry SCProductEntryUtil.remove(long productEntryId)
          Removes the s c product entry with the primary key from the database.
abstract  SCProductEntry SCProductEntryPersistence.remove(long productEntryId)
          Removes the s c product entry with the primary key from the database.
static SCProductEntry SCProductEntryUtil.removeByRG_RA(String repoGroupId, String repoArtifactId)
          Removes the s c product entry where repoGroupId = ? and repoArtifactId = ? from the database.
abstract  SCProductEntry SCProductEntryPersistence.removeByRG_RA(String repoGroupId, String repoArtifactId)
          Removes the s c product entry where repoGroupId = ? and repoArtifactId = ? from the database.
static SCProductEntry SCProductEntryUtil.update(SCProductEntry scProductEntry)
           
static SCProductEntry SCProductEntryUtil.update(SCProductEntry scProductEntry, ServiceContext serviceContext)
           
static SCProductEntry SCProductEntryUtil.updateImpl(SCProductEntry scProductEntry)
           
abstract  SCProductEntry SCProductEntryPersistence.updateImpl(SCProductEntry scProductEntry)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return types with arguments of type SCProductEntry
static List<SCProductEntry> SCProductEntryUtil.filterFindByG_U(long groupId, long userId)
          Returns all the s c product entries that the user has permission to view where groupId = ? and userId = ?.
abstract  List<SCProductEntry> SCProductEntryPersistence.filterFindByG_U(long groupId, long userId)
          Returns all the s c product entries that the user has permission to view where groupId = ? and userId = ?.
static List<SCProductEntry> SCProductEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the s c product entries that the user has permission to view where groupId = ? and userId = ?.
abstract  List<SCProductEntry> SCProductEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the s c product entries that the user has permission to view where groupId = ? and userId = ?.
static List<SCProductEntry> SCProductEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ? and userId = ?.
abstract  List<SCProductEntry> SCProductEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ? and userId = ?.
static List<SCProductEntry> SCProductEntryUtil.filterFindByGroupId(long groupId)
          Returns all the s c product entries that the user has permission to view where groupId = ?.
abstract  List<SCProductEntry> SCProductEntryPersistence.filterFindByGroupId(long groupId)
          Returns all the s c product entries that the user has permission to view where groupId = ?.
static List<SCProductEntry> SCProductEntryUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the s c product entries that the user has permission to view where groupId = ?.
abstract  List<SCProductEntry> SCProductEntryPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the s c product entries that the user has permission to view where groupId = ?.
static List<SCProductEntry> SCProductEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ?.
abstract  List<SCProductEntry> SCProductEntryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ?.
static List<SCProductEntry> SCProductEntryUtil.findAll()
          Returns all the s c product entries.
abstract  List<SCProductEntry> SCProductEntryPersistence.findAll()
          Returns all the s c product entries.
static List<SCProductEntry> SCProductEntryUtil.findAll(int start, int end)
          Returns a range of all the s c product entries.
abstract  List<SCProductEntry> SCProductEntryPersistence.findAll(int start, int end)
          Returns a range of all the s c product entries.
static List<SCProductEntry> SCProductEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries.
abstract  List<SCProductEntry> SCProductEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries.
static List<SCProductEntry> SCProductEntryUtil.findByCompanyId(long companyId)
          Returns all the s c product entries where companyId = ?.
abstract  List<SCProductEntry> SCProductEntryPersistence.findByCompanyId(long companyId)
          Returns all the s c product entries where companyId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the s c product entries where companyId = ?.
abstract  List<SCProductEntry> SCProductEntryPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the s c product entries where companyId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries where companyId = ?.
abstract  List<SCProductEntry> SCProductEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries where companyId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByG_U(long groupId, long userId)
          Returns all the s c product entries where groupId = ? and userId = ?.
abstract  List<SCProductEntry> SCProductEntryPersistence.findByG_U(long groupId, long userId)
          Returns all the s c product entries where groupId = ? and userId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the s c product entries where groupId = ? and userId = ?.
abstract  List<SCProductEntry> SCProductEntryPersistence.findByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the s c product entries where groupId = ? and userId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries where groupId = ? and userId = ?.
abstract  List<SCProductEntry> SCProductEntryPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries where groupId = ? and userId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByGroupId(long groupId)
          Returns all the s c product entries where groupId = ?.
abstract  List<SCProductEntry> SCProductEntryPersistence.findByGroupId(long groupId)
          Returns all the s c product entries where groupId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the s c product entries where groupId = ?.
abstract  List<SCProductEntry> SCProductEntryPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the s c product entries where groupId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries where groupId = ?.
abstract  List<SCProductEntry> SCProductEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries where groupId = ?.
static List<SCProductEntry> SCProductEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<SCProductEntry> SCProductEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<SCProductEntry> SCProductEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<SCProductEntry> SCLicensePersistence.getSCProductEntries(long pk)
          Returns all the s c product entries associated with the s c license.
static List<SCProductEntry> SCLicenseUtil.getSCProductEntries(long pk)
          Returns all the s c product entries associated with the s c license.
abstract  List<SCProductEntry> SCLicensePersistence.getSCProductEntries(long pk, int start, int end)
          Returns a range of all the s c product entries associated with the s c license.
static List<SCProductEntry> SCLicenseUtil.getSCProductEntries(long pk, int start, int end)
          Returns a range of all the s c product entries associated with the s c license.
abstract  List<SCProductEntry> SCLicensePersistence.getSCProductEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries associated with the s c license.
static List<SCProductEntry> SCLicenseUtil.getSCProductEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries associated with the s c license.
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type SCProductEntry
abstract  void SCLicensePersistence.addSCProductEntry(long pk, SCProductEntry scProductEntry)
          Adds an association between the s c license and the s c product entry.
static void SCLicenseUtil.addSCProductEntry(long pk, SCProductEntry scProductEntry)
          Adds an association between the s c license and the s c product entry.
static void SCProductEntryUtil.cacheResult(SCProductEntry scProductEntry)
          Caches the s c product entry in the entity cache if it is enabled.
abstract  void SCProductEntryPersistence.cacheResult(SCProductEntry scProductEntry)
          Caches the s c product entry in the entity cache if it is enabled.
static void SCProductEntryUtil.clearCache(SCProductEntry scProductEntry)
           
abstract  void SCLicensePersistence.removeSCProductEntry(long pk, SCProductEntry scProductEntry)
          Removes the association between the s c license and the s c product entry.
static void SCLicenseUtil.removeSCProductEntry(long pk, SCProductEntry scProductEntry)
          Removes the association between the s c license and the s c product entry.
static SCProductEntry SCProductEntryUtil.update(SCProductEntry scProductEntry)
           
static SCProductEntry SCProductEntryUtil.update(SCProductEntry scProductEntry, ServiceContext serviceContext)
           
static SCProductEntry SCProductEntryUtil.updateImpl(SCProductEntry scProductEntry)
           
abstract  SCProductEntry SCProductEntryPersistence.updateImpl(SCProductEntry scProductEntry)
           
 

Method parameters in com.liferay.portlet.softwarecatalog.service.persistence with type arguments of type SCProductEntry
abstract  void SCLicensePersistence.addSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
          Adds an association between the s c license and the s c product entries.
static void SCLicenseUtil.addSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
          Adds an association between the s c license and the s c product entries.
static void SCProductEntryUtil.cacheResult(List<SCProductEntry> scProductEntries)
          Caches the s c product entries in the entity cache if it is enabled.
abstract  void SCProductEntryPersistence.cacheResult(List<SCProductEntry> scProductEntries)
          Caches the s c product entries in the entity cache if it is enabled.
abstract  void SCLicensePersistence.removeSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
          Removes the association between the s c license and the s c product entries.
static void SCLicenseUtil.removeSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
          Removes the association between the s c license and the s c product entries.
abstract  void SCLicensePersistence.setSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
          Sets the s c product entries associated with the s c license, removing and adding associations as necessary.
static void SCLicenseUtil.setSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
          Sets the s c product entries associated with the s c license, removing and adding associations as necessary.
 


Liferay 6.2.0