public class SCFrameworkVersionPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>
implements com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence
Caching information and settings can be found in portal.properties
SCFrameworkVersionPersistence,
SCFrameworkVersionUtil| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_G_A |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_GROUPID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_G_A |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_A |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID |
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion,com.liferay.portlet.softwarecatalog.model.SCProductVersion> |
scFrameworkVersionToSCProductVersionTableMapper |
protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence |
scProductVersionPersistence |
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR| Constructor and Description |
|---|
SCFrameworkVersionPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSCProductVersion(long pk,
long scProductVersionPK)
Adds an association between the s c framework version and the s c product version.
|
void |
addSCProductVersion(long pk,
com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion)
Adds an association between the s c framework version and the s c product version.
|
void |
addSCProductVersions(long pk,
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> scProductVersions)
Adds an association between the s c framework version and the s c product versions.
|
void |
addSCProductVersions(long pk,
long[] scProductVersionPKs)
Adds an association between the s c framework version and the s c product versions.
|
void |
afterPropertiesSet()
Initializes the s c framework version persistence.
|
void |
cacheResult(java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> scFrameworkVersions)
Caches the s c framework versions in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
Caches the s c framework version in the entity cache if it is enabled.
|
void |
clearCache()
Clears the cache for all s c framework versions.
|
void |
clearCache(java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> scFrameworkVersions) |
void |
clearCache(com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
Clears the cache for the s c framework version.
|
void |
clearSCProductVersions(long pk)
Clears all associations between the s c framework version and its s c product versions.
|
boolean |
containsSCProductVersion(long pk,
long scProductVersionPK)
Returns
true if the s c product version is associated with the s c framework version. |
boolean |
containsSCProductVersions(long pk)
Returns
true if the s c framework version has any s c product versions associated with it. |
int |
countAll()
Returns the number of s c framework versions.
|
int |
countByCompanyId(long companyId)
Returns the number of s c framework versions where companyId = ?.
|
int |
countByG_A(long groupId,
boolean active)
Returns the number of s c framework versions where groupId = ? and active = ?.
|
int |
countByGroupId(long groupId)
Returns the number of s c framework versions where groupId = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
create(long frameworkVersionId)
Creates a new s c framework version with the primary key.
|
void |
destroy() |
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where companyId = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where companyId = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
fetchByG_A_First(long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ? and active = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
fetchByG_A_Last(long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ? and active = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
fetchByPrimaryKey(long frameworkVersionId)
Returns the s c framework version with the primary key or returns
null if it could not be found. |
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the s c framework version with the primary key or returns
null if it could not be found. |
int |
filterCountByG_A(long groupId,
boolean active)
Returns the number of s c framework versions that the user has permission to view where groupId = ? and active = ?.
|
int |
filterCountByGroupId(long groupId)
Returns the number of s c framework versions that the user has permission to view where groupId = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion[] |
filterFindByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
com.liferay.portal.kernel.util.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 = ?.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
filterFindByG_A(long groupId,
boolean active)
Returns all the s c framework versions that the user has permission to view where groupId = ? and active = ?.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
filterFindByG_A(long groupId,
boolean active,
int start,
int end)
Returns a range of all the s c framework versions that the user has permission to view where groupId = ? and active = ?.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
filterFindByG_A(long groupId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ? and active = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion[] |
filterFindByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
com.liferay.portal.kernel.util.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 = ?.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
filterFindByGroupId(long groupId)
Returns all the s c framework versions that the user has permission to view where groupId = ?.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the s c framework versions that the user has permission to view where groupId = ?.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ?.
|
protected com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
filterGetByG_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion,
long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
filterGetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
findAll()
Returns all the s c framework versions.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
findAll(int start,
int end)
Returns a range of all the s c framework versions.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where companyId = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where companyId = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion[] |
findByCompanyId_PrevAndNext(long frameworkVersionId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
findByCompanyId(long companyId)
Returns all the s c framework versions where companyId = ?.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the s c framework versions where companyId = ?.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions where companyId = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
findByG_A_First(long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ? and active = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
findByG_A_Last(long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ? and active = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion[] |
findByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
com.liferay.portal.kernel.util.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 = ?.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
findByG_A(long groupId,
boolean active)
Returns all the s c framework versions where groupId = ? and active = ?.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
findByG_A(long groupId,
boolean active,
int start,
int end)
Returns a range of all the s c framework versions where groupId = ? and active = ?.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
findByG_A(long groupId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions where groupId = ? and active = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion[] |
findByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ?.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
findByGroupId(long groupId)
Returns all the s c framework versions where groupId = ?.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the s c framework versions where groupId = ?.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions where groupId = ?.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
findByPrimaryKey(long frameworkVersionId)
Returns the s c framework version with the primary key or throws a
NoSuchFrameworkVersionException if it could not be found. |
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the s c framework version with the primary key or throws a
NoSuchModelException if it could not be found. |
protected java.util.Set<java.lang.String> |
getBadColumnNames() |
protected com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
getByG_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion,
long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> |
getSCProductVersions(long pk)
Returns all the s c product versions associated with the s c framework version.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> |
getSCProductVersions(long pk,
int start,
int end)
Returns a range of all the s c product versions associated with the s c framework version.
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> |
getSCProductVersions(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the s c product versions associated with the s c framework version.
|
int |
getSCProductVersionsSize(long pk)
Returns the number of s c product versions associated with the s c framework version.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
remove(long frameworkVersionId)
Removes the s c framework version with the primary key from the database.
|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
remove(java.io.Serializable primaryKey)
Removes the s c framework version with the primary key from the database.
|
void |
removeAll()
Removes all the s c framework versions from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the s c framework versions where companyId = ? from the database.
|
void |
removeByG_A(long groupId,
boolean active)
Removes all the s c framework versions where groupId = ? and active = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the s c framework versions where groupId = ? from the database.
|
protected com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
removeImpl(com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion) |
void |
removeSCProductVersion(long pk,
long scProductVersionPK)
Removes the association between the s c framework version and the s c product version.
|
void |
removeSCProductVersion(long pk,
com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion)
Removes the association between the s c framework version and the s c product version.
|
void |
removeSCProductVersions(long pk,
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> scProductVersions)
Removes the association between the s c framework version and the s c product versions.
|
void |
removeSCProductVersions(long pk,
long[] scProductVersionPKs)
Removes the association between the s c framework version and the s c product versions.
|
void |
setSCProductVersions(long pk,
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> scProductVersions)
Sets the s c product versions associated with the s c framework version, removing and adding associations as necessary.
|
void |
setSCProductVersions(long pk,
long[] scProductVersionPKs)
Sets the s c product versions associated with the s c framework version, removing and adding associations as necessary.
|
protected com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
toUnwrappedModel(com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion) |
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
updateImpl(com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_A
@BeanReference(type=com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence.class) protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence scProductVersionPersistence
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion,com.liferay.portlet.softwarecatalog.model.SCProductVersion> scFrameworkVersionToSCProductVersionTableMapper
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> findByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
findByGroupId in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException,
com.liferay.portal.kernel.exception.SystemException
findByGroupId_First in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException - if a matching s c framework version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByGroupId_First in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching s c framework version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException,
com.liferay.portal.kernel.exception.SystemException
findByGroupId_Last in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException - if a matching s c framework version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByGroupId_Last in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching s c framework version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion[] findByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException,
com.liferay.portal.kernel.exception.SystemException
findByGroupId_PrevAndNext in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistenceframeworkVersionId - the primary key of the current s c framework versiongroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> filterFindByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByGroupId in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> filterFindByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByGroupId in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByGroupId in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion[] filterFindByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException,
com.liferay.portal.kernel.exception.SystemException
filterFindByGroupId_PrevAndNext in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistenceframeworkVersionId - the primary key of the current s c framework versiongroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion filterGetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
removeByGroupId in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
countByGroupId in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByGroupId in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByCompanyId in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencecompanyId - the company IDstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencecompanyId - the company IDstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_First in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException - if a matching s c framework version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_First in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching s c framework version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_Last in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException - if a matching s c framework version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_Last in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching s c framework version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion[] findByCompanyId_PrevAndNext(long frameworkVersionId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_PrevAndNext in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistenceframeworkVersionId - the primary key of the current s c framework versioncompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByCompanyId in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByCompanyId in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> findByG_A(long groupId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
findByG_A in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> findByG_A(long groupId,
boolean active,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_A in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDactive - the activestart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> findByG_A(long groupId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_A in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDactive - the activestart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion findByG_A_First(long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException,
com.liferay.portal.kernel.exception.SystemException
findByG_A_First in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException - if a matching s c framework version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion fetchByG_A_First(long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByG_A_First in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)null if a matching s c framework version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion findByG_A_Last(long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException,
com.liferay.portal.kernel.exception.SystemException
findByG_A_Last in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException - if a matching s c framework version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion fetchByG_A_Last(long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByG_A_Last in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)null if a matching s c framework version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion[] findByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException,
com.liferay.portal.kernel.exception.SystemException
findByG_A_PrevAndNext in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistenceframeworkVersionId - the primary key of the current s c framework versiongroupId - the group IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion getByG_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion,
long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> filterFindByG_A(long groupId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByG_A in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> filterFindByG_A(long groupId,
boolean active,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_A in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDactive - the activestart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> filterFindByG_A(long groupId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_A in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDactive - the activestart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion[] filterFindByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException,
com.liferay.portal.kernel.exception.SystemException
filterFindByG_A_PrevAndNext in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistenceframeworkVersionId - the primary key of the current s c framework versiongroupId - the group IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion filterGetByG_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion,
long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByG_A(long groupId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
removeByG_A in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByG_A(long groupId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
countByG_A in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByG_A(long groupId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByG_A in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencegroupId - the group IDactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void cacheResult(com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
cacheResult in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencescFrameworkVersion - the s c framework versionpublic void cacheResult(java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> scFrameworkVersions)
cacheResult in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencescFrameworkVersions - the s c framework versionspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>public void clearCache(com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>public void clearCache(java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> scFrameworkVersions)
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion create(long frameworkVersionId)
create in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistenceframeworkVersionId - the primary key for the new s c framework versionpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion remove(long frameworkVersionId)
throws com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistenceframeworkVersionId - the primary key of the s c framework versioncom.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion remove(java.io.Serializable primaryKey)
throws com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>primaryKey - the primary key of the s c framework versioncom.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion removeImpl(com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
throws com.liferay.portal.kernel.exception.SystemException
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion updateImpl(com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
throws com.liferay.portal.kernel.exception.SystemException
updateImpl in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistenceupdateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion toUnwrappedModel(com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException,
com.liferay.portal.kernel.exception.SystemException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>primaryKey - the primary key of the s c framework versioncom.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion findByPrimaryKey(long frameworkVersionId)
throws com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException,
com.liferay.portal.kernel.exception.SystemException
NoSuchFrameworkVersionException if it could not be found.findByPrimaryKey in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistenceframeworkVersionId - the primary key of the s c framework versioncom.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>primaryKey - the primary key of the s c framework versionnull if a s c framework version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion fetchByPrimaryKey(long frameworkVersionId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistenceframeworkVersionId - the primary key of the s c framework versionnull if a s c framework version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> findAll()
throws com.liferay.portal.kernel.exception.SystemException
findAll in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencestart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencestart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
removeAll in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countAll()
throws com.liferay.portal.kernel.exception.SystemException
countAll in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> getSCProductVersions(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getSCProductVersions in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework versioncom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> getSCProductVersions(long pk,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getSCProductVersions in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework versionstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> getSCProductVersions(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getSCProductVersions in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework versionstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getSCProductVersionsSize(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getSCProductVersionsSize in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework versioncom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsSCProductVersion(long pk,
long scProductVersionPK)
throws com.liferay.portal.kernel.exception.SystemException
true if the s c product version is associated with the s c framework version.containsSCProductVersion in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework versionscProductVersionPK - the primary key of the s c product versiontrue if the s c product version is associated with the s c framework version; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsSCProductVersions(long pk)
throws com.liferay.portal.kernel.exception.SystemException
true if the s c framework version has any s c product versions associated with it.containsSCProductVersions in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework version to check for associations with s c product versionstrue if the s c framework version has any s c product versions associated with it; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addSCProductVersion(long pk,
long scProductVersionPK)
throws com.liferay.portal.kernel.exception.SystemException
addSCProductVersion in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework versionscProductVersionPK - the primary key of the s c product versioncom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addSCProductVersion(long pk,
com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion)
throws com.liferay.portal.kernel.exception.SystemException
addSCProductVersion in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework versionscProductVersion - the s c product versioncom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addSCProductVersions(long pk,
long[] scProductVersionPKs)
throws com.liferay.portal.kernel.exception.SystemException
addSCProductVersions in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework versionscProductVersionPKs - the primary keys of the s c product versionscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addSCProductVersions(long pk,
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> scProductVersions)
throws com.liferay.portal.kernel.exception.SystemException
addSCProductVersions in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework versionscProductVersions - the s c product versionscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void clearSCProductVersions(long pk)
throws com.liferay.portal.kernel.exception.SystemException
clearSCProductVersions in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework version to clear the associated s c product versions fromcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeSCProductVersion(long pk,
long scProductVersionPK)
throws com.liferay.portal.kernel.exception.SystemException
removeSCProductVersion in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework versionscProductVersionPK - the primary key of the s c product versioncom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeSCProductVersion(long pk,
com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion)
throws com.liferay.portal.kernel.exception.SystemException
removeSCProductVersion in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework versionscProductVersion - the s c product versioncom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeSCProductVersions(long pk,
long[] scProductVersionPKs)
throws com.liferay.portal.kernel.exception.SystemException
removeSCProductVersions in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework versionscProductVersionPKs - the primary keys of the s c product versionscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeSCProductVersions(long pk,
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> scProductVersions)
throws com.liferay.portal.kernel.exception.SystemException
removeSCProductVersions in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework versionscProductVersions - the s c product versionscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setSCProductVersions(long pk,
long[] scProductVersionPKs)
throws com.liferay.portal.kernel.exception.SystemException
setSCProductVersions in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework versionscProductVersionPKs - the primary keys of the s c product versions to be associated with the s c framework versioncom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setSCProductVersions(long pk,
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> scProductVersions)
throws com.liferay.portal.kernel.exception.SystemException
setSCProductVersions in interface com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistencepk - the primary key of the s c framework versionscProductVersions - the s c product versions to be associated with the s c framework versioncom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>public void afterPropertiesSet()
public void destroy()