|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. Renamed to SCLicenseWrapper.getWrappedModel() |
SCLicense |
SCLicenseModel.toEscapedModel()
|
SCLicense |
SCLicenseWrapper.toEscapedModel()
|
SCLicense |
SCLicenseModel.toUnescapedModel()
|
SCLicense |
SCLicenseWrapper.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> |
SCLicenseModel.toCacheModel()
|
CacheModel<SCLicense> |
SCLicenseWrapper.toCacheModel()
|
Methods in com.liferay.portlet.softwarecatalog.model with parameters of type SCLicense | |
---|---|
int |
SCLicenseModel.compareTo(SCLicense scLicense)
|
int |
SCLicenseWrapper.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 | |
---|---|
static SCLicense |
SCLicenseLocalServiceUtil.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 |
SCLicenseLocalServiceWrapper.addLicense(String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
SCLicense |
SCLicenseServiceWrapper.addLicense(String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
SCLicense |
SCLicenseLocalService.addLicense(String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
SCLicense |
SCLicenseService.addLicense(String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
static SCLicense |
SCLicenseLocalServiceUtil.addSCLicense(SCLicense scLicense)
Adds the s c license to the database. |
SCLicense |
SCLicenseLocalServiceWrapper.addSCLicense(SCLicense scLicense)
Adds the s c license to the database. |
SCLicense |
SCLicenseLocalService.addSCLicense(SCLicense scLicense)
Adds the s c license to the database. |
static SCLicense |
SCLicenseLocalServiceUtil.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. |
SCLicense |
SCLicenseLocalService.createSCLicense(long licenseId)
Creates a new s c license with the primary key. |
static SCLicense |
SCLicenseLocalServiceUtil.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. |
SCLicense |
SCLicenseLocalService.deleteSCLicense(long licenseId)
Deletes the s c license with the primary key from the database. |
static SCLicense |
SCLicenseLocalServiceUtil.deleteSCLicense(SCLicense scLicense)
Deletes the s c license from the database. |
SCLicense |
SCLicenseLocalServiceWrapper.deleteSCLicense(SCLicense scLicense)
Deletes the s c license from the database. |
SCLicense |
SCLicenseLocalService.deleteSCLicense(SCLicense scLicense)
Deletes the s c license from the database. |
static SCLicense |
SCLicenseLocalServiceUtil.fetchSCLicense(long licenseId)
|
SCLicense |
SCLicenseLocalServiceWrapper.fetchSCLicense(long licenseId)
|
SCLicense |
SCLicenseLocalService.fetchSCLicense(long licenseId)
|
static SCLicense |
SCLicenseLocalServiceUtil.getLicense(long licenseId)
|
static SCLicense |
SCLicenseServiceUtil.getLicense(long licenseId)
|
SCLicense |
SCLicenseLocalServiceWrapper.getLicense(long licenseId)
|
SCLicense |
SCLicenseServiceWrapper.getLicense(long licenseId)
|
SCLicense |
SCLicenseLocalService.getLicense(long licenseId)
|
SCLicense |
SCLicenseService.getLicense(long licenseId)
|
static SCLicense |
SCLicenseLocalServiceUtil.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. |
SCLicense |
SCLicenseLocalService.getSCLicense(long licenseId)
Returns the s c license with the primary key. |
static SCLicense |
SCLicenseLocalServiceUtil.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 |
SCLicenseLocalServiceWrapper.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)
|
SCLicense |
SCLicenseLocalService.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)
|
static SCLicense |
SCLicenseLocalServiceUtil.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. |
SCLicense |
SCLicenseLocalService.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,
boolean merge)
Updates the s c license in the database or adds it if it does not yet exist. |
SCLicense |
SCLicenseLocalServiceWrapper.updateSCLicense(SCLicense scLicense,
boolean merge)
Updates the s c license in the database or adds it if it does not yet exist. |
SCLicense |
SCLicenseLocalService.updateSCLicense(SCLicense scLicense,
boolean merge)
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 | |
---|---|
static List<SCLicense> |
SCLicenseLocalServiceUtil.getLicenses()
|
List<SCLicense> |
SCLicenseLocalServiceWrapper.getLicenses()
|
List<SCLicense> |
SCLicenseLocalService.getLicenses()
|
static List<SCLicense> |
SCLicenseLocalServiceUtil.getLicenses(boolean active,
boolean recommended)
|
List<SCLicense> |
SCLicenseLocalServiceWrapper.getLicenses(boolean active,
boolean recommended)
|
List<SCLicense> |
SCLicenseLocalService.getLicenses(boolean active,
boolean recommended)
|
static List<SCLicense> |
SCLicenseLocalServiceUtil.getLicenses(boolean active,
boolean recommended,
int start,
int end)
|
List<SCLicense> |
SCLicenseLocalServiceWrapper.getLicenses(boolean active,
boolean recommended,
int start,
int end)
|
List<SCLicense> |
SCLicenseLocalService.getLicenses(boolean active,
boolean recommended,
int start,
int end)
|
static List<SCLicense> |
SCLicenseLocalServiceUtil.getLicenses(int start,
int end)
|
List<SCLicense> |
SCLicenseLocalServiceWrapper.getLicenses(int start,
int end)
|
List<SCLicense> |
SCLicenseLocalService.getLicenses(int start,
int end)
|
static List<SCLicense> |
SCLicenseLocalServiceUtil.getProductEntryLicenses(long productEntryId)
|
List<SCLicense> |
SCLicenseLocalServiceWrapper.getProductEntryLicenses(long productEntryId)
|
List<SCLicense> |
SCLicenseLocalService.getProductEntryLicenses(long productEntryId)
|
static List<SCLicense> |
SCLicenseLocalServiceUtil.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. |
List<SCLicense> |
SCLicenseLocalService.getSCLicenses(int start,
int end)
Returns a range of all the s c licenses. |
static List<SCLicense> |
SCLicenseLocalServiceUtil.getSCProductEntrySCLicenses(long productEntryId)
|
List<SCLicense> |
SCLicenseLocalServiceWrapper.getSCProductEntrySCLicenses(long productEntryId)
|
List<SCLicense> |
SCLicenseLocalService.getSCProductEntrySCLicenses(long productEntryId)
|
static List<SCLicense> |
SCLicenseLocalServiceUtil.getSCProductEntrySCLicenses(long productEntryId,
int start,
int end)
|
List<SCLicense> |
SCLicenseLocalServiceWrapper.getSCProductEntrySCLicenses(long productEntryId,
int start,
int end)
|
List<SCLicense> |
SCLicenseLocalService.getSCProductEntrySCLicenses(long productEntryId,
int start,
int end)
|
static List<SCLicense> |
SCLicenseLocalServiceUtil.getSCProductEntrySCLicenses(long productEntryId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<SCLicense> |
SCLicenseLocalServiceWrapper.getSCProductEntrySCLicenses(long productEntryId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<SCLicense> |
SCLicenseLocalService.getSCProductEntrySCLicenses(long productEntryId,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCLicense | |
---|---|
static SCLicense |
SCLicenseLocalServiceUtil.addSCLicense(SCLicense scLicense)
Adds the s c license to the database. |
SCLicense |
SCLicenseLocalServiceWrapper.addSCLicense(SCLicense scLicense)
Adds the s c license to the database. |
SCLicense |
SCLicenseLocalService.addSCLicense(SCLicense scLicense)
Adds the s c license to the database. |
static void |
SCLicenseLocalServiceUtil.addSCProductEntrySCLicense(long productEntryId,
SCLicense scLicense)
|
void |
SCLicenseLocalServiceWrapper.addSCProductEntrySCLicense(long productEntryId,
SCLicense scLicense)
|
void |
SCLicenseLocalService.addSCProductEntrySCLicense(long productEntryId,
SCLicense scLicense)
|
static void |
SCLicenseLocalServiceUtil.deleteLicense(SCLicense license)
|
void |
SCLicenseLocalServiceWrapper.deleteLicense(SCLicense license)
|
void |
SCLicenseLocalService.deleteLicense(SCLicense license)
|
static SCLicense |
SCLicenseLocalServiceUtil.deleteSCLicense(SCLicense scLicense)
Deletes the s c license from the database. |
SCLicense |
SCLicenseLocalServiceWrapper.deleteSCLicense(SCLicense scLicense)
Deletes the s c license from the database. |
SCLicense |
SCLicenseLocalService.deleteSCLicense(SCLicense scLicense)
Deletes the s c license from the database. |
static void |
SCLicenseLocalServiceUtil.deleteSCProductEntrySCLicense(long productEntryId,
SCLicense scLicense)
|
void |
SCLicenseLocalServiceWrapper.deleteSCProductEntrySCLicense(long productEntryId,
SCLicense scLicense)
|
void |
SCLicenseLocalService.deleteSCProductEntrySCLicense(long productEntryId,
SCLicense scLicense)
|
static SCLicense |
SCLicenseLocalServiceUtil.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. |
SCLicense |
SCLicenseLocalService.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,
boolean merge)
Updates the s c license in the database or adds it if it does not yet exist. |
SCLicense |
SCLicenseLocalServiceWrapper.updateSCLicense(SCLicense scLicense,
boolean merge)
Updates the s c license in the database or adds it if it does not yet exist. |
SCLicense |
SCLicenseLocalService.updateSCLicense(SCLicense scLicense,
boolean merge)
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 | |
---|---|
static void |
SCLicenseLocalServiceUtil.addSCProductEntrySCLicenses(long productEntryId,
List<SCLicense> SCLicenses)
|
void |
SCLicenseLocalServiceWrapper.addSCProductEntrySCLicenses(long productEntryId,
List<SCLicense> SCLicenses)
|
void |
SCLicenseLocalService.addSCProductEntrySCLicenses(long productEntryId,
List<SCLicense> SCLicenses)
|
static void |
SCLicenseLocalServiceUtil.deleteSCProductEntrySCLicenses(long productEntryId,
List<SCLicense> SCLicenses)
|
void |
SCLicenseLocalServiceWrapper.deleteSCProductEntrySCLicenses(long productEntryId,
List<SCLicense> SCLicenses)
|
void |
SCLicenseLocalService.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 | |
---|---|
static SCLicense |
SCLicenseUtil.create(long licenseId)
Creates a new s c license with the primary key. |
SCLicense |
SCLicensePersistence.create(long licenseId)
Creates a new s c license with the primary key. |
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_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_Last(boolean active,
boolean recommended,
OrderByComparator orderByComparator)
Returns the last 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.fetchByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first s c license in the ordered set where active = ?. |
SCLicense |
SCLicensePersistence.fetchByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first 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.fetchByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last s c license in the ordered set where active = ?. |
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.fetchByPrimaryKey(long licenseId)
Returns the s c license with the primary key or returns null if it could not be found. |
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.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.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.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.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_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_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_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_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.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.findByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first s c license in the ordered set where active = ?. |
SCLicense |
SCLicensePersistence.findByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first 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_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last 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.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.findByPrimaryKey(long licenseId)
Returns the s c license with the primary key or throws a NoSuchLicenseException if it could not be found. |
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.remove(long licenseId)
Removes the s c license with the primary key from the database. |
SCLicense |
SCLicensePersistence.remove(long licenseId)
Removes the s c license with the primary key from the database. |
static SCLicense |
SCLicenseUtil.update(SCLicense scLicense,
boolean merge)
|
static SCLicense |
SCLicenseUtil.update(SCLicense scLicense,
boolean merge,
ServiceContext serviceContext)
|
static SCLicense |
SCLicenseUtil.updateImpl(SCLicense scLicense,
boolean merge)
|
SCLicense |
SCLicensePersistence.updateImpl(SCLicense scLicense,
boolean merge)
|
Methods in com.liferay.portlet.softwarecatalog.service.persistence that return types with arguments of type SCLicense | |
---|---|
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)
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,
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)
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,
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.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.filterFindByActive(boolean active)
Returns all the s c licenses that the user has permission to view where active = ?. |
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,
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)
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,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c licenses that the user has permissions 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.findAll()
Returns all the s c licenses. |
List<SCLicense> |
SCLicensePersistence.findAll()
Returns 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)
Returns a 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.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c licenses. |
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)
Returns 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)
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,
OrderByComparator orderByComparator)
Returns an ordered 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.findByActive(boolean active)
Returns all the s c licenses where active = ?. |
List<SCLicense> |
SCLicensePersistence.findByActive(boolean active)
Returns 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)
Returns a 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 = ?. |
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.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. |
static void |
SCLicenseUtil.cacheResult(SCLicense scLicense)
Caches the s c license in the entity cache if it is enabled. |
void |
SCLicensePersistence.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,
boolean merge)
|
static SCLicense |
SCLicenseUtil.update(SCLicense scLicense,
boolean merge,
ServiceContext serviceContext)
|
static SCLicense |
SCLicenseUtil.updateImpl(SCLicense scLicense,
boolean merge)
|
SCLicense |
SCLicensePersistence.updateImpl(SCLicense scLicense,
boolean merge)
|
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. |
static void |
SCLicenseUtil.cacheResult(List<SCLicense> scLicenses)
Caches the s c licenses in the entity cache if it is enabled. |
void |
SCLicensePersistence.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.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |