Liferay 6.1.2-ce-ga3

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()
           
 SCProductEntry SCProductVersion.getProductEntry()
           
 SCProductEntry SCProductEntryWrapper.getWrappedModel()
           
 SCProductEntry SCProductEntryWrapper.getWrappedSCProductEntry()
          Deprecated. Renamed to SCProductEntryWrapper.getWrappedModel()
 SCProductEntry SCProductEntryModel.toEscapedModel()
           
 SCProductEntry SCProductEntryWrapper.toEscapedModel()
           
 SCProductEntry SCProductEntryModel.toUnescapedModel()
           
 SCProductEntry SCProductEntryWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.softwarecatalog.model with parameters of type SCProductEntry
 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
 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)
           
 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)
           
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 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)
           
 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.
 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.
 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.
 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.
 SCProductEntry SCProductEntryLocalService.fetchSCProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.fetchSCProductEntry(long productEntryId)
           
static SCProductEntry SCProductEntryLocalServiceUtil.fetchSCProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryServiceWrapper.getProductEntry(long productEntryId)
           
static SCProductEntry SCProductEntryServiceUtil.getProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalService.getProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.getProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryService.getProductEntry(long productEntryId)
           
static SCProductEntry SCProductEntryLocalServiceUtil.getProductEntry(long productEntryId)
           
 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.
 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 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 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)
           
 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)
           
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)
           
 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.
 SCProductEntry SCProductEntryLocalService.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
          Updates the s c product entry in the database or adds it if it does not yet exist.
 SCProductEntry SCProductEntryLocalServiceWrapper.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
          Updates the s c product entry in the database or adds it if it does not yet exist.
static SCProductEntry SCProductEntryLocalServiceUtil.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
          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
 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)
           
 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)
           
 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)
           
 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)
           
 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)
           
 List<SCProductEntry> SCProductEntryLocalService.getSCLicenseSCProductEntries(long licenseId)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getSCLicenseSCProductEntries(long licenseId)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getSCLicenseSCProductEntries(long licenseId)
           
 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)
           
 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)
           
 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
 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)
           
 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)
           
 void SCProductEntryLocalService.addSCLicenseSCProductEntry(long licenseId, SCProductEntry scProductEntry)
           
 void SCProductEntryLocalServiceWrapper.addSCLicenseSCProductEntry(long licenseId, SCProductEntry scProductEntry)
           
static void SCProductEntryLocalServiceUtil.addSCLicenseSCProductEntry(long licenseId, SCProductEntry scProductEntry)
           
 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.
 void SCProductEntryLocalService.deleteProductEntry(SCProductEntry productEntry)
           
 void SCProductEntryLocalServiceWrapper.deleteProductEntry(SCProductEntry productEntry)
           
static void SCProductEntryLocalServiceUtil.deleteProductEntry(SCProductEntry productEntry)
           
 void SCProductEntryLocalService.deleteSCLicenseSCProductEntry(long licenseId, SCProductEntry scProductEntry)
           
 void SCProductEntryLocalServiceWrapper.deleteSCLicenseSCProductEntry(long licenseId, SCProductEntry scProductEntry)
           
static void SCProductEntryLocalServiceUtil.deleteSCLicenseSCProductEntry(long licenseId, SCProductEntry scProductEntry)
           
 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.
 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.
 SCProductEntry SCProductEntryLocalService.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
          Updates the s c product entry in the database or adds it if it does not yet exist.
 SCProductEntry SCProductEntryLocalServiceWrapper.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
          Updates the s c product entry in the database or adds it if it does not yet exist.
static SCProductEntry SCProductEntryLocalServiceUtil.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
          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
 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)
           
 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.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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.
 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.
 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.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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.
 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.
 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.
 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.
 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, boolean merge)
           
static SCProductEntry SCProductEntryUtil.update(SCProductEntry scProductEntry, boolean merge, ServiceContext serviceContext)
           
static SCProductEntry SCProductEntryUtil.updateImpl(SCProductEntry scProductEntry, boolean merge)
           
 SCProductEntry SCProductEntryPersistence.updateImpl(SCProductEntry scProductEntry, boolean merge)
           
 

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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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.
 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.
 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.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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)
           
static List<SCProductEntry> SCLicenseUtil.getSCProductEntries(long pk)
          Returns all the s c product entries associated with the s c license.
 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, int start, int end)
          Returns a range of all the s c product entries associated with the s c license.
 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, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c product entries associated with the s c license.
 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.
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type SCProductEntry
static void SCLicenseUtil.addSCProductEntry(long pk, SCProductEntry scProductEntry)
          Adds an association between the s c license and the s c product entry.
 void SCLicensePersistence.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.
 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)
           
static void SCLicenseUtil.removeSCProductEntry(long pk, SCProductEntry scProductEntry)
          Removes the association between the s c license and the s c product entry.
 void SCLicensePersistence.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, boolean merge)
           
static SCProductEntry SCProductEntryUtil.update(SCProductEntry scProductEntry, boolean merge, ServiceContext serviceContext)
           
static SCProductEntry SCProductEntryUtil.updateImpl(SCProductEntry scProductEntry, boolean merge)
           
 SCProductEntry SCProductEntryPersistence.updateImpl(SCProductEntry scProductEntry, boolean merge)
           
 

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


Liferay 6.1.2-ce-ga3