Liferay 6.2-ce-ga5

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

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

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

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

Methods in com.liferay.portlet.softwarecatalog.model that return SCLicense
 SCLicense SCLicenseWrapper.getWrappedModel()
           
 SCLicense SCLicenseWrapper.getWrappedSCLicense()
          Deprecated. As of 6.1.0, replaced by SCLicenseWrapper.getWrappedModel()
 SCLicense SCLicenseWrapper.toEscapedModel()
           
 SCLicense SCLicenseModel.toEscapedModel()
           
 SCLicense SCLicenseWrapper.toUnescapedModel()
           
 SCLicense SCLicenseModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.softwarecatalog.model that return types with arguments of type SCLicense
 List<SCLicense> SCProductEntry.getLicenses()
           
 List<SCLicense> SCProductEntryWrapper.getLicenses()
           
 CacheModel<SCLicense> SCLicenseWrapper.toCacheModel()
           
 CacheModel<SCLicense> SCLicenseModel.toCacheModel()
           
 

Methods in com.liferay.portlet.softwarecatalog.model with parameters of type SCLicense
 int SCLicenseWrapper.compareTo(SCLicense scLicense)
           
 int SCLicenseModel.compareTo(SCLicense scLicense)
           
static SCLicenseSoap SCLicenseSoap.toSoapModel(SCLicense model)
           
static SCLicenseSoap[] SCLicenseSoap.toSoapModels(SCLicense[] models)
           
static SCLicenseSoap[][] SCLicenseSoap.toSoapModels(SCLicense[][] models)
           
 

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

Constructors in com.liferay.portlet.softwarecatalog.model with parameters of type SCLicense
SCLicenseWrapper(SCLicense scLicense)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service that return SCLicense
 SCLicense SCLicenseLocalService.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseServiceWrapper.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
static SCLicense SCLicenseServiceUtil.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseService.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalServiceWrapper.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
static SCLicense SCLicenseLocalServiceUtil.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalService.addSCLicense(SCLicense scLicense)
          Adds the s c license to the database.
 SCLicense SCLicenseLocalServiceWrapper.addSCLicense(SCLicense scLicense)
          Adds the s c license to the database.
static SCLicense SCLicenseLocalServiceUtil.addSCLicense(SCLicense scLicense)
          Adds the s c license to the database.
 SCLicense SCLicenseLocalService.createSCLicense(long licenseId)
          Creates a new s c license with the primary key.
 SCLicense SCLicenseLocalServiceWrapper.createSCLicense(long licenseId)
          Creates a new s c license with the primary key.
static SCLicense SCLicenseLocalServiceUtil.createSCLicense(long licenseId)
          Creates a new s c license with the primary key.
 SCLicense SCLicenseLocalService.deleteSCLicense(long licenseId)
          Deletes the s c license with the primary key from the database.
 SCLicense SCLicenseLocalServiceWrapper.deleteSCLicense(long licenseId)
          Deletes the s c license with the primary key from the database.
static SCLicense SCLicenseLocalServiceUtil.deleteSCLicense(long licenseId)
          Deletes the s c license with the primary key from the database.
 SCLicense SCLicenseLocalService.deleteSCLicense(SCLicense scLicense)
          Deletes the s c license from the database.
 SCLicense SCLicenseLocalServiceWrapper.deleteSCLicense(SCLicense scLicense)
          Deletes the s c license from the database.
static SCLicense SCLicenseLocalServiceUtil.deleteSCLicense(SCLicense scLicense)
          Deletes the s c license from the database.
 SCLicense SCLicenseLocalService.fetchSCLicense(long licenseId)
           
 SCLicense SCLicenseLocalServiceWrapper.fetchSCLicense(long licenseId)
           
static SCLicense SCLicenseLocalServiceUtil.fetchSCLicense(long licenseId)
           
 SCLicense SCLicenseLocalService.getLicense(long licenseId)
           
 SCLicense SCLicenseServiceWrapper.getLicense(long licenseId)
           
static SCLicense SCLicenseServiceUtil.getLicense(long licenseId)
           
 SCLicense SCLicenseService.getLicense(long licenseId)
           
 SCLicense SCLicenseLocalServiceWrapper.getLicense(long licenseId)
           
static SCLicense SCLicenseLocalServiceUtil.getLicense(long licenseId)
           
 SCLicense SCLicenseLocalService.getSCLicense(long licenseId)
          Returns the s c license with the primary key.
 SCLicense SCLicenseLocalServiceWrapper.getSCLicense(long licenseId)
          Returns the s c license with the primary key.
static SCLicense SCLicenseLocalServiceUtil.getSCLicense(long licenseId)
          Returns the s c license with the primary key.
 SCLicense SCLicenseLocalService.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseServiceWrapper.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
static SCLicense SCLicenseServiceUtil.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseService.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalServiceWrapper.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
static SCLicense SCLicenseLocalServiceUtil.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalService.updateSCLicense(SCLicense scLicense)
          Updates the s c license in the database or adds it if it does not yet exist.
 SCLicense SCLicenseLocalServiceWrapper.updateSCLicense(SCLicense scLicense)
          Updates the s c license in the database or adds it if it does not yet exist.
static SCLicense SCLicenseLocalServiceUtil.updateSCLicense(SCLicense scLicense)
          Updates the s c license 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 SCLicense
 List<SCLicense> SCLicenseLocalService.getLicenses()
           
 List<SCLicense> SCLicenseLocalServiceWrapper.getLicenses()
           
static List<SCLicense> SCLicenseLocalServiceUtil.getLicenses()
           
 List<SCLicense> SCLicenseLocalService.getLicenses(boolean active, boolean recommended)
           
 List<SCLicense> SCLicenseLocalServiceWrapper.getLicenses(boolean active, boolean recommended)
           
static List<SCLicense> SCLicenseLocalServiceUtil.getLicenses(boolean active, boolean recommended)
           
 List<SCLicense> SCLicenseLocalService.getLicenses(boolean active, boolean recommended, int start, int end)
           
 List<SCLicense> SCLicenseLocalServiceWrapper.getLicenses(boolean active, boolean recommended, int start, int end)
           
static List<SCLicense> SCLicenseLocalServiceUtil.getLicenses(boolean active, boolean recommended, int start, int end)
           
 List<SCLicense> SCLicenseLocalService.getLicenses(int start, int end)
           
 List<SCLicense> SCLicenseLocalServiceWrapper.getLicenses(int start, int end)
           
static List<SCLicense> SCLicenseLocalServiceUtil.getLicenses(int start, int end)
           
 List<SCLicense> SCLicenseLocalService.getProductEntryLicenses(long productEntryId)
           
 List<SCLicense> SCLicenseLocalServiceWrapper.getProductEntryLicenses(long productEntryId)
           
static List<SCLicense> SCLicenseLocalServiceUtil.getProductEntryLicenses(long productEntryId)
           
 List<SCLicense> SCLicenseLocalService.getSCLicenses(int start, int end)
          Returns a range of all the s c licenses.
 List<SCLicense> SCLicenseLocalServiceWrapper.getSCLicenses(int start, int end)
          Returns a range of all the s c licenses.
static List<SCLicense> SCLicenseLocalServiceUtil.getSCLicenses(int start, int end)
          Returns a range of all the s c licenses.
 List<SCLicense> SCLicenseLocalService.getSCProductEntrySCLicenses(long productEntryId)
           
 List<SCLicense> SCLicenseLocalServiceWrapper.getSCProductEntrySCLicenses(long productEntryId)
           
static List<SCLicense> SCLicenseLocalServiceUtil.getSCProductEntrySCLicenses(long productEntryId)
           
 List<SCLicense> SCLicenseLocalService.getSCProductEntrySCLicenses(long productEntryId, int start, int end)
           
 List<SCLicense> SCLicenseLocalServiceWrapper.getSCProductEntrySCLicenses(long productEntryId, int start, int end)
           
static List<SCLicense> SCLicenseLocalServiceUtil.getSCProductEntrySCLicenses(long productEntryId, int start, int end)
           
 List<SCLicense> SCLicenseLocalService.getSCProductEntrySCLicenses(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCLicense> SCLicenseLocalServiceWrapper.getSCProductEntrySCLicenses(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCLicense> SCLicenseLocalServiceUtil.getSCProductEntrySCLicenses(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCLicense
 SCLicense SCLicenseLocalService.addSCLicense(SCLicense scLicense)
          Adds the s c license to the database.
 SCLicense SCLicenseLocalServiceWrapper.addSCLicense(SCLicense scLicense)
          Adds the s c license to the database.
static SCLicense SCLicenseLocalServiceUtil.addSCLicense(SCLicense scLicense)
          Adds the s c license to the database.
 void SCLicenseLocalService.addSCProductEntrySCLicense(long productEntryId, SCLicense scLicense)
           
 void SCLicenseLocalServiceWrapper.addSCProductEntrySCLicense(long productEntryId, SCLicense scLicense)
           
static void SCLicenseLocalServiceUtil.addSCProductEntrySCLicense(long productEntryId, SCLicense scLicense)
           
 void SCLicenseLocalService.deleteLicense(SCLicense license)
           
 void SCLicenseLocalServiceWrapper.deleteLicense(SCLicense license)
           
static void SCLicenseLocalServiceUtil.deleteLicense(SCLicense license)
           
 SCLicense SCLicenseLocalService.deleteSCLicense(SCLicense scLicense)
          Deletes the s c license from the database.
 SCLicense SCLicenseLocalServiceWrapper.deleteSCLicense(SCLicense scLicense)
          Deletes the s c license from the database.
static SCLicense SCLicenseLocalServiceUtil.deleteSCLicense(SCLicense scLicense)
          Deletes the s c license from the database.
 void SCLicenseLocalService.deleteSCProductEntrySCLicense(long productEntryId, SCLicense scLicense)
           
 void SCLicenseLocalServiceWrapper.deleteSCProductEntrySCLicense(long productEntryId, SCLicense scLicense)
           
static void SCLicenseLocalServiceUtil.deleteSCProductEntrySCLicense(long productEntryId, SCLicense scLicense)
           
 SCLicense SCLicenseLocalService.updateSCLicense(SCLicense scLicense)
          Updates the s c license in the database or adds it if it does not yet exist.
 SCLicense SCLicenseLocalServiceWrapper.updateSCLicense(SCLicense scLicense)
          Updates the s c license in the database or adds it if it does not yet exist.
static SCLicense SCLicenseLocalServiceUtil.updateSCLicense(SCLicense scLicense)
          Updates the s c license 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 SCLicense
 void SCLicenseLocalService.addSCProductEntrySCLicenses(long productEntryId, List<SCLicense> SCLicenses)
           
 void SCLicenseLocalServiceWrapper.addSCProductEntrySCLicenses(long productEntryId, List<SCLicense> SCLicenses)
           
static void SCLicenseLocalServiceUtil.addSCProductEntrySCLicenses(long productEntryId, List<SCLicense> SCLicenses)
           
 void SCLicenseLocalService.deleteSCProductEntrySCLicenses(long productEntryId, List<SCLicense> SCLicenses)
           
 void SCLicenseLocalServiceWrapper.deleteSCProductEntrySCLicenses(long productEntryId, List<SCLicense> SCLicenses)
           
static void SCLicenseLocalServiceUtil.deleteSCProductEntrySCLicenses(long productEntryId, List<SCLicense> SCLicenses)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return SCLicense
 SCLicense SCLicensePersistence.create(long licenseId)
          Creates a new s c license with the primary key.
static SCLicense SCLicenseUtil.create(long licenseId)
          Creates a new s c license with the primary key.
 SCLicense SCLicensePersistence.fetchByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ? and recommended = ?.
static SCLicense SCLicenseUtil.fetchByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ? and recommended = ?.
 SCLicense SCLicensePersistence.fetchByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ? and recommended = ?.
static SCLicense SCLicenseUtil.fetchByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ? and recommended = ?.
 SCLicense SCLicensePersistence.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ?.
static SCLicense SCLicenseUtil.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ?.
 SCLicense SCLicensePersistence.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ?.
static SCLicense SCLicenseUtil.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ?.
 SCLicense SCLicensePersistence.fetchByPrimaryKey(long licenseId)
          Returns the s c license with the primary key or returns null if it could not be found.
static SCLicense SCLicenseUtil.fetchByPrimaryKey(long licenseId)
          Returns the s c license with the primary key or returns null if it could not be found.
 SCLicense[] SCLicensePersistence.filterFindByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ? and recommended = ?.
static SCLicense[] SCLicenseUtil.filterFindByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ? and recommended = ?.
 SCLicense[] SCLicensePersistence.filterFindByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ?.
static SCLicense[] SCLicenseUtil.filterFindByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ?.
 SCLicense SCLicensePersistence.findByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ? and recommended = ?.
static SCLicense SCLicenseUtil.findByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ? and recommended = ?.
 SCLicense SCLicensePersistence.findByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ? and recommended = ?.
static SCLicense SCLicenseUtil.findByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ? and recommended = ?.
 SCLicense[] SCLicensePersistence.findByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set where active = ? and recommended = ?.
static SCLicense[] SCLicenseUtil.findByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set where active = ? and recommended = ?.
 SCLicense SCLicensePersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ?.
static SCLicense SCLicenseUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first s c license in the ordered set where active = ?.
 SCLicense SCLicensePersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ?.
static SCLicense SCLicenseUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last s c license in the ordered set where active = ?.
 SCLicense[] SCLicensePersistence.findByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set where active = ?.
static SCLicense[] SCLicenseUtil.findByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
          Returns the s c licenses before and after the current s c license in the ordered set where active = ?.
 SCLicense SCLicensePersistence.findByPrimaryKey(long licenseId)
          Returns the s c license with the primary key or throws a NoSuchLicenseException if it could not be found.
static SCLicense SCLicenseUtil.findByPrimaryKey(long licenseId)
          Returns the s c license with the primary key or throws a NoSuchLicenseException if it could not be found.
 SCLicense SCLicensePersistence.remove(long licenseId)
          Removes the s c license with the primary key from the database.
static SCLicense SCLicenseUtil.remove(long licenseId)
          Removes the s c license with the primary key from the database.
static SCLicense SCLicenseUtil.update(SCLicense scLicense)
           
static SCLicense SCLicenseUtil.update(SCLicense scLicense, ServiceContext serviceContext)
           
 SCLicense SCLicensePersistence.updateImpl(SCLicense scLicense)
           
static SCLicense SCLicenseUtil.updateImpl(SCLicense scLicense)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return types with arguments of type SCLicense
 List<SCLicense> SCLicensePersistence.filterFindByA_R(boolean active, boolean recommended)
          Returns all the s c licenses that the user has permission to view where active = ? and recommended = ?.
static List<SCLicense> SCLicenseUtil.filterFindByA_R(boolean active, boolean recommended)
          Returns all the s c licenses that the user has permission to view where active = ? and recommended = ?.
 List<SCLicense> SCLicensePersistence.filterFindByA_R(boolean active, boolean recommended, int start, int end)
          Returns a range of all the s c licenses that the user has permission to view where active = ? and recommended = ?.
static List<SCLicense> SCLicenseUtil.filterFindByA_R(boolean active, boolean recommended, int start, int end)
          Returns a range of all the s c licenses that the user has permission to view where active = ? and recommended = ?.
 List<SCLicense> SCLicensePersistence.filterFindByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses that the user has permissions to view where active = ? and recommended = ?.
static List<SCLicense> SCLicenseUtil.filterFindByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses that the user has permissions to view where active = ? and recommended = ?.
 List<SCLicense> SCLicensePersistence.filterFindByActive(boolean active)
          Returns all the s c licenses that the user has permission to view where active = ?.
static List<SCLicense> SCLicenseUtil.filterFindByActive(boolean active)
          Returns all the s c licenses that the user has permission to view where active = ?.
 List<SCLicense> SCLicensePersistence.filterFindByActive(boolean active, int start, int end)
          Returns a range of all the s c licenses that the user has permission to view where active = ?.
static List<SCLicense> SCLicenseUtil.filterFindByActive(boolean active, int start, int end)
          Returns a range of all the s c licenses that the user has permission to view where active = ?.
 List<SCLicense> SCLicensePersistence.filterFindByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses that the user has permissions to view where active = ?.
static List<SCLicense> SCLicenseUtil.filterFindByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses that the user has permissions to view where active = ?.
 List<SCLicense> SCLicensePersistence.findAll()
          Returns all the s c licenses.
static List<SCLicense> SCLicenseUtil.findAll()
          Returns all the s c licenses.
 List<SCLicense> SCLicensePersistence.findAll(int start, int end)
          Returns a range of all the s c licenses.
static List<SCLicense> SCLicenseUtil.findAll(int start, int end)
          Returns a range of all the s c licenses.
 List<SCLicense> SCLicensePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses.
static List<SCLicense> SCLicenseUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses.
 List<SCLicense> SCLicensePersistence.findByA_R(boolean active, boolean recommended)
          Returns all the s c licenses where active = ? and recommended = ?.
static List<SCLicense> SCLicenseUtil.findByA_R(boolean active, boolean recommended)
          Returns all the s c licenses where active = ? and recommended = ?.
 List<SCLicense> SCLicensePersistence.findByA_R(boolean active, boolean recommended, int start, int end)
          Returns a range of all the s c licenses where active = ? and recommended = ?.
static List<SCLicense> SCLicenseUtil.findByA_R(boolean active, boolean recommended, int start, int end)
          Returns a range of all the s c licenses where active = ? and recommended = ?.
 List<SCLicense> SCLicensePersistence.findByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses where active = ? and recommended = ?.
static List<SCLicense> SCLicenseUtil.findByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses where active = ? and recommended = ?.
 List<SCLicense> SCLicensePersistence.findByActive(boolean active)
          Returns all the s c licenses where active = ?.
static List<SCLicense> SCLicenseUtil.findByActive(boolean active)
          Returns all the s c licenses where active = ?.
 List<SCLicense> SCLicensePersistence.findByActive(boolean active, int start, int end)
          Returns a range of all the s c licenses where active = ?.
static List<SCLicense> SCLicenseUtil.findByActive(boolean active, int start, int end)
          Returns a range of all the s c licenses where active = ?.
 List<SCLicense> SCLicensePersistence.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses where active = ?.
static List<SCLicense> SCLicenseUtil.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses where active = ?.
static List<SCLicense> SCLicenseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<SCLicense> SCLicenseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<SCLicense> SCLicenseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SCLicense> SCProductEntryUtil.getSCLicenses(long pk)
          Returns all the s c licenses associated with the s c product entry.
 List<SCLicense> SCProductEntryPersistence.getSCLicenses(long pk)
          Returns all the s c licenses associated with the s c product entry.
static List<SCLicense> SCProductEntryUtil.getSCLicenses(long pk, int start, int end)
          Returns a range of all the s c licenses associated with the s c product entry.
 List<SCLicense> SCProductEntryPersistence.getSCLicenses(long pk, int start, int end)
          Returns a range of all the s c licenses associated with the s c product entry.
static List<SCLicense> SCProductEntryUtil.getSCLicenses(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses associated with the s c product entry.
 List<SCLicense> SCProductEntryPersistence.getSCLicenses(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the s c licenses associated with the s c product entry.
 

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

Method parameters in com.liferay.portlet.softwarecatalog.service.persistence with type arguments of type SCLicense
static void SCProductEntryUtil.addSCLicenses(long pk, List<SCLicense> scLicenses)
          Adds an association between the s c product entry and the s c licenses.
 void SCProductEntryPersistence.addSCLicenses(long pk, List<SCLicense> scLicenses)
          Adds an association between the s c product entry and the s c licenses.
 void SCLicensePersistence.cacheResult(List<SCLicense> scLicenses)
          Caches the s c licenses in the entity cache if it is enabled.
static void SCLicenseUtil.cacheResult(List<SCLicense> scLicenses)
          Caches the s c licenses in the entity cache if it is enabled.
static void SCProductEntryUtil.removeSCLicenses(long pk, List<SCLicense> scLicenses)
          Removes the association between the s c product entry and the s c licenses.
 void SCProductEntryPersistence.removeSCLicenses(long pk, List<SCLicense> scLicenses)
          Removes the association between the s c product entry and the s c licenses.
static void SCProductEntryUtil.setSCLicenses(long pk, List<SCLicense> scLicenses)
          Sets the s c licenses associated with the s c product entry, removing and adding associations as necessary.
 void SCProductEntryPersistence.setSCLicenses(long pk, List<SCLicense> scLicenses)
          Sets the s c licenses associated with the s c product entry, removing and adding associations as necessary.
 


Liferay 6.2-ce-ga5