@ProviderType public interface ObjectDefinitionPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectDefinition>
Caching information and settings can be found in portal.properties
ObjectDefinitionUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<ObjectDefinition> objectDefinitions)
Caches the object definitions in the entity cache if it is enabled.
|
void |
cacheResult(ObjectDefinition objectDefinition)
Caches the object definition in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of object definitions.
|
int |
countByC_A_S_S(long companyId,
boolean active,
boolean system,
int status)
Returns the number of object definitions where companyId = ? and active = ? and system = ? and status = ?.
|
int |
countByC_C(long companyId,
java.lang.String className)
Returns the number of object definitions where companyId = ? and className = ?.
|
int |
countByC_N(long companyId,
java.lang.String name)
Returns the number of object definitions where companyId = ? and name = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of object definitions where companyId = ?.
|
int |
countByS_S(boolean system,
int status)
Returns the number of object definitions where system = ? and status = ?.
|
int |
countBySystem(boolean system)
Returns the number of object definitions where system = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of object definitions where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of object definitions where uuid = ?.
|
ObjectDefinition |
create(long objectDefinitionId)
Creates a new object definition with the primary key.
|
ObjectDefinition |
fetchByC_A_S_S_First(long companyId,
boolean active,
boolean system,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where companyId = ? and active = ? and system = ? and status = ?.
|
ObjectDefinition |
fetchByC_A_S_S_Last(long companyId,
boolean active,
boolean system,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where companyId = ? and active = ? and system = ? and status = ?.
|
ObjectDefinition |
fetchByC_C(long companyId,
java.lang.String className)
Returns the object definition where companyId = ? and className = ? or returns
null if it could not be found. |
ObjectDefinition |
fetchByC_C(long companyId,
java.lang.String className,
boolean useFinderCache)
Returns the object definition where companyId = ? and className = ? or returns
null if it could not be found, optionally using the finder cache. |
ObjectDefinition |
fetchByC_N(long companyId,
java.lang.String name)
Returns the object definition where companyId = ? and name = ? or returns
null if it could not be found. |
ObjectDefinition |
fetchByC_N(long companyId,
java.lang.String name,
boolean useFinderCache)
Returns the object definition where companyId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
ObjectDefinition |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where companyId = ?.
|
ObjectDefinition |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where companyId = ?.
|
ObjectDefinition |
fetchByPrimaryKey(long objectDefinitionId)
Returns the object definition with the primary key or returns
null if it could not be found. |
ObjectDefinition |
fetchByS_S_First(boolean system,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where system = ? and status = ?.
|
ObjectDefinition |
fetchByS_S_Last(boolean system,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where system = ? and status = ?.
|
ObjectDefinition |
fetchBySystem_First(boolean system,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where system = ?.
|
ObjectDefinition |
fetchBySystem_Last(boolean system,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where system = ?.
|
ObjectDefinition |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where uuid = ? and companyId = ?.
|
ObjectDefinition |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where uuid = ? and companyId = ?.
|
ObjectDefinition |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where uuid = ?.
|
ObjectDefinition |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where uuid = ?.
|
int |
filterCountByC_A_S_S(long companyId,
boolean active,
boolean system,
int status)
Returns the number of object definitions that the user has permission to view where companyId = ? and active = ? and system = ? and status = ?.
|
int |
filterCountByCompanyId(long companyId)
Returns the number of object definitions that the user has permission to view where companyId = ?.
|
int |
filterCountByS_S(boolean system,
int status)
Returns the number of object definitions that the user has permission to view where system = ? and status = ?.
|
int |
filterCountBySystem(boolean system)
Returns the number of object definitions that the user has permission to view where system = ?.
|
int |
filterCountByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of object definitions that the user has permission to view where uuid = ? and companyId = ?.
|
int |
filterCountByUuid(java.lang.String uuid)
Returns the number of object definitions that the user has permission to view where uuid = ?.
|
ObjectDefinition[] |
filterFindByC_A_S_S_PrevAndNext(long objectDefinitionId,
long companyId,
boolean active,
boolean system,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the object definitions before and after the current object definition in the ordered set of object definitions that the user has permission to view where companyId = ? and active = ? and system = ? and status = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_A_S_S(long companyId,
boolean active,
boolean system,
int status)
Returns all the object definitions that the user has permission to view where companyId = ? and active = ? and system = ? and status = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_A_S_S(long companyId,
boolean active,
boolean system,
int status,
int start,
int end)
Returns a range of all the object definitions that the user has permission to view where companyId = ? and active = ? and system = ? and status = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_A_S_S(long companyId,
boolean active,
boolean system,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions that the user has permissions to view where companyId = ? and active = ? and system = ? and status = ?.
|
ObjectDefinition[] |
filterFindByCompanyId_PrevAndNext(long objectDefinitionId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the object definitions before and after the current object definition in the ordered set of object definitions that the user has permission to view where companyId = ?.
|
java.util.List<ObjectDefinition> |
filterFindByCompanyId(long companyId)
Returns all the object definitions that the user has permission to view where companyId = ?.
|
java.util.List<ObjectDefinition> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the object definitions that the user has permission to view where companyId = ?.
|
java.util.List<ObjectDefinition> |
filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions that the user has permissions to view where companyId = ?.
|
ObjectDefinition[] |
filterFindByS_S_PrevAndNext(long objectDefinitionId,
boolean system,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the object definitions before and after the current object definition in the ordered set of object definitions that the user has permission to view where system = ? and status = ?.
|
java.util.List<ObjectDefinition> |
filterFindByS_S(boolean system,
int status)
Returns all the object definitions that the user has permission to view where system = ? and status = ?.
|
java.util.List<ObjectDefinition> |
filterFindByS_S(boolean system,
int status,
int start,
int end)
Returns a range of all the object definitions that the user has permission to view where system = ? and status = ?.
|
java.util.List<ObjectDefinition> |
filterFindByS_S(boolean system,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions that the user has permissions to view where system = ? and status = ?.
|
ObjectDefinition[] |
filterFindBySystem_PrevAndNext(long objectDefinitionId,
boolean system,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the object definitions before and after the current object definition in the ordered set of object definitions that the user has permission to view where system = ?.
|
java.util.List<ObjectDefinition> |
filterFindBySystem(boolean system)
Returns all the object definitions that the user has permission to view where system = ?.
|
java.util.List<ObjectDefinition> |
filterFindBySystem(boolean system,
int start,
int end)
Returns a range of all the object definitions that the user has permission to view where system = ?.
|
java.util.List<ObjectDefinition> |
filterFindBySystem(boolean system,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions that the user has permissions to view where system = ?.
|
ObjectDefinition[] |
filterFindByUuid_C_PrevAndNext(long objectDefinitionId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the object definitions before and after the current object definition in the ordered set of object definitions that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<ObjectDefinition> |
filterFindByUuid_C(java.lang.String uuid,
long companyId)
Returns all the object definitions that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<ObjectDefinition> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the object definitions that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<ObjectDefinition> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions that the user has permissions to view where uuid = ? and companyId = ?.
|
ObjectDefinition[] |
filterFindByUuid_PrevAndNext(long objectDefinitionId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the object definitions before and after the current object definition in the ordered set of object definitions that the user has permission to view where uuid = ?.
|
java.util.List<ObjectDefinition> |
filterFindByUuid(java.lang.String uuid)
Returns all the object definitions that the user has permission to view where uuid = ?.
|
java.util.List<ObjectDefinition> |
filterFindByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the object definitions that the user has permission to view where uuid = ?.
|
java.util.List<ObjectDefinition> |
filterFindByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions that the user has permissions to view where uuid = ?.
|
java.util.List<ObjectDefinition> |
findAll()
Returns all the object definitions.
|
java.util.List<ObjectDefinition> |
findAll(int start,
int end)
Returns a range of all the object definitions.
|
java.util.List<ObjectDefinition> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions.
|
java.util.List<ObjectDefinition> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object definitions.
|
ObjectDefinition |
findByC_A_S_S_First(long companyId,
boolean active,
boolean system,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where companyId = ? and active = ? and system = ? and status = ?.
|
ObjectDefinition |
findByC_A_S_S_Last(long companyId,
boolean active,
boolean system,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where companyId = ? and active = ? and system = ? and status = ?.
|
ObjectDefinition[] |
findByC_A_S_S_PrevAndNext(long objectDefinitionId,
long companyId,
boolean active,
boolean system,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the object definitions before and after the current object definition in the ordered set where companyId = ? and active = ? and system = ? and status = ?.
|
java.util.List<ObjectDefinition> |
findByC_A_S_S(long companyId,
boolean active,
boolean system,
int status)
Returns all the object definitions where companyId = ? and active = ? and system = ? and status = ?.
|
java.util.List<ObjectDefinition> |
findByC_A_S_S(long companyId,
boolean active,
boolean system,
int status,
int start,
int end)
Returns a range of all the object definitions where companyId = ? and active = ? and system = ? and status = ?.
|
java.util.List<ObjectDefinition> |
findByC_A_S_S(long companyId,
boolean active,
boolean system,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions where companyId = ? and active = ? and system = ? and status = ?.
|
java.util.List<ObjectDefinition> |
findByC_A_S_S(long companyId,
boolean active,
boolean system,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object definitions where companyId = ? and active = ? and system = ? and status = ?.
|
ObjectDefinition |
findByC_C(long companyId,
java.lang.String className)
Returns the object definition where companyId = ? and className = ? or throws a
NoSuchObjectDefinitionException if it could not be found. |
ObjectDefinition |
findByC_N(long companyId,
java.lang.String name)
Returns the object definition where companyId = ? and name = ? or throws a
NoSuchObjectDefinitionException if it could not be found. |
ObjectDefinition |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where companyId = ?.
|
ObjectDefinition |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where companyId = ?.
|
ObjectDefinition[] |
findByCompanyId_PrevAndNext(long objectDefinitionId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the object definitions before and after the current object definition in the ordered set where companyId = ?.
|
java.util.List<ObjectDefinition> |
findByCompanyId(long companyId)
Returns all the object definitions where companyId = ?.
|
java.util.List<ObjectDefinition> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the object definitions where companyId = ?.
|
java.util.List<ObjectDefinition> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions where companyId = ?.
|
java.util.List<ObjectDefinition> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object definitions where companyId = ?.
|
ObjectDefinition |
findByPrimaryKey(long objectDefinitionId)
Returns the object definition with the primary key or throws a
NoSuchObjectDefinitionException if it could not be found. |
ObjectDefinition |
findByS_S_First(boolean system,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where system = ? and status = ?.
|
ObjectDefinition |
findByS_S_Last(boolean system,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where system = ? and status = ?.
|
ObjectDefinition[] |
findByS_S_PrevAndNext(long objectDefinitionId,
boolean system,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the object definitions before and after the current object definition in the ordered set where system = ? and status = ?.
|
java.util.List<ObjectDefinition> |
findByS_S(boolean system,
int status)
Returns all the object definitions where system = ? and status = ?.
|
java.util.List<ObjectDefinition> |
findByS_S(boolean system,
int status,
int start,
int end)
Returns a range of all the object definitions where system = ? and status = ?.
|
java.util.List<ObjectDefinition> |
findByS_S(boolean system,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions where system = ? and status = ?.
|
java.util.List<ObjectDefinition> |
findByS_S(boolean system,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object definitions where system = ? and status = ?.
|
ObjectDefinition |
findBySystem_First(boolean system,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where system = ?.
|
ObjectDefinition |
findBySystem_Last(boolean system,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where system = ?.
|
ObjectDefinition[] |
findBySystem_PrevAndNext(long objectDefinitionId,
boolean system,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the object definitions before and after the current object definition in the ordered set where system = ?.
|
java.util.List<ObjectDefinition> |
findBySystem(boolean system)
Returns all the object definitions where system = ?.
|
java.util.List<ObjectDefinition> |
findBySystem(boolean system,
int start,
int end)
Returns a range of all the object definitions where system = ?.
|
java.util.List<ObjectDefinition> |
findBySystem(boolean system,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions where system = ?.
|
java.util.List<ObjectDefinition> |
findBySystem(boolean system,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object definitions where system = ?.
|
ObjectDefinition |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where uuid = ? and companyId = ?.
|
ObjectDefinition |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where uuid = ? and companyId = ?.
|
ObjectDefinition[] |
findByUuid_C_PrevAndNext(long objectDefinitionId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the object definitions before and after the current object definition in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<ObjectDefinition> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the object definitions where uuid = ? and companyId = ?.
|
java.util.List<ObjectDefinition> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the object definitions where uuid = ? and companyId = ?.
|
java.util.List<ObjectDefinition> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions where uuid = ? and companyId = ?.
|
java.util.List<ObjectDefinition> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object definitions where uuid = ? and companyId = ?.
|
ObjectDefinition |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where uuid = ?.
|
ObjectDefinition |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where uuid = ?.
|
ObjectDefinition[] |
findByUuid_PrevAndNext(long objectDefinitionId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the object definitions before and after the current object definition in the ordered set where uuid = ?.
|
java.util.List<ObjectDefinition> |
findByUuid(java.lang.String uuid)
Returns all the object definitions where uuid = ?.
|
java.util.List<ObjectDefinition> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the object definitions where uuid = ?.
|
java.util.List<ObjectDefinition> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions where uuid = ?.
|
java.util.List<ObjectDefinition> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object definitions where uuid = ?.
|
ObjectDefinition |
remove(long objectDefinitionId)
Removes the object definition with the primary key from the database.
|
void |
removeAll()
Removes all the object definitions from the database.
|
void |
removeByC_A_S_S(long companyId,
boolean active,
boolean system,
int status)
Removes all the object definitions where companyId = ? and active = ? and system = ? and status = ? from the database.
|
ObjectDefinition |
removeByC_C(long companyId,
java.lang.String className)
Removes the object definition where companyId = ? and className = ? from the database.
|
ObjectDefinition |
removeByC_N(long companyId,
java.lang.String name)
Removes the object definition where companyId = ? and name = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the object definitions where companyId = ? from the database.
|
void |
removeByS_S(boolean system,
int status)
Removes all the object definitions where system = ? and status = ? from the database.
|
void |
removeBySystem(boolean system)
Removes all the object definitions where system = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the object definitions where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the object definitions where uuid = ? from the database.
|
ObjectDefinition |
updateImpl(ObjectDefinition objectDefinition) |
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<ObjectDefinition> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ObjectDefinition> findByUuid(java.lang.String uuid, int start, int end)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)java.util.List<ObjectDefinition> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectDefinition> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectDefinition findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition[] findByUuid_PrevAndNext(long objectDefinitionId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundjava.util.List<ObjectDefinition> filterFindByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ObjectDefinition> filterFindByUuid(java.lang.String uuid, int start, int end)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)java.util.List<ObjectDefinition> filterFindByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)ObjectDefinition[] filterFindByUuid_PrevAndNext(long objectDefinitionId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidint filterCountByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<ObjectDefinition> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ObjectDefinition> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)java.util.List<ObjectDefinition> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectDefinition> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectDefinition findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition[] findByUuid_C_PrevAndNext(long objectDefinitionId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundjava.util.List<ObjectDefinition> filterFindByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ObjectDefinition> filterFindByUuid_C(java.lang.String uuid, long companyId, int start, int end)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)java.util.List<ObjectDefinition> filterFindByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)ObjectDefinition[] filterFindByUuid_C_PrevAndNext(long objectDefinitionId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint filterCountByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<ObjectDefinition> findByCompanyId(long companyId)
companyId
- the company IDjava.util.List<ObjectDefinition> findByCompanyId(long companyId, int start, int end)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)java.util.List<ObjectDefinition> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectDefinition> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectDefinition findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition[] findByCompanyId_PrevAndNext(long objectDefinitionId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundjava.util.List<ObjectDefinition> filterFindByCompanyId(long companyId)
companyId
- the company IDjava.util.List<ObjectDefinition> filterFindByCompanyId(long companyId, int start, int end)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)java.util.List<ObjectDefinition> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)ObjectDefinition[] filterFindByCompanyId_PrevAndNext(long objectDefinitionId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDint filterCountByCompanyId(long companyId)
companyId
- the company IDjava.util.List<ObjectDefinition> findBySystem(boolean system)
system
- the systemjava.util.List<ObjectDefinition> findBySystem(boolean system, int start, int end)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
system
- the systemstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)java.util.List<ObjectDefinition> findBySystem(boolean system, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
system
- the systemstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectDefinition> findBySystem(boolean system, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
system
- the systemstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectDefinition findBySystem_First(boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
system
- the systemorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchBySystem_First(boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
system
- the systemorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition findBySystem_Last(boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
system
- the systemorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchBySystem_Last(boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
system
- the systemorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition[] findBySystem_PrevAndNext(long objectDefinitionId, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitionsystem
- the systemorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundjava.util.List<ObjectDefinition> filterFindBySystem(boolean system)
system
- the systemjava.util.List<ObjectDefinition> filterFindBySystem(boolean system, int start, int end)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
system
- the systemstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)java.util.List<ObjectDefinition> filterFindBySystem(boolean system, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
system
- the systemstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)ObjectDefinition[] filterFindBySystem_PrevAndNext(long objectDefinitionId, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitionsystem
- the systemorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundvoid removeBySystem(boolean system)
system
- the systemint countBySystem(boolean system)
system
- the systemint filterCountBySystem(boolean system)
system
- the systemObjectDefinition findByC_C(long companyId, java.lang.String className) throws NoSuchObjectDefinitionException
NoSuchObjectDefinitionException
if it could not be found.companyId
- the company IDclassName
- the class nameNoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByC_C(long companyId, java.lang.String className)
null
if it could not be found. Uses the finder cache.companyId
- the company IDclassName
- the class namenull
if a matching object definition could not be foundObjectDefinition fetchByC_C(long companyId, java.lang.String className, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.companyId
- the company IDclassName
- the class nameuseFinderCache
- whether to use the finder cachenull
if a matching object definition could not be foundObjectDefinition removeByC_C(long companyId, java.lang.String className) throws NoSuchObjectDefinitionException
companyId
- the company IDclassName
- the class nameNoSuchObjectDefinitionException
int countByC_C(long companyId, java.lang.String className)
companyId
- the company IDclassName
- the class nameObjectDefinition findByC_N(long companyId, java.lang.String name) throws NoSuchObjectDefinitionException
NoSuchObjectDefinitionException
if it could not be found.companyId
- the company IDname
- the nameNoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByC_N(long companyId, java.lang.String name)
null
if it could not be found. Uses the finder cache.companyId
- the company IDname
- the namenull
if a matching object definition could not be foundObjectDefinition fetchByC_N(long companyId, java.lang.String name, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.companyId
- the company IDname
- the nameuseFinderCache
- whether to use the finder cachenull
if a matching object definition could not be foundObjectDefinition removeByC_N(long companyId, java.lang.String name) throws NoSuchObjectDefinitionException
companyId
- the company IDname
- the nameNoSuchObjectDefinitionException
int countByC_N(long companyId, java.lang.String name)
companyId
- the company IDname
- the namejava.util.List<ObjectDefinition> findByS_S(boolean system, int status)
system
- the systemstatus
- the statusjava.util.List<ObjectDefinition> findByS_S(boolean system, int status, int start, int end)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
system
- the systemstatus
- the statusstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)java.util.List<ObjectDefinition> findByS_S(boolean system, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
system
- the systemstatus
- the statusstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectDefinition> findByS_S(boolean system, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
system
- the systemstatus
- the statusstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectDefinition findByS_S_First(boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
system
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByS_S_First(boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
system
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition findByS_S_Last(boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
system
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByS_S_Last(boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
system
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition[] findByS_S_PrevAndNext(long objectDefinitionId, boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitionsystem
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundjava.util.List<ObjectDefinition> filterFindByS_S(boolean system, int status)
system
- the systemstatus
- the statusjava.util.List<ObjectDefinition> filterFindByS_S(boolean system, int status, int start, int end)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
system
- the systemstatus
- the statusstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)java.util.List<ObjectDefinition> filterFindByS_S(boolean system, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
system
- the systemstatus
- the statusstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)ObjectDefinition[] filterFindByS_S_PrevAndNext(long objectDefinitionId, boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitionsystem
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundvoid removeByS_S(boolean system, int status)
system
- the systemstatus
- the statusint countByS_S(boolean system, int status)
system
- the systemstatus
- the statusint filterCountByS_S(boolean system, int status)
system
- the systemstatus
- the statusjava.util.List<ObjectDefinition> findByC_A_S_S(long companyId, boolean active, boolean system, int status)
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusjava.util.List<ObjectDefinition> findByC_A_S_S(long companyId, boolean active, boolean system, int status, int start, int end)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)java.util.List<ObjectDefinition> findByC_A_S_S(long companyId, boolean active, boolean system, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectDefinition> findByC_A_S_S(long companyId, boolean active, boolean system, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheObjectDefinition findByC_A_S_S_First(long companyId, boolean active, boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByC_A_S_S_First(long companyId, boolean active, boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition findByC_A_S_S_Last(long companyId, boolean active, boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByC_A_S_S_Last(long companyId, boolean active, boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition[] findByC_A_S_S_PrevAndNext(long objectDefinitionId, long companyId, boolean active, boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundjava.util.List<ObjectDefinition> filterFindByC_A_S_S(long companyId, boolean active, boolean system, int status)
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusjava.util.List<ObjectDefinition> filterFindByC_A_S_S(long companyId, boolean active, boolean system, int status, int start, int end)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)java.util.List<ObjectDefinition> filterFindByC_A_S_S(long companyId, boolean active, boolean system, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)ObjectDefinition[] filterFindByC_A_S_S_PrevAndNext(long objectDefinitionId, long companyId, boolean active, boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundvoid removeByC_A_S_S(long companyId, boolean active, boolean system, int status)
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusint countByC_A_S_S(long companyId, boolean active, boolean system, int status)
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusint filterCountByC_A_S_S(long companyId, boolean active, boolean system, int status)
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusvoid cacheResult(ObjectDefinition objectDefinition)
objectDefinition
- the object definitionvoid cacheResult(java.util.List<ObjectDefinition> objectDefinitions)
objectDefinitions
- the object definitionsObjectDefinition create(long objectDefinitionId)
objectDefinitionId
- the primary key for the new object definitionObjectDefinition remove(long objectDefinitionId) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the object definitionNoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundObjectDefinition updateImpl(ObjectDefinition objectDefinition)
ObjectDefinition findByPrimaryKey(long objectDefinitionId) throws NoSuchObjectDefinitionException
NoSuchObjectDefinitionException
if it could not be found.objectDefinitionId
- the primary key of the object definitionNoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundObjectDefinition fetchByPrimaryKey(long objectDefinitionId)
null
if it could not be found.objectDefinitionId
- the primary key of the object definitionnull
if a object definition with the primary key could not be foundjava.util.List<ObjectDefinition> findAll()
java.util.List<ObjectDefinition> findAll(int start, int end)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
start
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)java.util.List<ObjectDefinition> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
start
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<ObjectDefinition> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from ObjectDefinitionModelImpl
.
start
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()