|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchFrameworkVersionException | |
---|---|
com.liferay.portlet.softwarecatalog.service.persistence |
Uses of NoSuchFrameworkVersionException in com.liferay.portlet.softwarecatalog.service.persistence |
---|
Methods in com.liferay.portlet.softwarecatalog.service.persistence that throw NoSuchFrameworkVersionException | |
---|---|
static SCFrameworkVersion[] |
SCFrameworkVersionUtil.filterFindByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ? and active = ?. |
SCFrameworkVersion[] |
SCFrameworkVersionPersistence.filterFindByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ? and active = ?. |
static SCFrameworkVersion[] |
SCFrameworkVersionUtil.filterFindByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ?. |
SCFrameworkVersion[] |
SCFrameworkVersionPersistence.filterFindByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where companyId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where companyId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where companyId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where companyId = ?. |
static SCFrameworkVersion[] |
SCFrameworkVersionUtil.findByCompanyId_PrevAndNext(long frameworkVersionId,
long companyId,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where companyId = ?. |
SCFrameworkVersion[] |
SCFrameworkVersionPersistence.findByCompanyId_PrevAndNext(long frameworkVersionId,
long companyId,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where companyId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByG_A_First(long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ? and active = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByG_A_First(long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ? and active = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByG_A_Last(long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ? and active = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByG_A_Last(long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ? and active = ?. |
static SCFrameworkVersion[] |
SCFrameworkVersionUtil.findByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ? and active = ?. |
SCFrameworkVersion[] |
SCFrameworkVersionPersistence.findByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ? and active = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ?. |
static SCFrameworkVersion[] |
SCFrameworkVersionUtil.findByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ?. |
SCFrameworkVersion[] |
SCFrameworkVersionPersistence.findByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByPrimaryKey(long frameworkVersionId)
Returns the s c framework version with the primary key or throws a NoSuchFrameworkVersionException if it could not be found. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByPrimaryKey(long frameworkVersionId)
Returns the s c framework version with the primary key or throws a NoSuchFrameworkVersionException if it could not be found. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.remove(long frameworkVersionId)
Removes the s c framework version with the primary key from the database. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.remove(long frameworkVersionId)
Removes the s c framework version with the primary key from the database. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |