|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.service.persistence.RepositoryUtil
@ProviderType public class RepositoryUtil
The persistence utility for the repository service. This utility wraps RepositoryPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
RepositoryPersistence
,
RepositoryPersistenceImpl
Constructor Summary | |
---|---|
RepositoryUtil()
|
Method Summary | |
---|---|
static void |
cacheResult(List<Repository> repositories)
Caches the repositories in the entity cache if it is enabled. |
static void |
cacheResult(Repository repository)
Caches the repository in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(Repository repository)
|
static int |
countAll()
Returns the number of repositories. |
static int |
countByG_N_P(long groupId,
String name,
String portletId)
Returns the number of repositories where groupId = ? and name = ? and portletId = ?. |
static int |
countByGroupId(long groupId)
Returns the number of repositories where groupId = ?. |
static int |
countByUuid_C(String uuid,
long companyId)
Returns the number of repositories where uuid = ? and companyId = ?. |
static int |
countByUUID_G(String uuid,
long groupId)
Returns the number of repositories where uuid = ? and groupId = ?. |
static int |
countByUuid(String uuid)
Returns the number of repositories where uuid = ?. |
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static Repository |
create(long repositoryId)
Creates a new repository with the primary key. |
static Repository |
fetchByG_N_P(long groupId,
String name,
String portletId)
Returns the repository where groupId = ? and name = ? and portletId = ? or returns null if it could not be found. |
static Repository |
fetchByG_N_P(long groupId,
String name,
String portletId,
boolean retrieveFromCache)
Returns the repository where groupId = ? and name = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache. |
static Repository |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
static Repository |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
static Repository |
fetchByPrimaryKey(long repositoryId)
Returns the repository with the primary key or returns null if it could not be found. |
static Repository |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
static Repository |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
static Repository |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
static Repository |
fetchByUUID_G(String uuid,
long groupId)
Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found. |
static Repository |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static Repository |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
static List<Repository> |
findAll()
Returns all the repositories. |
static List<Repository> |
findAll(int start,
int end)
Returns a range of all the repositories. |
static List<Repository> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repositories. |
static Repository |
findByG_N_P(long groupId,
String name,
String portletId)
Returns the repository where groupId = ? and name = ? and portletId = ? or throws a NoSuchRepositoryException if it could not be found. |
static Repository |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
static Repository |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
static Repository[] |
findByGroupId_PrevAndNext(long repositoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the repositories before and after the current repository in the ordered set where groupId = ?. |
static List<Repository> |
findByGroupId(long groupId)
Returns all the repositories where groupId = ?. |
static List<Repository> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the repositories where groupId = ?. |
static List<Repository> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repositories where groupId = ?. |
static Repository |
findByPrimaryKey(long repositoryId)
Returns the repository with the primary key or throws a NoSuchRepositoryException if it could not be found. |
static Repository |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
static Repository |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
static Repository[] |
findByUuid_C_PrevAndNext(long repositoryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?. |
static List<Repository> |
findByUuid_C(String uuid,
long companyId)
Returns all the repositories where uuid = ? and companyId = ?. |
static List<Repository> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the repositories where uuid = ? and companyId = ?. |
static List<Repository> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
static Repository |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
static Repository |
findByUUID_G(String uuid,
long groupId)
Returns the repository where uuid = ? and groupId = ? or throws a NoSuchRepositoryException if it could not be found. |
static Repository |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
static Repository[] |
findByUuid_PrevAndNext(long repositoryId,
String uuid,
OrderByComparator orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ?. |
static List<Repository> |
findByUuid(String uuid)
Returns all the repositories where uuid = ?. |
static List<Repository> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the repositories where uuid = ?. |
static List<Repository> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repositories where uuid = ?. |
static List<Repository> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Repository> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Repository> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static RepositoryPersistence |
getPersistence()
|
static Repository |
remove(long repositoryId)
Removes the repository with the primary key from the database. |
static void |
removeAll()
Removes all the repositories from the database. |
static Repository |
removeByG_N_P(long groupId,
String name,
String portletId)
Removes the repository where groupId = ? and name = ? and portletId = ? from the database. |
static void |
removeByGroupId(long groupId)
Removes all the repositories where groupId = ? from the database. |
static void |
removeByUuid_C(String uuid,
long companyId)
Removes all the repositories where uuid = ? and companyId = ? from the database. |
static Repository |
removeByUUID_G(String uuid,
long groupId)
Removes the repository where uuid = ? and groupId = ? from the database. |
static void |
removeByUuid(String uuid)
Removes all the repositories where uuid = ? from the database. |
void |
setPersistence(RepositoryPersistence persistence)
Deprecated. As of 6.2.0 |
static Repository |
update(Repository repository)
|
static Repository |
update(Repository repository,
ServiceContext serviceContext)
|
static Repository |
updateImpl(Repository repository)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepositoryUtil()
Method Detail |
---|
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(Repository repository)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<Repository> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<Repository> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<Repository> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static Repository update(Repository repository) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel)
public static Repository update(Repository repository, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)
public static List<Repository> findByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredpublic static List<Repository> findByUuid(String uuid, int start, int end) throws 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 RepositoryModelImpl
. 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.
uuid
- the uuidstart
- the lower bound of the range of repositoriesend
- the upper bound of the range of repositories (not inclusive)
SystemException
- if a system exception occurredpublic static List<Repository> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator) throws 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 RepositoryModelImpl
. 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.
uuid
- the uuidstart
- the lower bound of the range of repositoriesend
- the upper bound of the range of repositories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static Repository findByUuid_First(String uuid, OrderByComparator orderByComparator) throws NoSuchRepositoryException, SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRepositoryException
- if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository fetchByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws NoSuchRepositoryException, SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRepositoryException
- if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository fetchByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository[] findByUuid_PrevAndNext(long repositoryId, String uuid, OrderByComparator orderByComparator) throws NoSuchRepositoryException, SystemException
repositoryId
- the primary key of the current repositoryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRepositoryException
- if a repository with the primary key could not be found
SystemException
- if a system exception occurredpublic static void removeByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredpublic static int countByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredpublic static Repository findByUUID_G(String uuid, long groupId) throws NoSuchRepositoryException, SystemException
NoSuchRepositoryException
if it could not be found.
uuid
- the uuidgroupId
- the group ID
NoSuchRepositoryException
- if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository fetchByUUID_G(String uuid, long groupId) throws SystemException
null
if it could not be found. Uses the finder cache.
uuid
- the uuidgroupId
- the group ID
null
if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to use the finder cache
null
if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository removeByUUID_G(String uuid, long groupId) throws NoSuchRepositoryException, SystemException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurred
NoSuchRepositoryException
public static int countByUUID_G(String uuid, long groupId) throws SystemException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurredpublic static List<Repository> findByUuid_C(String uuid, long companyId) throws SystemException
uuid
- the uuidcompanyId
- the company ID
SystemException
- if a system exception occurredpublic static List<Repository> findByUuid_C(String uuid, long companyId, int start, int end) throws 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 RepositoryModelImpl
. 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.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of repositoriesend
- the upper bound of the range of repositories (not inclusive)
SystemException
- if a system exception occurredpublic static List<Repository> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator) throws 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 RepositoryModelImpl
. 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.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of repositoriesend
- the upper bound of the range of repositories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static Repository findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator) throws NoSuchRepositoryException, SystemException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRepositoryException
- if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator) throws NoSuchRepositoryException, SystemException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRepositoryException
- if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository[] findByUuid_C_PrevAndNext(long repositoryId, String uuid, long companyId, OrderByComparator orderByComparator) throws NoSuchRepositoryException, SystemException
repositoryId
- the primary key of the current repositoryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRepositoryException
- if a repository with the primary key could not be found
SystemException
- if a system exception occurredpublic static void removeByUuid_C(String uuid, long companyId) throws SystemException
uuid
- the uuidcompanyId
- the company ID
SystemException
- if a system exception occurredpublic static int countByUuid_C(String uuid, long companyId) throws SystemException
uuid
- the uuidcompanyId
- the company ID
SystemException
- if a system exception occurredpublic static List<Repository> findByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredpublic static List<Repository> findByGroupId(long groupId, int start, int end) throws 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 RepositoryModelImpl
. 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.
groupId
- the group IDstart
- the lower bound of the range of repositoriesend
- the upper bound of the range of repositories (not inclusive)
SystemException
- if a system exception occurredpublic static List<Repository> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws 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 RepositoryModelImpl
. 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.
groupId
- the group IDstart
- the lower bound of the range of repositoriesend
- the upper bound of the range of repositories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static Repository findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws NoSuchRepositoryException, SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRepositoryException
- if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository fetchByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws NoSuchRepositoryException, SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRepositoryException
- if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository[] findByGroupId_PrevAndNext(long repositoryId, long groupId, OrderByComparator orderByComparator) throws NoSuchRepositoryException, SystemException
repositoryId
- the primary key of the current repositorygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRepositoryException
- if a repository with the primary key could not be found
SystemException
- if a system exception occurredpublic static void removeByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredpublic static int countByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredpublic static Repository findByG_N_P(long groupId, String name, String portletId) throws NoSuchRepositoryException, SystemException
NoSuchRepositoryException
if it could not be found.
groupId
- the group IDname
- the nameportletId
- the portlet ID
NoSuchRepositoryException
- if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository fetchByG_N_P(long groupId, String name, String portletId) throws SystemException
null
if it could not be found. Uses the finder cache.
groupId
- the group IDname
- the nameportletId
- the portlet ID
null
if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository fetchByG_N_P(long groupId, String name, String portletId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
groupId
- the group IDname
- the nameportletId
- the portlet IDretrieveFromCache
- whether to use the finder cache
null
if a matching repository could not be found
SystemException
- if a system exception occurredpublic static Repository removeByG_N_P(long groupId, String name, String portletId) throws NoSuchRepositoryException, SystemException
groupId
- the group IDname
- the nameportletId
- the portlet ID
SystemException
- if a system exception occurred
NoSuchRepositoryException
public static int countByG_N_P(long groupId, String name, String portletId) throws SystemException
groupId
- the group IDname
- the nameportletId
- the portlet ID
SystemException
- if a system exception occurredpublic static void cacheResult(Repository repository)
repository
- the repositorypublic static void cacheResult(List<Repository> repositories)
repositories
- the repositoriespublic static Repository create(long repositoryId)
repositoryId
- the primary key for the new repository
public static Repository remove(long repositoryId) throws NoSuchRepositoryException, SystemException
repositoryId
- the primary key of the repository
NoSuchRepositoryException
- if a repository with the primary key could not be found
SystemException
- if a system exception occurredpublic static Repository updateImpl(Repository repository) throws SystemException
SystemException
public static Repository findByPrimaryKey(long repositoryId) throws NoSuchRepositoryException, SystemException
NoSuchRepositoryException
if it could not be found.
repositoryId
- the primary key of the repository
NoSuchRepositoryException
- if a repository with the primary key could not be found
SystemException
- if a system exception occurredpublic static Repository fetchByPrimaryKey(long repositoryId) throws SystemException
null
if it could not be found.
repositoryId
- the primary key of the repository
null
if a repository with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<Repository> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<Repository> findAll(int start, int end) throws 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 RepositoryModelImpl
. 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.
start
- the lower bound of the range of repositoriesend
- the upper bound of the range of repositories (not inclusive)
SystemException
- if a system exception occurredpublic static List<Repository> findAll(int start, int end, OrderByComparator orderByComparator) throws 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 RepositoryModelImpl
. 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.
start
- the lower bound of the range of repositoriesend
- the upper bound of the range of repositories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static RepositoryPersistence getPersistence()
public void setPersistence(RepositoryPersistence persistence)
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |