Interface ObjectDefinitionPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectDefinition>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(ObjectDefinition objectDefinition) Caches the object definition in the entity cache if it is enabled.void
cacheResult
(List<ObjectDefinition> objectDefinitions) Caches the object definitions 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
(long companyId, boolean active, int status) Returns the number of object definitions where companyId = ? and active = ? and status = ?.int
countByC_A_S_S
(long companyId, boolean active, boolean system, int status) Returns the number of object definitions where companyId = ? and active = ? and system = ? and status = ?.int
countByC_C
(long companyId, 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, 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
(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
(String uuid) Returns the number of object definitions where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of object definitions where uuid = ? and companyId = ?.create
(long objectDefinitionId) Creates a new object definition with the primary key.fetchByAccountEntryRestricted_First
(boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the first object definition in the ordered set where accountEntryRestricted = ?.fetchByAccountEntryRestricted_Last
(boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the last object definition in the ordered set where accountEntryRestricted = ?.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 = ?.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 = ?.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 = ?.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 = ?.fetchByC_C
(long companyId, String className) Returns the object definition where companyId = ? and className = ? or returnsnull
if it could not be found.fetchByC_C
(long companyId, String className, boolean useFinderCache) Returns the object definition where companyId = ? and className = ? or returnsnull
if it could not be found, optionally using the finder cache.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 = ?.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 = ?.fetchByC_N
(long companyId, String name) Returns the object definition where companyId = ? and name = ? or returnsnull
if it could not be found.fetchByC_N
(long companyId, String name, boolean useFinderCache) Returns the object definition where companyId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the first object definition in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the last object definition in the ordered set where companyId = ?.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the object definition where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the object definition where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByObjectFolderId_First
(long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the first object definition in the ordered set where objectFolderId = ?.fetchByObjectFolderId_Last
(long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the last object definition in the ordered set where objectFolderId = ?.fetchByPrimaryKey
(long objectDefinitionId) Returns the object definition with the primary key or returnsnull
if it could not be found.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 = ?.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 = ?.fetchBySystem_First
(boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the first object definition in the ordered set where system = ?.fetchBySystem_Last
(boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the last object definition in the ordered set where system = ?.fetchByUuid_C_First
(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 = ?.fetchByUuid_C_Last
(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 = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the first object definition in the ordered set where uuid = ?.fetchByUuid_Last
(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
(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_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_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
(String uuid) Returns the number of object definitions that the user has permission to view where uuid = ?.int
filterCountByUuid_C
(String uuid, long companyId) Returns the number of object definitions that the user has permission to view where uuid = ? and companyId = ?.filterFindByAccountEntryRestricted
(boolean accountEntryRestricted) Returns all the object definitions that the user has permission to view where accountEntryRestricted = ?.filterFindByAccountEntryRestricted
(boolean accountEntryRestricted, int start, int end) Returns a range of all the object definitions that the user has permission to view where accountEntryRestricted = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.filterFindByC_RODI
(long companyId, long rootObjectDefinitionId) Returns all the object definitions that the user has permission to view where companyId = ? and rootObjectDefinitionId = ?.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 = ?.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 = ?.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 = ?.filterFindByC_S
(long companyId, int status) Returns all the object definitions that the user has permission to view where companyId = ? and status = ?.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 = ?.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 = ?.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 = ?.filterFindByC_U
(long companyId, long userId) Returns all the object definitions that the user has permission to view where companyId = ? and userId = ?.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 = ?.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 = ?.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 = ?.filterFindByCompanyId
(long companyId) Returns all the object definitions that the user has permission to view where companyId = ?.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the object definitions that the user has permission to view where companyId = ?.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 = ?.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 = ?.filterFindByObjectFolderId
(long objectFolderId) Returns all the object definitions that the user has permission to view where objectFolderId = ?.filterFindByObjectFolderId
(long objectFolderId, int start, int end) Returns a range of all the object definitions that the user has permission to view where objectFolderId = ?.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 = ?.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 = ?.filterFindByS_S
(boolean system, int status) Returns all the object definitions that the user has permission to view where system = ? and status = ?.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 = ?.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 = ?.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 = ?.filterFindBySystem
(boolean system) Returns all the object definitions that the user has permission to view where system = ?.filterFindBySystem
(boolean system, int start, int end) Returns a range of all the object definitions that the user has permission to view where system = ?.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 = ?.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 = ?.filterFindByUuid
(String uuid) Returns all the object definitions that the user has permission to view where uuid = ?.filterFindByUuid
(String uuid, int start, int end) Returns a range of all the object definitions that the user has permission to view where uuid = ?.filterFindByUuid
(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 = ?.filterFindByUuid_C
(String uuid, long companyId) Returns all the object definitions that the user has permission to view where uuid = ? and companyId = ?.filterFindByUuid_C
(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 = ?.filterFindByUuid_C
(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 = ?.filterFindByUuid_C_PrevAndNext
(long objectDefinitionId, 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 = ?.filterFindByUuid_PrevAndNext
(long objectDefinitionId, 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 = ?.findAll()
Returns all the object definitions.findAll
(int start, int end) Returns a range of all the object definitions.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns an ordered range of all the object definitions.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object definitions.findByAccountEntryRestricted
(boolean accountEntryRestricted) Returns all the object definitions where accountEntryRestricted = ?.findByAccountEntryRestricted
(boolean accountEntryRestricted, int start, int end) Returns a range of all the object definitions where accountEntryRestricted = ?.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 = ?.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 = ?.findByAccountEntryRestricted_First
(boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the first object definition in the ordered set where accountEntryRestricted = ?.findByAccountEntryRestricted_Last
(boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the last object definition in the ordered set where accountEntryRestricted = ?.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 = ?.findByC_A_S
(long companyId, boolean active, int status) Returns all the object definitions where companyId = ? and active = ? and status = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.Returns the object definition where companyId = ? and className = ? or throws aNoSuchObjectDefinitionException
if it could not be found.findByC_M_S
(long companyId, boolean modifiable, boolean system) Returns all the object definitions where companyId = ? and modifiable = ? and system = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.Returns the object definition where companyId = ? and name = ? or throws aNoSuchObjectDefinitionException
if it could not be found.findByC_RODI
(long companyId, long rootObjectDefinitionId) Returns all the object definitions where companyId = ? and rootObjectDefinitionId = ?.findByC_RODI
(long companyId, long rootObjectDefinitionId, int start, int end) Returns a range of all the object definitions where companyId = ? and rootObjectDefinitionId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByC_S
(long companyId, int status) Returns all the object definitions where companyId = ? and status = ?.findByC_S
(long companyId, int status, int start, int end) Returns a range of all the object definitions where companyId = ? and status = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByC_U
(long companyId, long userId) Returns all the object definitions where companyId = ? and userId = ?.findByC_U
(long companyId, long userId, int start, int end) Returns a range of all the object definitions where companyId = ? and userId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByCompanyId
(long companyId) Returns all the object definitions where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the object definitions where companyId = ?.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 = ?.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 = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the first object definition in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the last object definition in the ordered set where companyId = ?.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 = ?.findByERC_C
(String externalReferenceCode, long companyId) Returns the object definition where externalReferenceCode = ? and companyId = ? or throws aNoSuchObjectDefinitionException
if it could not be found.findByObjectFolderId
(long objectFolderId) Returns all the object definitions where objectFolderId = ?.findByObjectFolderId
(long objectFolderId, int start, int end) Returns a range of all the object definitions where objectFolderId = ?.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 = ?.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 = ?.findByObjectFolderId_First
(long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the first object definition in the ordered set where objectFolderId = ?.findByObjectFolderId_Last
(long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the last object definition in the ordered set where objectFolderId = ?.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 = ?.findByPrimaryKey
(long objectDefinitionId) Returns the object definition with the primary key or throws aNoSuchObjectDefinitionException
if it could not be found.findByS_S
(boolean system, int status) Returns all the object definitions where system = ? and status = ?.findByS_S
(boolean system, int status, int start, int end) Returns a range of all the object definitions where system = ? and status = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findBySystem
(boolean system) Returns all the object definitions where system = ?.findBySystem
(boolean system, int start, int end) Returns a range of all the object definitions where system = ?.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 = ?.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 = ?.findBySystem_First
(boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the first object definition in the ordered set where system = ?.findBySystem_Last
(boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the last object definition in the ordered set where system = ?.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 = ?.findByUuid
(String uuid) Returns all the object definitions where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the object definitions where uuid = ?.findByUuid
(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 = ?.findByUuid
(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 = ?.findByUuid_C
(String uuid, long companyId) Returns all the object definitions where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the object definitions where uuid = ? and companyId = ?.findByUuid_C
(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 = ?.findByUuid_C
(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 = ?.findByUuid_C_First
(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 = ?.findByUuid_C_Last
(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 = ?.findByUuid_C_PrevAndNext
(long objectDefinitionId, 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 = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the first object definition in the ordered set where uuid = ?.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the last object definition in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long objectDefinitionId, 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 = ?.remove
(long objectDefinitionId) Removes the object definition with the primary key from the database.void
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
(long companyId, boolean active, int status) Removes all the object definitions where companyId = ? and active = ? and status = ? 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.removeByC_C
(long companyId, 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.removeByC_N
(long companyId, 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.removeByERC_C
(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
(String uuid) Removes all the object definitions where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the object definitions where uuid = ? and companyId = ? from the database.updateImpl
(ObjectDefinition objectDefinition) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
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, removeByFunction, setDataSource, unregisterListener, update, update
-
Method Details
-
findByUuid
Returns all the object definitions where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching object definitions
-
findByUuid
Returns a range of all the object definitions where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)- Returns:
- the range of matching object definitions
-
findByUuid
List<ObjectDefinition> findByUuid(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions
-
findByUuid
List<ObjectDefinition> findByUuid(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object definitions
-
findByUuid_First
ObjectDefinition findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the first object definition in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByUuid_First
ObjectDefinition fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the first object definition in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition, or
null
if a matching object definition could not be found
-
findByUuid_Last
ObjectDefinition findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the last object definition in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByUuid_Last
ObjectDefinition fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the last object definition in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition, or
null
if a matching object definition could not be found
-
findByUuid_PrevAndNext
ObjectDefinition[] findByUuid_PrevAndNext(long objectDefinitionId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the object definitions before and after the current object definition in the ordered set where uuid = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
filterFindByUuid
Returns all the object definitions that the user has permission to view where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching object definitions that the user has permission to view
-
filterFindByUuid
Returns a range of all the object definitions that the user has permission to view where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)- Returns:
- the range of matching object definitions that the user has permission to view
-
filterFindByUuid
List<ObjectDefinition> filterFindByUuid(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions that the user has permission to view
-
filterFindByUuid_PrevAndNext
ObjectDefinition[] filterFindByUuid_PrevAndNext(long objectDefinitionId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException 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 = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
removeByUuid
Removes all the object definitions where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of object definitions where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching object definitions
-
filterCountByUuid
Returns the number of object definitions that the user has permission to view where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching object definitions that the user has permission to view
-
findByUuid_C
Returns all the object definitions where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching object definitions
-
findByUuid_C
Returns a range of all the object definitions where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions
-
findByUuid_C
List<ObjectDefinition> findByUuid_C(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions
-
findByUuid_C
List<ObjectDefinition> findByUuid_C(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object definitions
-
findByUuid_C_First
ObjectDefinition findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the first object definition in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByUuid_C_First
ObjectDefinition fetchByUuid_C_First(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 = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition, or
null
if a matching object definition could not be found
-
findByUuid_C_Last
ObjectDefinition findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the last object definition in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByUuid_C_Last
ObjectDefinition fetchByUuid_C_Last(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 = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition, or
null
if a matching object definition could not be found
-
findByUuid_C_PrevAndNext
ObjectDefinition[] findByUuid_C_PrevAndNext(long objectDefinitionId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the object definitions before and after the current object definition in the ordered set where uuid = ? and companyId = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
filterFindByUuid_C
Returns all the object definitions that the user has permission to view where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching object definitions that the user has permission to view
-
filterFindByUuid_C
Returns a range of all the object definitions that the user has permission to view where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions that the user has permission to view
-
filterFindByUuid_C
List<ObjectDefinition> filterFindByUuid_C(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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions that the user has permission to view
-
filterFindByUuid_C_PrevAndNext
ObjectDefinition[] filterFindByUuid_C_PrevAndNext(long objectDefinitionId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException 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 = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
removeByUuid_C
Removes all the object definitions where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of object definitions where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching object definitions
-
filterCountByUuid_C
Returns the number of object definitions that the user has permission to view where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching object definitions that the user has permission to view
-
findByCompanyId
Returns all the object definitions where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching object definitions
-
findByCompanyId
Returns a range of all the object definitions where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)- Returns:
- the range of matching object definitions
-
findByCompanyId
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions
-
findByCompanyId
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object definitions
-
findByCompanyId_First
ObjectDefinition findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the first object definition in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByCompanyId_First
ObjectDefinition fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the first object definition in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition, or
null
if a matching object definition could not be found
-
findByCompanyId_Last
ObjectDefinition findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the last object definition in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByCompanyId_Last
ObjectDefinition fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the last object definition in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition, or
null
if a matching object definition could not be found
-
findByCompanyId_PrevAndNext
ObjectDefinition[] findByCompanyId_PrevAndNext(long objectDefinitionId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the object definitions before and after the current object definition in the ordered set where companyId = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
filterFindByCompanyId
Returns all the object definitions that the user has permission to view where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching object definitions that the user has permission to view
-
filterFindByCompanyId
Returns a range of all the object definitions that the user has permission to view where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)- Returns:
- the range of matching object definitions that the user has permission to view
-
filterFindByCompanyId
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions that the user has permission to view
-
filterFindByCompanyId_PrevAndNext
ObjectDefinition[] filterFindByCompanyId_PrevAndNext(long objectDefinitionId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException 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 = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the object definitions where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of object definitions where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching object definitions
-
filterCountByCompanyId
int filterCountByCompanyId(long companyId) Returns the number of object definitions that the user has permission to view where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching object definitions that the user has permission to view
-
findByObjectFolderId
Returns all the object definitions where objectFolderId = ?.- Parameters:
objectFolderId
- the object folder ID- Returns:
- the matching object definitions
-
findByObjectFolderId
Returns a range of all the object definitions where objectFolderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions
-
findByObjectFolderId
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions
-
findByObjectFolderId
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object definitions
-
findByObjectFolderId_First
ObjectDefinition findByObjectFolderId_First(long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the first object definition in the ordered set where objectFolderId = ?.- Parameters:
objectFolderId
- the object folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByObjectFolderId_First
ObjectDefinition fetchByObjectFolderId_First(long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the first object definition in the ordered set where objectFolderId = ?.- Parameters:
objectFolderId
- the object folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition, or
null
if a matching object definition could not be found
-
findByObjectFolderId_Last
ObjectDefinition findByObjectFolderId_Last(long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the last object definition in the ordered set where objectFolderId = ?.- Parameters:
objectFolderId
- the object folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByObjectFolderId_Last
ObjectDefinition fetchByObjectFolderId_Last(long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the last object definition in the ordered set where objectFolderId = ?.- Parameters:
objectFolderId
- the object folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition, or
null
if a matching object definition could not be found
-
findByObjectFolderId_PrevAndNext
ObjectDefinition[] findByObjectFolderId_PrevAndNext(long objectDefinitionId, long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the object definitions before and after the current object definition in the ordered set where objectFolderId = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitionobjectFolderId
- the object folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
filterFindByObjectFolderId
Returns all the object definitions that the user has permission to view where objectFolderId = ?.- Parameters:
objectFolderId
- the object folder ID- Returns:
- the matching object definitions that the user has permission to view
-
filterFindByObjectFolderId
Returns a range of all the object definitions that the user has permission to view where objectFolderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions that the user has permission to view
-
filterFindByObjectFolderId
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions that the user has permission to view
-
filterFindByObjectFolderId_PrevAndNext
ObjectDefinition[] filterFindByObjectFolderId_PrevAndNext(long objectDefinitionId, long objectFolderId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException 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 = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitionobjectFolderId
- the object folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
removeByObjectFolderId
void removeByObjectFolderId(long objectFolderId) Removes all the object definitions where objectFolderId = ? from the database.- Parameters:
objectFolderId
- the object folder ID
-
countByObjectFolderId
int countByObjectFolderId(long objectFolderId) Returns the number of object definitions where objectFolderId = ?.- Parameters:
objectFolderId
- the object folder ID- Returns:
- the number of matching object definitions
-
filterCountByObjectFolderId
int filterCountByObjectFolderId(long objectFolderId) Returns the number of object definitions that the user has permission to view where objectFolderId = ?.- Parameters:
objectFolderId
- the object folder ID- Returns:
- the number of matching object definitions that the user has permission to view
-
findByAccountEntryRestricted
Returns all the object definitions where accountEntryRestricted = ?.- Parameters:
accountEntryRestricted
- the account entry restricted- Returns:
- the matching object definitions
-
findByAccountEntryRestricted
List<ObjectDefinition> findByAccountEntryRestricted(boolean accountEntryRestricted, int start, int end) Returns a range of all the object definitions where accountEntryRestricted = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions
-
findByAccountEntryRestricted
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions
-
findByAccountEntryRestricted
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object definitions
-
findByAccountEntryRestricted_First
ObjectDefinition findByAccountEntryRestricted_First(boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the first object definition in the ordered set where accountEntryRestricted = ?.- Parameters:
accountEntryRestricted
- the account entry restrictedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByAccountEntryRestricted_First
ObjectDefinition fetchByAccountEntryRestricted_First(boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the first object definition in the ordered set where accountEntryRestricted = ?.- Parameters:
accountEntryRestricted
- the account entry restrictedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition, or
null
if a matching object definition could not be found
-
findByAccountEntryRestricted_Last
ObjectDefinition findByAccountEntryRestricted_Last(boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the last object definition in the ordered set where accountEntryRestricted = ?.- Parameters:
accountEntryRestricted
- the account entry restrictedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByAccountEntryRestricted_Last
ObjectDefinition fetchByAccountEntryRestricted_Last(boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the last object definition in the ordered set where accountEntryRestricted = ?.- Parameters:
accountEntryRestricted
- the account entry restrictedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition, or
null
if a matching object definition could not be found
-
findByAccountEntryRestricted_PrevAndNext
ObjectDefinition[] findByAccountEntryRestricted_PrevAndNext(long objectDefinitionId, boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the object definitions before and after the current object definition in the ordered set where accountEntryRestricted = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitionaccountEntryRestricted
- the account entry restrictedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
filterFindByAccountEntryRestricted
Returns all the object definitions that the user has permission to view where accountEntryRestricted = ?.- Parameters:
accountEntryRestricted
- the account entry restricted- Returns:
- the matching object definitions that the user has permission to view
-
filterFindByAccountEntryRestricted
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions that the user has permission to view
-
filterFindByAccountEntryRestricted
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions that the user has permission to view
-
filterFindByAccountEntryRestricted_PrevAndNext
ObjectDefinition[] filterFindByAccountEntryRestricted_PrevAndNext(long objectDefinitionId, boolean accountEntryRestricted, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException 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 = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitionaccountEntryRestricted
- the account entry restrictedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
removeByAccountEntryRestricted
void removeByAccountEntryRestricted(boolean accountEntryRestricted) Removes all the object definitions where accountEntryRestricted = ? from the database.- Parameters:
accountEntryRestricted
- the account entry restricted
-
countByAccountEntryRestricted
int countByAccountEntryRestricted(boolean accountEntryRestricted) Returns the number of object definitions where accountEntryRestricted = ?.- Parameters:
accountEntryRestricted
- the account entry restricted- Returns:
- the number of matching object definitions
-
filterCountByAccountEntryRestricted
int filterCountByAccountEntryRestricted(boolean accountEntryRestricted) Returns the number of object definitions that the user has permission to view where accountEntryRestricted = ?.- Parameters:
accountEntryRestricted
- the account entry restricted- Returns:
- the number of matching object definitions that the user has permission to view
-
findBySystem
Returns all the object definitions where system = ?.- Parameters:
system
- the system- Returns:
- the matching object definitions
-
findBySystem
Returns a range of all the object definitions where system = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
system
- the systemstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)- Returns:
- the range of matching object definitions
-
findBySystem
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions
-
findBySystem
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object definitions
-
findBySystem_First
ObjectDefinition findBySystem_First(boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the first object definition in the ordered set where system = ?.- Parameters:
system
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchBySystem_First
ObjectDefinition fetchBySystem_First(boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the first object definition in the ordered set where system = ?.- Parameters:
system
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition, or
null
if a matching object definition could not be found
-
findBySystem_Last
ObjectDefinition findBySystem_Last(boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the last object definition in the ordered set where system = ?.- Parameters:
system
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchBySystem_Last
ObjectDefinition fetchBySystem_Last(boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns the last object definition in the ordered set where system = ?.- Parameters:
system
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition, or
null
if a matching object definition could not be found
-
findBySystem_PrevAndNext
ObjectDefinition[] findBySystem_PrevAndNext(long objectDefinitionId, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the object definitions before and after the current object definition in the ordered set where system = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitionsystem
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
filterFindBySystem
Returns all the object definitions that the user has permission to view where system = ?.- Parameters:
system
- the system- Returns:
- the matching object definitions that the user has permission to view
-
filterFindBySystem
Returns a range of all the object definitions that the user has permission to view where system = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
system
- the systemstart
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)- Returns:
- the range of matching object definitions that the user has permission to view
-
filterFindBySystem
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions that the user has permission to view
-
filterFindBySystem_PrevAndNext
ObjectDefinition[] filterFindBySystem_PrevAndNext(long objectDefinitionId, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException 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 = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitionsystem
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
removeBySystem
void removeBySystem(boolean system) Removes all the object definitions where system = ? from the database.- Parameters:
system
- the system
-
countBySystem
int countBySystem(boolean system) Returns the number of object definitions where system = ?.- Parameters:
system
- the system- Returns:
- the number of matching object definitions
-
filterCountBySystem
int filterCountBySystem(boolean system) Returns the number of object definitions that the user has permission to view where system = ?.- Parameters:
system
- the system- Returns:
- the number of matching object definitions that the user has permission to view
-
findByC_U
Returns all the object definitions where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user ID- Returns:
- the matching object definitions
-
findByC_U
Returns a range of all the object definitions where companyId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions
-
findByC_U
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions
-
findByC_U
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object definitions
-
findByC_U_First
ObjectDefinition findByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the first object definition in the ordered set where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByC_U_First
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 = ?.- Parameters:
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition, or
null
if a matching object definition could not be found
-
findByC_U_Last
ObjectDefinition findByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the last object definition in the ordered set where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByC_U_Last
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 = ?.- Parameters:
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition, or
null
if a matching object definition could not be found
-
findByC_U_PrevAndNext
ObjectDefinition[] findByC_U_PrevAndNext(long objectDefinitionId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the object definitions before and after the current object definition in the ordered set where companyId = ? and userId = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
filterFindByC_U
Returns all the object definitions that the user has permission to view where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user ID- Returns:
- the matching object definitions that the user has permission to view
-
filterFindByC_U
Returns a range of all the object definitions that the user has permission to view where companyId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions that the user has permission to view
-
filterFindByC_U
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions that the user has permission to view
-
filterFindByC_U_PrevAndNext
ObjectDefinition[] filterFindByC_U_PrevAndNext(long objectDefinitionId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException 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 = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
removeByC_U
void removeByC_U(long companyId, long userId) Removes all the object definitions where companyId = ? and userId = ? from the database.- Parameters:
companyId
- the company IDuserId
- the user ID
-
countByC_U
int countByC_U(long companyId, long userId) Returns the number of object definitions where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user ID- Returns:
- the number of matching object definitions
-
filterCountByC_U
int filterCountByC_U(long companyId, long userId) Returns the number of object definitions that the user has permission to view where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user ID- Returns:
- the number of matching object definitions that the user has permission to view
-
findByC_RODI
Returns all the object definitions where companyId = ? and rootObjectDefinitionId = ?.- Parameters:
companyId
- the company IDrootObjectDefinitionId
- the root object definition ID- Returns:
- the matching object definitions
-
findByC_RODI
List<ObjectDefinition> findByC_RODI(long companyId, long rootObjectDefinitionId, int start, int end) Returns a range of all the object definitions where companyId = ? and rootObjectDefinitionId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions
-
findByC_RODI
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions
-
findByC_RODI
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object definitions
-
findByC_RODI_First
ObjectDefinition findByC_RODI_First(long companyId, long rootObjectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the first object definition in the ordered set where companyId = ? and rootObjectDefinitionId = ?.- Parameters:
companyId
- the company IDrootObjectDefinitionId
- the root object definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByC_RODI_First
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 = ?.- Parameters:
companyId
- the company IDrootObjectDefinitionId
- the root object definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition, or
null
if a matching object definition could not be found
-
findByC_RODI_Last
ObjectDefinition findByC_RODI_Last(long companyId, long rootObjectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the last object definition in the ordered set where companyId = ? and rootObjectDefinitionId = ?.- Parameters:
companyId
- the company IDrootObjectDefinitionId
- the root object definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByC_RODI_Last
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 = ?.- Parameters:
companyId
- the company IDrootObjectDefinitionId
- the root object definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition, or
null
if a matching object definition could not be found
-
findByC_RODI_PrevAndNext
ObjectDefinition[] findByC_RODI_PrevAndNext(long objectDefinitionId, long companyId, long rootObjectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the object definitions before and after the current object definition in the ordered set where companyId = ? and rootObjectDefinitionId = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDrootObjectDefinitionId
- the root object definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
filterFindByC_RODI
Returns all the object definitions that the user has permission to view where companyId = ? and rootObjectDefinitionId = ?.- Parameters:
companyId
- the company IDrootObjectDefinitionId
- the root object definition ID- Returns:
- the matching object definitions that the user has permission to view
-
filterFindByC_RODI
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions that the user has permission to view
-
filterFindByC_RODI
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions that the user has permission to view
-
filterFindByC_RODI_PrevAndNext
ObjectDefinition[] filterFindByC_RODI_PrevAndNext(long objectDefinitionId, long companyId, long rootObjectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException 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 = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDrootObjectDefinitionId
- the root object definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
removeByC_RODI
void removeByC_RODI(long companyId, long rootObjectDefinitionId) Removes all the object definitions where companyId = ? and rootObjectDefinitionId = ? from the database.- Parameters:
companyId
- the company IDrootObjectDefinitionId
- the root object definition ID
-
countByC_RODI
int countByC_RODI(long companyId, long rootObjectDefinitionId) Returns the number of object definitions where companyId = ? and rootObjectDefinitionId = ?.- Parameters:
companyId
- the company IDrootObjectDefinitionId
- the root object definition ID- Returns:
- the number of matching object definitions
-
filterCountByC_RODI
int filterCountByC_RODI(long companyId, long rootObjectDefinitionId) Returns the number of object definitions that the user has permission to view where companyId = ? and rootObjectDefinitionId = ?.- Parameters:
companyId
- the company IDrootObjectDefinitionId
- the root object definition ID- Returns:
- the number of matching object definitions that the user has permission to view
-
findByC_C
Returns the object definition where companyId = ? and className = ? or throws aNoSuchObjectDefinitionException
if it could not be found.- Parameters:
companyId
- the company IDclassName
- the class name- Returns:
- the matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByC_C
Returns the object definition where companyId = ? and className = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
companyId
- the company IDclassName
- the class name- Returns:
- the matching object definition, or
null
if a matching object definition could not be found
-
fetchByC_C
Returns the object definition where companyId = ? and className = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
companyId
- the company IDclassName
- the class nameuseFinderCache
- whether to use the finder cache- Returns:
- the matching object definition, or
null
if a matching object definition could not be found
-
removeByC_C
ObjectDefinition removeByC_C(long companyId, String className) throws NoSuchObjectDefinitionException Removes the object definition where companyId = ? and className = ? from the database.- Parameters:
companyId
- the company IDclassName
- the class name- Returns:
- the object definition that was removed
- Throws:
NoSuchObjectDefinitionException
-
countByC_C
Returns the number of object definitions where companyId = ? and className = ?.- Parameters:
companyId
- the company IDclassName
- the class name- Returns:
- the number of matching object definitions
-
findByC_N
Returns the object definition where companyId = ? and name = ? or throws aNoSuchObjectDefinitionException
if it could not be found.- Parameters:
companyId
- the company IDname
- the name- Returns:
- the matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByC_N
Returns the object definition where companyId = ? and name = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
companyId
- the company IDname
- the name- Returns:
- the matching object definition, or
null
if a matching object definition could not be found
-
fetchByC_N
Returns the object definition where companyId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
companyId
- the company IDname
- the nameuseFinderCache
- whether to use the finder cache- Returns:
- the matching object definition, or
null
if a matching object definition could not be found
-
removeByC_N
Removes the object definition where companyId = ? and name = ? from the database.- Parameters:
companyId
- the company IDname
- the name- Returns:
- the object definition that was removed
- Throws:
NoSuchObjectDefinitionException
-
countByC_N
Returns the number of object definitions where companyId = ? and name = ?.- Parameters:
companyId
- the company IDname
- the name- Returns:
- the number of matching object definitions
-
findByC_S
Returns all the object definitions where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the matching object definitions
-
findByC_S
Returns a range of all the object definitions where companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions
-
findByC_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions
-
findByC_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object definitions
-
findByC_S_First
ObjectDefinition findByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the first object definition in the ordered set where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByC_S_First
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 = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition, or
null
if a matching object definition could not be found
-
findByC_S_Last
ObjectDefinition findByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the last object definition in the ordered set where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByC_S_Last
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 = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition, or
null
if a matching object definition could not be found
-
findByC_S_PrevAndNext
ObjectDefinition[] findByC_S_PrevAndNext(long objectDefinitionId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the object definitions before and after the current object definition in the ordered set where companyId = ? and status = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
filterFindByC_S
Returns all the object definitions that the user has permission to view where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the matching object definitions that the user has permission to view
-
filterFindByC_S
Returns a range of all the object definitions that the user has permission to view where companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions that the user has permission to view
-
filterFindByC_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions that the user has permission to view
-
filterFindByC_S_PrevAndNext
ObjectDefinition[] filterFindByC_S_PrevAndNext(long objectDefinitionId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException 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 = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
removeByC_S
void removeByC_S(long companyId, int status) Removes all the object definitions where companyId = ? and status = ? from the database.- Parameters:
companyId
- the company IDstatus
- the status
-
countByC_S
int countByC_S(long companyId, int status) Returns the number of object definitions where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the number of matching object definitions
-
filterCountByC_S
int filterCountByC_S(long companyId, int status) Returns the number of object definitions that the user has permission to view where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the number of matching object definitions that the user has permission to view
-
findByS_S
Returns all the object definitions where system = ? and status = ?.- Parameters:
system
- the systemstatus
- the status- Returns:
- the matching object definitions
-
findByS_S
Returns a range of all the object definitions where system = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions
-
findByS_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions
-
findByS_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object definitions
-
findByS_S_First
ObjectDefinition findByS_S_First(boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the first object definition in the ordered set where system = ? and status = ?.- Parameters:
system
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByS_S_First
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 = ?.- Parameters:
system
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition, or
null
if a matching object definition could not be found
-
findByS_S_Last
ObjectDefinition findByS_S_Last(boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the last object definition in the ordered set where system = ? and status = ?.- Parameters:
system
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByS_S_Last
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 = ?.- Parameters:
system
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition, or
null
if a matching object definition could not be found
-
findByS_S_PrevAndNext
ObjectDefinition[] findByS_S_PrevAndNext(long objectDefinitionId, boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the object definitions before and after the current object definition in the ordered set where system = ? and status = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitionsystem
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
filterFindByS_S
Returns all the object definitions that the user has permission to view where system = ? and status = ?.- Parameters:
system
- the systemstatus
- the status- Returns:
- the matching object definitions that the user has permission to view
-
filterFindByS_S
Returns a range of all the object definitions that the user has permission to view where system = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions that the user has permission to view
-
filterFindByS_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions that the user has permission to view
-
filterFindByS_S_PrevAndNext
ObjectDefinition[] filterFindByS_S_PrevAndNext(long objectDefinitionId, boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException 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 = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitionsystem
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
removeByS_S
void removeByS_S(boolean system, int status) Removes all the object definitions where system = ? and status = ? from the database.- Parameters:
system
- the systemstatus
- the status
-
countByS_S
int countByS_S(boolean system, int status) Returns the number of object definitions where system = ? and status = ?.- Parameters:
system
- the systemstatus
- the status- Returns:
- the number of matching object definitions
-
filterCountByS_S
int filterCountByS_S(boolean system, int status) Returns the number of object definitions that the user has permission to view where system = ? and status = ?.- Parameters:
system
- the systemstatus
- the status- Returns:
- the number of matching object definitions that the user has permission to view
-
findByC_A_S
Returns all the object definitions where companyId = ? and active = ? and status = ?.- Parameters:
companyId
- the company IDactive
- the activestatus
- the status- Returns:
- the matching object definitions
-
findByC_A_S
Returns a range of all the object definitions where companyId = ? and active = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions
-
findByC_A_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions
-
findByC_A_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object definitions
-
findByC_A_S_First
ObjectDefinition findByC_A_S_First(long companyId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the first object definition in the ordered set where companyId = ? and active = ? and status = ?.- Parameters:
companyId
- the company IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByC_A_S_First
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 = ?.- Parameters:
companyId
- the company IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition, or
null
if a matching object definition could not be found
-
findByC_A_S_Last
ObjectDefinition findByC_A_S_Last(long companyId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the last object definition in the ordered set where companyId = ? and active = ? and status = ?.- Parameters:
companyId
- the company IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByC_A_S_Last
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 = ?.- Parameters:
companyId
- the company IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition, or
null
if a matching object definition could not be found
-
findByC_A_S_PrevAndNext
ObjectDefinition[] findByC_A_S_PrevAndNext(long objectDefinitionId, long companyId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the object definitions before and after the current object definition in the ordered set where companyId = ? and active = ? and status = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
filterFindByC_A_S
Returns all the object definitions that the user has permission to view where companyId = ? and active = ? and status = ?.- Parameters:
companyId
- the company IDactive
- the activestatus
- the status- Returns:
- the matching object definitions that the user has permission to view
-
filterFindByC_A_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions that the user has permission to view
-
filterFindByC_A_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions that the user has permission to view
-
filterFindByC_A_S_PrevAndNext
ObjectDefinition[] filterFindByC_A_S_PrevAndNext(long objectDefinitionId, long companyId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException 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 = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDactive
- the activestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
removeByC_A_S
void removeByC_A_S(long companyId, boolean active, int status) Removes all the object definitions where companyId = ? and active = ? and status = ? from the database.- Parameters:
companyId
- the company IDactive
- the activestatus
- the status
-
countByC_A_S
int countByC_A_S(long companyId, boolean active, int status) Returns the number of object definitions where companyId = ? and active = ? and status = ?.- Parameters:
companyId
- the company IDactive
- the activestatus
- the status- Returns:
- the number of matching object definitions
-
filterCountByC_A_S
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 = ?.- Parameters:
companyId
- the company IDactive
- the activestatus
- the status- Returns:
- the number of matching object definitions that the user has permission to view
-
findByC_M_S
Returns all the object definitions where companyId = ? and modifiable = ? and system = ?.- Parameters:
companyId
- the company IDmodifiable
- the modifiablesystem
- the system- Returns:
- the matching object definitions
-
findByC_M_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions
-
findByC_M_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions
-
findByC_M_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object definitions
-
findByC_M_S_First
ObjectDefinition findByC_M_S_First(long companyId, boolean modifiable, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the first object definition in the ordered set where companyId = ? and modifiable = ? and system = ?.- Parameters:
companyId
- the company IDmodifiable
- the modifiablesystem
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByC_M_S_First
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 = ?.- Parameters:
companyId
- the company IDmodifiable
- the modifiablesystem
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition, or
null
if a matching object definition could not be found
-
findByC_M_S_Last
ObjectDefinition findByC_M_S_Last(long companyId, boolean modifiable, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the last object definition in the ordered set where companyId = ? and modifiable = ? and system = ?.- Parameters:
companyId
- the company IDmodifiable
- the modifiablesystem
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByC_M_S_Last
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 = ?.- Parameters:
companyId
- the company IDmodifiable
- the modifiablesystem
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition, or
null
if a matching object definition could not be found
-
findByC_M_S_PrevAndNext
ObjectDefinition[] findByC_M_S_PrevAndNext(long objectDefinitionId, long companyId, boolean modifiable, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the object definitions before and after the current object definition in the ordered set where companyId = ? and modifiable = ? and system = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDmodifiable
- the modifiablesystem
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
filterFindByC_M_S
Returns all the object definitions that the user has permission to view where companyId = ? and modifiable = ? and system = ?.- Parameters:
companyId
- the company IDmodifiable
- the modifiablesystem
- the system- Returns:
- the matching object definitions that the user has permission to view
-
filterFindByC_M_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions that the user has permission to view
-
filterFindByC_M_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions that the user has permission to view
-
filterFindByC_M_S_PrevAndNext
ObjectDefinition[] filterFindByC_M_S_PrevAndNext(long objectDefinitionId, long companyId, boolean modifiable, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException 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 = ?.- Parameters:
objectDefinitionId
- the primary key of the current object definitioncompanyId
- the company IDmodifiable
- the modifiablesystem
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
removeByC_M_S
void removeByC_M_S(long companyId, boolean modifiable, boolean system) Removes all the object definitions where companyId = ? and modifiable = ? and system = ? from the database.- Parameters:
companyId
- the company IDmodifiable
- the modifiablesystem
- the system
-
countByC_M_S
int countByC_M_S(long companyId, boolean modifiable, boolean system) Returns the number of object definitions where companyId = ? and modifiable = ? and system = ?.- Parameters:
companyId
- the company IDmodifiable
- the modifiablesystem
- the system- Returns:
- the number of matching object definitions
-
filterCountByC_M_S
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 = ?.- Parameters:
companyId
- the company IDmodifiable
- the modifiablesystem
- the system- Returns:
- the number of matching object definitions that the user has permission to view
-
findByC_A_S_S
Returns all the object definitions where companyId = ? and active = ? and system = ? and status = ?.- Parameters:
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the status- Returns:
- the matching object definitions
-
findByC_A_S_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions
-
findByC_A_S_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions
-
findByC_A_S_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching object definitions
-
findByC_A_S_S_First
ObjectDefinition findByC_A_S_S_First(long companyId, boolean active, boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the first object definition in the ordered set where companyId = ? and active = ? and system = ? and status = ?.- Parameters:
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByC_A_S_S_First
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 = ?.- Parameters:
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object definition, or
null
if a matching object definition could not be found
-
findByC_A_S_S_Last
ObjectDefinition findByC_A_S_S_Last(long companyId, boolean active, boolean system, int status, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) throws NoSuchObjectDefinitionException Returns the last object definition in the ordered set where companyId = ? and active = ? and system = ? and status = ?.- Parameters:
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByC_A_S_S_Last
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 = ?.- Parameters:
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object definition, or
null
if a matching object definition could not be found
-
findByC_A_S_S_PrevAndNext
ObjectDefinition[] 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 Returns the object definitions before and after the current object definition in the ordered set where companyId = ? and active = ? and system = ? and status = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
filterFindByC_A_S_S
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 = ?.- Parameters:
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the status- Returns:
- the matching object definitions that the user has permission to view
-
filterFindByC_A_S_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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)- Returns:
- the range of matching object definitions that the user has permission to view
-
filterFindByC_A_S_S
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching object definitions that the user has permission to view
-
filterFindByC_A_S_S_PrevAndNext
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 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 = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
removeByC_A_S_S
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.- Parameters:
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the status
-
countByC_A_S_S
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 = ?.- Parameters:
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the status- Returns:
- the number of matching object definitions
-
filterCountByC_A_S_S
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 = ?.- Parameters:
companyId
- the company IDactive
- the activesystem
- the systemstatus
- the status- Returns:
- the number of matching object definitions that the user has permission to view
-
findByERC_C
ObjectDefinition findByERC_C(String externalReferenceCode, long companyId) throws NoSuchObjectDefinitionException Returns the object definition where externalReferenceCode = ? and companyId = ? or throws aNoSuchObjectDefinitionException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching object definition
- Throws:
NoSuchObjectDefinitionException
- if a matching object definition could not be found
-
fetchByERC_C
Returns the object definition where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching object definition, or
null
if a matching object definition could not be found
-
fetchByERC_C
Returns the object definition where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching object definition, or
null
if a matching object definition could not be found
-
removeByERC_C
ObjectDefinition removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchObjectDefinitionException Removes the object definition where externalReferenceCode = ? and companyId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the object definition that was removed
- Throws:
NoSuchObjectDefinitionException
-
countByERC_C
Returns the number of object definitions where externalReferenceCode = ? and companyId = ?.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the number of matching object definitions
-
cacheResult
Caches the object definition in the entity cache if it is enabled.- Parameters:
objectDefinition
- the object definition
-
cacheResult
Caches the object definitions in the entity cache if it is enabled.- Parameters:
objectDefinitions
- the object definitions
-
create
Creates a new object definition with the primary key. Does not add the object definition to the database.- Parameters:
objectDefinitionId
- the primary key for the new object definition- Returns:
- the new object definition
-
remove
Removes the object definition with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
objectDefinitionId
- the primary key of the object definition- Returns:
- the object definition that was removed
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the object definition with the primary key or throws aNoSuchObjectDefinitionException
if it could not be found.- Parameters:
objectDefinitionId
- the primary key of the object definition- Returns:
- the object definition
- Throws:
NoSuchObjectDefinitionException
- if a object definition with the primary key could not be found
-
fetchByPrimaryKey
Returns the object definition with the primary key or returnsnull
if it could not be found.- Parameters:
objectDefinitionId
- the primary key of the object definition- Returns:
- the object definition, or
null
if a object definition with the primary key could not be found
-
findAll
List<ObjectDefinition> findAll()Returns all the object definitions.- Returns:
- the object definitions
-
findAll
Returns a range of all the object definitions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
start
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)- Returns:
- the range of object definitions
-
findAll
List<ObjectDefinition> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectDefinition> orderByComparator) Returns an ordered range of all the object definitions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of object definitions
-
findAll
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.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromObjectDefinitionModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of object definitions
-
removeAll
void removeAll()Removes all the object definitions from the database. -
countAll
int countAll()Returns the number of object definitions.- Returns:
- the number of object definitions
-