@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 |
countByAccountEntryRestricted(boolean accountEntryRestricted)
Returns the number of object definitions where accountEntryRestricted = ?.
|
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_A_S(long companyId,
boolean active,
int status)
Returns the number of object definitions where companyId = ? and active = ? and status = ?.
|
int |
countByC_C(long companyId,
java.lang.String className)
Returns the number of object definitions where companyId = ? and className = ?.
|
int |
countByC_M_S(long companyId,
boolean modifiable,
boolean system)
Returns the number of object definitions where companyId = ? and modifiable = ? and system = ?.
|
int |
countByC_N(long companyId,
java.lang.String name)
Returns the number of object definitions where companyId = ? and name = ?.
|
int |
countByC_RODI(long companyId,
long rootObjectDefinitionId)
Returns the number of object definitions where companyId = ? and rootObjectDefinitionId = ?.
|
int |
countByC_S(long companyId,
int status)
Returns the number of object definitions where companyId = ? and status = ?.
|
int |
countByC_U(long companyId,
long userId)
Returns the number of object definitions where companyId = ? and userId = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of object definitions where companyId = ?.
|
int |
countByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the number of object definitions where externalReferenceCode = ? and companyId = ?.
|
int |
countByObjectFolderId(long objectFolderId)
Returns the number of object definitions where objectFolderId = ?.
|
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 |
fetchByAccountEntryRestricted_First(boolean accountEntryRestricted,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where accountEntryRestricted = ?.
|
ObjectDefinition |
fetchByAccountEntryRestricted_Last(boolean accountEntryRestricted,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where accountEntryRestricted = ?.
|
ObjectDefinition |
fetchByC_A_S_First(long companyId,
boolean active,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where companyId = ? and active = ? and status = ?.
|
ObjectDefinition |
fetchByC_A_S_Last(long companyId,
boolean active,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where companyId = ? and active = ? and status = ?.
|
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_M_S_First(long companyId,
boolean modifiable,
boolean system,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where companyId = ? and modifiable = ? and system = ?.
|
ObjectDefinition |
fetchByC_M_S_Last(long companyId,
boolean modifiable,
boolean system,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where companyId = ? and modifiable = ? and system = ?.
|
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 |
fetchByC_RODI_First(long companyId,
long rootObjectDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where companyId = ? and rootObjectDefinitionId = ?.
|
ObjectDefinition |
fetchByC_RODI_Last(long companyId,
long rootObjectDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where companyId = ? and rootObjectDefinitionId = ?.
|
ObjectDefinition |
fetchByC_S_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where companyId = ? and status = ?.
|
ObjectDefinition |
fetchByC_S_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where companyId = ? and status = ?.
|
ObjectDefinition |
fetchByC_U_First(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where companyId = ? and userId = ?.
|
ObjectDefinition |
fetchByC_U_Last(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where companyId = ? and userId = ?.
|
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 |
fetchByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the object definition where externalReferenceCode = ? and companyId = ? or returns
null if it could not be found. |
ObjectDefinition |
fetchByERC_C(java.lang.String externalReferenceCode,
long companyId,
boolean useFinderCache)
Returns the object definition where externalReferenceCode = ? and companyId = ? or returns
null if it could not be found, optionally using the finder cache. |
ObjectDefinition |
fetchByObjectFolderId_First(long objectFolderId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where objectFolderId = ?.
|
ObjectDefinition |
fetchByObjectFolderId_Last(long objectFolderId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where objectFolderId = ?.
|
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 |
filterCountByAccountEntryRestricted(boolean accountEntryRestricted)
Returns the number of object definitions that the user has permission to view where accountEntryRestricted = ?.
|
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 |
filterCountByC_A_S(long companyId,
boolean active,
int status)
Returns the number of object definitions that the user has permission to view where companyId = ? and active = ? and status = ?.
|
int |
filterCountByC_M_S(long companyId,
boolean modifiable,
boolean system)
Returns the number of object definitions that the user has permission to view where companyId = ? and modifiable = ? and system = ?.
|
int |
filterCountByC_RODI(long companyId,
long rootObjectDefinitionId)
Returns the number of object definitions that the user has permission to view where companyId = ? and rootObjectDefinitionId = ?.
|
int |
filterCountByC_S(long companyId,
int status)
Returns the number of object definitions that the user has permission to view where companyId = ? and status = ?.
|
int |
filterCountByC_U(long companyId,
long userId)
Returns the number of object definitions that the user has permission to view where companyId = ? and userId = ?.
|
int |
filterCountByCompanyId(long companyId)
Returns the number of object definitions that the user has permission to view where companyId = ?.
|
int |
filterCountByObjectFolderId(long objectFolderId)
Returns the number of object definitions that the user has permission to view where objectFolderId = ?.
|
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[] |
filterFindByAccountEntryRestricted_PrevAndNext(long objectDefinitionId,
boolean accountEntryRestricted,
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 accountEntryRestricted = ?.
|
java.util.List<ObjectDefinition> |
filterFindByAccountEntryRestricted(boolean accountEntryRestricted)
Returns all the object definitions that the user has permission to view where accountEntryRestricted = ?.
|
java.util.List<ObjectDefinition> |
filterFindByAccountEntryRestricted(boolean accountEntryRestricted,
int start,
int end)
Returns a range of all the object definitions that the user has permission to view where accountEntryRestricted = ?.
|
java.util.List<ObjectDefinition> |
filterFindByAccountEntryRestricted(boolean accountEntryRestricted,
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 accountEntryRestricted = ?.
|
ObjectDefinition[] |
filterFindByC_A_S_PrevAndNext(long objectDefinitionId,
long companyId,
boolean active,
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 status = ?.
|
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 = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_A_S(long companyId,
boolean active,
int status)
Returns all the object definitions that the user has permission to view where companyId = ? and active = ? and status = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_A_S(long companyId,
boolean active,
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 status = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_A_S(long companyId,
boolean active,
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 status = ?.
|
ObjectDefinition[] |
filterFindByC_M_S_PrevAndNext(long objectDefinitionId,
long companyId,
boolean modifiable,
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 companyId = ? and modifiable = ? and system = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_M_S(long companyId,
boolean modifiable,
boolean system)
Returns all the object definitions that the user has permission to view where companyId = ? and modifiable = ? and system = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_M_S(long companyId,
boolean modifiable,
boolean system,
int start,
int end)
Returns a range of all the object definitions that the user has permission to view where companyId = ? and modifiable = ? and system = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_M_S(long companyId,
boolean modifiable,
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 companyId = ? and modifiable = ? and system = ?.
|
ObjectDefinition[] |
filterFindByC_RODI_PrevAndNext(long objectDefinitionId,
long companyId,
long rootObjectDefinitionId,
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 rootObjectDefinitionId = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_RODI(long companyId,
long rootObjectDefinitionId)
Returns all the object definitions that the user has permission to view where companyId = ? and rootObjectDefinitionId = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_RODI(long companyId,
long rootObjectDefinitionId,
int start,
int end)
Returns a range of all the object definitions that the user has permission to view where companyId = ? and rootObjectDefinitionId = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_RODI(long companyId,
long rootObjectDefinitionId,
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 rootObjectDefinitionId = ?.
|
ObjectDefinition[] |
filterFindByC_S_PrevAndNext(long objectDefinitionId,
long companyId,
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 status = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_S(long companyId,
int status)
Returns all the object definitions that the user has permission to view where companyId = ? and status = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the object definitions that the user has permission to view where companyId = ? and status = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_S(long companyId,
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 status = ?.
|
ObjectDefinition[] |
filterFindByC_U_PrevAndNext(long objectDefinitionId,
long companyId,
long userId,
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 userId = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_U(long companyId,
long userId)
Returns all the object definitions that the user has permission to view where companyId = ? and userId = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_U(long companyId,
long userId,
int start,
int end)
Returns a range of all the object definitions that the user has permission to view where companyId = ? and userId = ?.
|
java.util.List<ObjectDefinition> |
filterFindByC_U(long companyId,
long userId,
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 userId = ?.
|
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[] |
filterFindByObjectFolderId_PrevAndNext(long objectDefinitionId,
long objectFolderId,
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 objectFolderId = ?.
|
java.util.List<ObjectDefinition> |
filterFindByObjectFolderId(long objectFolderId)
Returns all the object definitions that the user has permission to view where objectFolderId = ?.
|
java.util.List<ObjectDefinition> |
filterFindByObjectFolderId(long objectFolderId,
int start,
int end)
Returns a range of all the object definitions that the user has permission to view where objectFolderId = ?.
|
java.util.List<ObjectDefinition> |
filterFindByObjectFolderId(long objectFolderId,
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 objectFolderId = ?.
|
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 |
findByAccountEntryRestricted_First(boolean accountEntryRestricted,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where accountEntryRestricted = ?.
|
ObjectDefinition |
findByAccountEntryRestricted_Last(boolean accountEntryRestricted,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where accountEntryRestricted = ?.
|
ObjectDefinition[] |
findByAccountEntryRestricted_PrevAndNext(long objectDefinitionId,
boolean accountEntryRestricted,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the object definitions before and after the current object definition in the ordered set where accountEntryRestricted = ?.
|
java.util.List<ObjectDefinition> |
findByAccountEntryRestricted(boolean accountEntryRestricted)
Returns all the object definitions where accountEntryRestricted = ?.
|
java.util.List<ObjectDefinition> |
findByAccountEntryRestricted(boolean accountEntryRestricted,
int start,
int end)
Returns a range of all the object definitions where accountEntryRestricted = ?.
|
java.util.List<ObjectDefinition> |
findByAccountEntryRestricted(boolean accountEntryRestricted,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions where accountEntryRestricted = ?.
|
java.util.List<ObjectDefinition> |
findByAccountEntryRestricted(boolean accountEntryRestricted,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object definitions where accountEntryRestricted = ?.
|
ObjectDefinition |
findByC_A_S_First(long companyId,
boolean active,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where companyId = ? and active = ? and status = ?.
|
ObjectDefinition |
findByC_A_S_Last(long companyId,
boolean active,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where companyId = ? and active = ? and status = ?.
|
ObjectDefinition[] |
findByC_A_S_PrevAndNext(long objectDefinitionId,
long companyId,
boolean active,
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 status = ?.
|
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 = ?.
|
java.util.List<ObjectDefinition> |
findByC_A_S(long companyId,
boolean active,
int status)
Returns all the object definitions where companyId = ? and active = ? and status = ?.
|
java.util.List<ObjectDefinition> |
findByC_A_S(long companyId,
boolean active,
int status,
int start,
int end)
Returns a range of all the object definitions where companyId = ? and active = ? and status = ?.
|
java.util.List<ObjectDefinition> |
findByC_A_S(long companyId,
boolean active,
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 status = ?.
|
java.util.List<ObjectDefinition> |
findByC_A_S(long companyId,
boolean active,
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 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_M_S_First(long companyId,
boolean modifiable,
boolean system,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where companyId = ? and modifiable = ? and system = ?.
|
ObjectDefinition |
findByC_M_S_Last(long companyId,
boolean modifiable,
boolean system,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where companyId = ? and modifiable = ? and system = ?.
|
ObjectDefinition[] |
findByC_M_S_PrevAndNext(long objectDefinitionId,
long companyId,
boolean modifiable,
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 companyId = ? and modifiable = ? and system = ?.
|
java.util.List<ObjectDefinition> |
findByC_M_S(long companyId,
boolean modifiable,
boolean system)
Returns all the object definitions where companyId = ? and modifiable = ? and system = ?.
|
java.util.List<ObjectDefinition> |
findByC_M_S(long companyId,
boolean modifiable,
boolean system,
int start,
int end)
Returns a range of all the object definitions where companyId = ? and modifiable = ? and system = ?.
|
java.util.List<ObjectDefinition> |
findByC_M_S(long companyId,
boolean modifiable,
boolean system,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions where companyId = ? and modifiable = ? and system = ?.
|
java.util.List<ObjectDefinition> |
findByC_M_S(long companyId,
boolean modifiable,
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 companyId = ? and modifiable = ? and system = ?.
|
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 |
findByC_RODI_First(long companyId,
long rootObjectDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where companyId = ? and rootObjectDefinitionId = ?.
|
ObjectDefinition |
findByC_RODI_Last(long companyId,
long rootObjectDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where companyId = ? and rootObjectDefinitionId = ?.
|
ObjectDefinition[] |
findByC_RODI_PrevAndNext(long objectDefinitionId,
long companyId,
long rootObjectDefinitionId,
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 rootObjectDefinitionId = ?.
|
java.util.List<ObjectDefinition> |
findByC_RODI(long companyId,
long rootObjectDefinitionId)
Returns all the object definitions where companyId = ? and rootObjectDefinitionId = ?.
|
java.util.List<ObjectDefinition> |
findByC_RODI(long companyId,
long rootObjectDefinitionId,
int start,
int end)
Returns a range of all the object definitions where companyId = ? and rootObjectDefinitionId = ?.
|
java.util.List<ObjectDefinition> |
findByC_RODI(long companyId,
long rootObjectDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions where companyId = ? and rootObjectDefinitionId = ?.
|
java.util.List<ObjectDefinition> |
findByC_RODI(long companyId,
long rootObjectDefinitionId,
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 rootObjectDefinitionId = ?.
|
ObjectDefinition |
findByC_S_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where companyId = ? and status = ?.
|
ObjectDefinition |
findByC_S_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where companyId = ? and status = ?.
|
ObjectDefinition[] |
findByC_S_PrevAndNext(long objectDefinitionId,
long companyId,
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 status = ?.
|
java.util.List<ObjectDefinition> |
findByC_S(long companyId,
int status)
Returns all the object definitions where companyId = ? and status = ?.
|
java.util.List<ObjectDefinition> |
findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the object definitions where companyId = ? and status = ?.
|
java.util.List<ObjectDefinition> |
findByC_S(long companyId,
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 status = ?.
|
java.util.List<ObjectDefinition> |
findByC_S(long companyId,
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 status = ?.
|
ObjectDefinition |
findByC_U_First(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where companyId = ? and userId = ?.
|
ObjectDefinition |
findByC_U_Last(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where companyId = ? and userId = ?.
|
ObjectDefinition[] |
findByC_U_PrevAndNext(long objectDefinitionId,
long companyId,
long userId,
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 userId = ?.
|
java.util.List<ObjectDefinition> |
findByC_U(long companyId,
long userId)
Returns all the object definitions where companyId = ? and userId = ?.
|
java.util.List<ObjectDefinition> |
findByC_U(long companyId,
long userId,
int start,
int end)
Returns a range of all the object definitions where companyId = ? and userId = ?.
|
java.util.List<ObjectDefinition> |
findByC_U(long companyId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions where companyId = ? and userId = ?.
|
java.util.List<ObjectDefinition> |
findByC_U(long companyId,
long userId,
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 userId = ?.
|
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 |
findByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the object definition where externalReferenceCode = ? and companyId = ? or throws a
NoSuchObjectDefinitionException if it could not be found. |
ObjectDefinition |
findByObjectFolderId_First(long objectFolderId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the first object definition in the ordered set where objectFolderId = ?.
|
ObjectDefinition |
findByObjectFolderId_Last(long objectFolderId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the last object definition in the ordered set where objectFolderId = ?.
|
ObjectDefinition[] |
findByObjectFolderId_PrevAndNext(long objectDefinitionId,
long objectFolderId,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns the object definitions before and after the current object definition in the ordered set where objectFolderId = ?.
|
java.util.List<ObjectDefinition> |
findByObjectFolderId(long objectFolderId)
Returns all the object definitions where objectFolderId = ?.
|
java.util.List<ObjectDefinition> |
findByObjectFolderId(long objectFolderId,
int start,
int end)
Returns a range of all the object definitions where objectFolderId = ?.
|
java.util.List<ObjectDefinition> |
findByObjectFolderId(long objectFolderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
Returns an ordered range of all the object definitions where objectFolderId = ?.
|
java.util.List<ObjectDefinition> |
findByObjectFolderId(long objectFolderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the object definitions where objectFolderId = ?.
|
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 |
removeByAccountEntryRestricted(boolean accountEntryRestricted)
Removes all the object definitions where accountEntryRestricted = ? 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.
|
void |
removeByC_A_S(long companyId,
boolean active,
int status)
Removes all the object definitions where companyId = ? and active = ? 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.
|
void |
removeByC_M_S(long companyId,
boolean modifiable,
boolean system)
Removes all the object definitions where companyId = ? and modifiable = ? and system = ? from the database.
|
ObjectDefinition |
removeByC_N(long companyId,
java.lang.String name)
Removes the object definition where companyId = ? and name = ? from the database.
|
void |
removeByC_RODI(long companyId,
long rootObjectDefinitionId)
Removes all the object definitions where companyId = ? and rootObjectDefinitionId = ? from the database.
|
void |
removeByC_S(long companyId,
int status)
Removes all the object definitions where companyId = ? and status = ? from the database.
|
void |
removeByC_U(long companyId,
long userId)
Removes all the object definitions where companyId = ? and userId = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the object definitions where companyId = ? from the database.
|
ObjectDefinition |
removeByERC_C(java.lang.String externalReferenceCode,
long companyId)
Removes the object definition where externalReferenceCode = ? and companyId = ? from the database.
|
void |
removeByObjectFolderId(long objectFolderId)
Removes all the object definitions where objectFolderId = ? 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> findByObjectFolderId(long objectFolderId)
objectFolderId
- the object folder IDjava.util.List<ObjectDefinition> findByObjectFolderId(long objectFolderId, 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
.
objectFolderId
- the object folder 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> findByObjectFolderId(long objectFolderId, 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
.
objectFolderId
- the object folder 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> findByObjectFolderId(long objectFolderId, 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
.
objectFolderId
- the object folder 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 findByObjectFolderId_First(long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectFolderId
- the object folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByObjectFolderId_First(long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
objectFolderId
- the object folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition findByObjectFolderId_Last(long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectFolderId
- the object folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByObjectFolderId_Last(long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
objectFolderId
- the object folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition[] findByObjectFolderId_PrevAndNext(long objectDefinitionId, long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitionobjectFolderId
- the object folder 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> filterFindByObjectFolderId(long objectFolderId)
objectFolderId
- the object folder IDjava.util.List<ObjectDefinition> filterFindByObjectFolderId(long objectFolderId, 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
.
objectFolderId
- the object folder 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> filterFindByObjectFolderId(long objectFolderId, 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
.
objectFolderId
- the object folder 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[] filterFindByObjectFolderId_PrevAndNext(long objectDefinitionId, long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitionobjectFolderId
- the object folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundvoid removeByObjectFolderId(long objectFolderId)
objectFolderId
- the object folder IDint countByObjectFolderId(long objectFolderId)
objectFolderId
- the object folder IDint filterCountByObjectFolderId(long objectFolderId)
objectFolderId
- the object folder IDjava.util.List<ObjectDefinition> findByAccountEntryRestricted(boolean accountEntryRestricted)
accountEntryRestricted
- the account entry restrictedjava.util.List<ObjectDefinition> findByAccountEntryRestricted(boolean accountEntryRestricted, 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
.
accountEntryRestricted
- the account entry restrictedstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)java.util.List<ObjectDefinition> findByAccountEntryRestricted(boolean accountEntryRestricted, 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
.
accountEntryRestricted
- the account entry restrictedstart
- 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> findByAccountEntryRestricted(boolean accountEntryRestricted, 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
.
accountEntryRestricted
- the account entry restrictedstart
- 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 findByAccountEntryRestricted_First(boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
accountEntryRestricted
- the account entry restrictedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByAccountEntryRestricted_First(boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
accountEntryRestricted
- the account entry restrictedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition findByAccountEntryRestricted_Last(boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
accountEntryRestricted
- the account entry restrictedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByAccountEntryRestricted_Last(boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
accountEntryRestricted
- the account entry restrictedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition[] findByAccountEntryRestricted_PrevAndNext(long objectDefinitionId, boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitionaccountEntryRestricted
- the account entry restrictedorderByComparator
- 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> filterFindByAccountEntryRestricted(boolean accountEntryRestricted)
accountEntryRestricted
- the account entry restrictedjava.util.List<ObjectDefinition> filterFindByAccountEntryRestricted(boolean accountEntryRestricted, 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
.
accountEntryRestricted
- the account entry restrictedstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)java.util.List<ObjectDefinition> filterFindByAccountEntryRestricted(boolean accountEntryRestricted, 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
.
accountEntryRestricted
- the account entry restrictedstart
- 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[] filterFindByAccountEntryRestricted_PrevAndNext(long objectDefinitionId, boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitionaccountEntryRestricted
- the account entry restrictedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundvoid removeByAccountEntryRestricted(boolean accountEntryRestricted)
accountEntryRestricted
- the account entry restrictedint countByAccountEntryRestricted(boolean accountEntryRestricted)
accountEntryRestricted
- the account entry restrictedint filterCountByAccountEntryRestricted(boolean accountEntryRestricted)
accountEntryRestricted
- the account entry restrictedjava.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 systemjava.util.List<ObjectDefinition> findByC_U(long companyId, long userId)
companyId
- the company IDuserId
- the user IDjava.util.List<ObjectDefinition> findByC_U(long companyId, long userId, 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 IDuserId
- the user 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> findByC_U(long companyId, long userId, 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 IDuserId
- the user 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> findByC_U(long companyId, long userId, 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 IDuserId
- the user 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 findByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition findByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition[] findByC_U_PrevAndNext(long objectDefinitionId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDuserId
- the user 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> filterFindByC_U(long companyId, long userId)
companyId
- the company IDuserId
- the user IDjava.util.List<ObjectDefinition> filterFindByC_U(long companyId, long userId, 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 IDuserId
- the user 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> filterFindByC_U(long companyId, long userId, 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 IDuserId
- the user 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[] filterFindByC_U_PrevAndNext(long objectDefinitionId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundvoid removeByC_U(long companyId, long userId)
companyId
- the company IDuserId
- the user IDint countByC_U(long companyId, long userId)
companyId
- the company IDuserId
- the user IDint filterCountByC_U(long companyId, long userId)
companyId
- the company IDuserId
- the user IDjava.util.List<ObjectDefinition> findByC_RODI(long companyId, long rootObjectDefinitionId)
companyId
- the company IDrootObjectDefinitionId
- the root object definition IDjava.util.List<ObjectDefinition> findByC_RODI(long companyId, long rootObjectDefinitionId, 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 IDrootObjectDefinitionId
- the root object definition 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> findByC_RODI(long companyId, long rootObjectDefinitionId, 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 IDrootObjectDefinitionId
- the root object definition 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> findByC_RODI(long companyId, long rootObjectDefinitionId, 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 IDrootObjectDefinitionId
- the root object definition 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 findByC_RODI_First(long companyId, long rootObjectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
companyId
- the company IDrootObjectDefinitionId
- the root object definition IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByC_RODI_First(long companyId, long rootObjectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
companyId
- the company IDrootObjectDefinitionId
- the root object definition IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition findByC_RODI_Last(long companyId, long rootObjectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
companyId
- the company IDrootObjectDefinitionId
- the root object definition IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByC_RODI_Last(long companyId, long rootObjectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
companyId
- the company IDrootObjectDefinitionId
- the root object definition IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition[] findByC_RODI_PrevAndNext(long objectDefinitionId, long companyId, long rootObjectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDrootObjectDefinitionId
- the root object definition 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> filterFindByC_RODI(long companyId, long rootObjectDefinitionId)
companyId
- the company IDrootObjectDefinitionId
- the root object definition IDjava.util.List<ObjectDefinition> filterFindByC_RODI(long companyId, long rootObjectDefinitionId, 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 IDrootObjectDefinitionId
- the root object definition 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> filterFindByC_RODI(long companyId, long rootObjectDefinitionId, 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 IDrootObjectDefinitionId
- the root object definition 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[] filterFindByC_RODI_PrevAndNext(long objectDefinitionId, long companyId, long rootObjectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDrootObjectDefinitionId
- the root object definition IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundvoid removeByC_RODI(long companyId, long rootObjectDefinitionId)
companyId
- the company IDrootObjectDefinitionId
- the root object definition IDint countByC_RODI(long companyId, long rootObjectDefinitionId)
companyId
- the company IDrootObjectDefinitionId
- the root object definition IDint filterCountByC_RODI(long companyId, long rootObjectDefinitionId)
companyId
- the company IDrootObjectDefinitionId
- the root object definition IDObjectDefinition 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> findByC_S(long companyId, int status)
companyId
- the company IDstatus
- the statusjava.util.List<ObjectDefinition> findByC_S(long companyId, 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 IDstatus
- 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_S(long companyId, 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 IDstatus
- 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_S(long companyId, 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 IDstatus
- 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_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition findByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition[] findByC_S_PrevAndNext(long objectDefinitionId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDstatus
- 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_S(long companyId, int status)
companyId
- the company IDstatus
- the statusjava.util.List<ObjectDefinition> filterFindByC_S(long companyId, 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 IDstatus
- 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_S(long companyId, 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 IDstatus
- 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_S_PrevAndNext(long objectDefinitionId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDstatus
- 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_S(long companyId, int status)
companyId
- the company IDstatus
- the statusint countByC_S(long companyId, int status)
companyId
- the company IDstatus
- the statusint filterCountByC_S(long companyId, int status)
companyId
- the company IDstatus
- the statusjava.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(long companyId, boolean active, int status)
companyId
- the company IDactive
- the activestatus
- the statusjava.util.List<ObjectDefinition> findByC_A_S(long companyId, boolean active, 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 activestatus
- 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(long companyId, boolean active, 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 activestatus
- 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(long companyId, boolean active, 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 activestatus
- 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_First(long companyId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
companyId
- the company IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByC_A_S_First(long companyId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
companyId
- the company IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition findByC_A_S_Last(long companyId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
companyId
- the company IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByC_A_S_Last(long companyId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
companyId
- the company IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition[] findByC_A_S_PrevAndNext(long objectDefinitionId, long companyId, boolean active, 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 activestatus
- 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(long companyId, boolean active, int status)
companyId
- the company IDactive
- the activestatus
- the statusjava.util.List<ObjectDefinition> filterFindByC_A_S(long companyId, boolean active, 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 activestatus
- 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(long companyId, boolean active, 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 activestatus
- 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_PrevAndNext(long objectDefinitionId, long companyId, boolean active, 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 activestatus
- 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(long companyId, boolean active, int status)
companyId
- the company IDactive
- the activestatus
- the statusint countByC_A_S(long companyId, boolean active, int status)
companyId
- the company IDactive
- the activestatus
- the statusint filterCountByC_A_S(long companyId, boolean active, int status)
companyId
- the company IDactive
- the activestatus
- the statusjava.util.List<ObjectDefinition> findByC_M_S(long companyId, boolean modifiable, boolean system)
companyId
- the company IDmodifiable
- the modifiablesystem
- the systemjava.util.List<ObjectDefinition> findByC_M_S(long companyId, boolean modifiable, 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
.
companyId
- the company IDmodifiable
- the modifiablesystem
- 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> findByC_M_S(long companyId, boolean modifiable, 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
.
companyId
- the company IDmodifiable
- the modifiablesystem
- 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> findByC_M_S(long companyId, boolean modifiable, 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
.
companyId
- the company IDmodifiable
- the modifiablesystem
- 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 findByC_M_S_First(long companyId, boolean modifiable, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
companyId
- the company IDmodifiable
- the modifiablesystem
- the systemorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByC_M_S_First(long companyId, boolean modifiable, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
companyId
- the company IDmodifiable
- the modifiablesystem
- the systemorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition findByC_M_S_Last(long companyId, boolean modifiable, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
companyId
- the company IDmodifiable
- the modifiablesystem
- the systemorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByC_M_S_Last(long companyId, boolean modifiable, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator)
companyId
- the company IDmodifiable
- the modifiablesystem
- the systemorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching object definition could not be foundObjectDefinition[] findByC_M_S_PrevAndNext(long objectDefinitionId, long companyId, boolean modifiable, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDmodifiable
- the modifiablesystem
- 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> filterFindByC_M_S(long companyId, boolean modifiable, boolean system)
companyId
- the company IDmodifiable
- the modifiablesystem
- the systemjava.util.List<ObjectDefinition> filterFindByC_M_S(long companyId, boolean modifiable, 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
.
companyId
- the company IDmodifiable
- the modifiablesystem
- 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> filterFindByC_M_S(long companyId, boolean modifiable, 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
.
companyId
- the company IDmodifiable
- the modifiablesystem
- 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[] filterFindByC_M_S_PrevAndNext(long objectDefinitionId, long companyId, boolean modifiable, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDmodifiable
- the modifiablesystem
- the systemorderByComparator
- the comparator to order the set by (optionally null
)NoSuchObjectDefinitionException
- if a object definition with the primary key could not be foundvoid removeByC_M_S(long companyId, boolean modifiable, boolean system)
companyId
- the company IDmodifiable
- the modifiablesystem
- the systemint countByC_M_S(long companyId, boolean modifiable, boolean system)
companyId
- the company IDmodifiable
- the modifiablesystem
- the systemint filterCountByC_M_S(long companyId, boolean modifiable, boolean system)
companyId
- the company IDmodifiable
- the modifiablesystem
- the systemjava.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 statusObjectDefinition findByERC_C(java.lang.String externalReferenceCode, long companyId) throws NoSuchObjectDefinitionException
NoSuchObjectDefinitionException
if it could not be found.externalReferenceCode
- the external reference codecompanyId
- the company IDNoSuchObjectDefinitionException
- if a matching object definition could not be foundObjectDefinition fetchByERC_C(java.lang.String externalReferenceCode, long companyId)
null
if it could not be found. Uses the finder cache.externalReferenceCode
- the external reference codecompanyId
- the company IDnull
if a matching object definition could not be foundObjectDefinition fetchByERC_C(java.lang.String externalReferenceCode, long companyId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cachenull
if a matching object definition could not be foundObjectDefinition removeByERC_C(java.lang.String externalReferenceCode, long companyId) throws NoSuchObjectDefinitionException
externalReferenceCode
- the external reference codecompanyId
- the company IDNoSuchObjectDefinitionException
int countByERC_C(java.lang.String externalReferenceCode, long companyId)
externalReferenceCode
- the external reference codecompanyId
- the company IDvoid 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()