Interface ObjectFieldPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<ObjectField>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(ObjectField objectField) Caches the object field in the entity cache if it is enabled.void
cacheResult
(List<ObjectField> objectFields) Caches the object fields in the entity cache if it is enabled.int
countAll()
Returns the number of object fields.int
countByC_U
(long companyId, long userId) Returns the number of object fields where companyId = ? and userId = ?.int
countByCompanyId
(long companyId) Returns the number of object fields where companyId = ?.int
countByERC_C_ODI
(String externalReferenceCode, long companyId, long objectDefinitionId) Returns the number of object fields where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ?.int
countByListTypeDefinitionId
(long listTypeDefinitionId) Returns the number of object fields where listTypeDefinitionId = ?.int
countByLTDI_S
(long listTypeDefinitionId, boolean state) Returns the number of object fields where listTypeDefinitionId = ? and state = ?.int
countByObjectDefinitionId
(long objectDefinitionId) Returns the number of object fields where objectDefinitionId = ?.int
countByODI_BT
(long objectDefinitionId, String businessType) Returns the number of object fields where objectDefinitionId = ? and businessType = ?.int
countByODI_DBT_I
(long objectDefinitionId, String dbType, boolean indexed) Returns the number of object fields where objectDefinitionId = ? and dbType = ? and indexed = ?.int
countByODI_DTN
(long objectDefinitionId, String dbTableName) Returns the number of object fields where objectDefinitionId = ? and dbTableName = ?.int
countByODI_I
(long objectDefinitionId, boolean indexed) Returns the number of object fields where objectDefinitionId = ? and indexed = ?.int
countByODI_L
(long objectDefinitionId, boolean localized) Returns the number of object fields where objectDefinitionId = ? and localized = ?.int
countByODI_N
(long objectDefinitionId, String name) Returns the number of object fields where objectDefinitionId = ? and name = ?.int
countByODI_S
(long objectDefinitionId, boolean system) Returns the number of object fields where objectDefinitionId = ? and system = ?.int
countByUuid
(String uuid) Returns the number of object fields where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of object fields where uuid = ? and companyId = ?.create
(long objectFieldId) Creates a new object field with the primary key.fetchByC_U_First
(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where companyId = ? and userId = ?.fetchByC_U_Last
(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where companyId = ? and userId = ?.fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where companyId = ?.fetchByERC_C_ODI
(String externalReferenceCode, long companyId, long objectDefinitionId) Returns the object field where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? or returnsnull
if it could not be found.fetchByERC_C_ODI
(String externalReferenceCode, long companyId, long objectDefinitionId, boolean useFinderCache) Returns the object field where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByListTypeDefinitionId_First
(long listTypeDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where listTypeDefinitionId = ?.fetchByListTypeDefinitionId_Last
(long listTypeDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where listTypeDefinitionId = ?.fetchByLTDI_S_First
(long listTypeDefinitionId, boolean state, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where listTypeDefinitionId = ? and state = ?.fetchByLTDI_S_Last
(long listTypeDefinitionId, boolean state, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where listTypeDefinitionId = ? and state = ?.fetchByObjectDefinitionId_First
(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ?.fetchByObjectDefinitionId_Last
(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ?.fetchByODI_BT_First
(long objectDefinitionId, String businessType, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and businessType = ?.fetchByODI_BT_Last
(long objectDefinitionId, String businessType, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and businessType = ?.fetchByODI_DBT_I_First
(long objectDefinitionId, String dbType, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and dbType = ? and indexed = ?.fetchByODI_DBT_I_Last
(long objectDefinitionId, String dbType, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and dbType = ? and indexed = ?.fetchByODI_DTN_First
(long objectDefinitionId, String dbTableName, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and dbTableName = ?.fetchByODI_DTN_Last
(long objectDefinitionId, String dbTableName, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and dbTableName = ?.fetchByODI_I_First
(long objectDefinitionId, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and indexed = ?.fetchByODI_I_Last
(long objectDefinitionId, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and indexed = ?.fetchByODI_L_First
(long objectDefinitionId, boolean localized, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and localized = ?.fetchByODI_L_Last
(long objectDefinitionId, boolean localized, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and localized = ?.fetchByODI_N
(long objectDefinitionId, String name) Returns the object field where objectDefinitionId = ? and name = ? or returnsnull
if it could not be found.fetchByODI_N
(long objectDefinitionId, String name, boolean useFinderCache) Returns the object field where objectDefinitionId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByODI_S_First
(long objectDefinitionId, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and system = ?.fetchByODI_S_Last
(long objectDefinitionId, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and system = ?.fetchByPrimaryKey
(long objectFieldId) Returns the object field with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where uuid = ?.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where uuid = ?.findAll()
Returns all the object fields.findAll
(int start, int end) Returns a range of all the object fields.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields.findByC_U
(long companyId, long userId) Returns all the object fields where companyId = ? and userId = ?.findByC_U
(long companyId, long userId, int start, int end) Returns a range of all the object fields where companyId = ? and userId = ?.findByC_U
(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where companyId = ? and userId = ?.findByC_U
(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where companyId = ? and userId = ?.findByC_U_First
(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where companyId = ? and userId = ?.findByC_U_Last
(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where companyId = ? and userId = ?.findByC_U_PrevAndNext
(long objectFieldId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the object fields before and after the current object field in the ordered set where companyId = ? and userId = ?.findByCompanyId
(long companyId) Returns all the object fields where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the object fields where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where companyId = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where companyId = ?.findByCompanyId_PrevAndNext
(long objectFieldId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the object fields before and after the current object field in the ordered set where companyId = ?.findByERC_C_ODI
(String externalReferenceCode, long companyId, long objectDefinitionId) Returns the object field where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? or throws aNoSuchObjectFieldException
if it could not be found.findByListTypeDefinitionId
(long listTypeDefinitionId) Returns all the object fields where listTypeDefinitionId = ?.findByListTypeDefinitionId
(long listTypeDefinitionId, int start, int end) Returns a range of all the object fields where listTypeDefinitionId = ?.findByListTypeDefinitionId
(long listTypeDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where listTypeDefinitionId = ?.findByListTypeDefinitionId
(long listTypeDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where listTypeDefinitionId = ?.findByListTypeDefinitionId_First
(long listTypeDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where listTypeDefinitionId = ?.findByListTypeDefinitionId_Last
(long listTypeDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where listTypeDefinitionId = ?.findByListTypeDefinitionId_PrevAndNext
(long objectFieldId, long listTypeDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the object fields before and after the current object field in the ordered set where listTypeDefinitionId = ?.findByLTDI_S
(long listTypeDefinitionId, boolean state) Returns all the object fields where listTypeDefinitionId = ? and state = ?.findByLTDI_S
(long listTypeDefinitionId, boolean state, int start, int end) Returns a range of all the object fields where listTypeDefinitionId = ? and state = ?.findByLTDI_S
(long listTypeDefinitionId, boolean state, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where listTypeDefinitionId = ? and state = ?.findByLTDI_S
(long listTypeDefinitionId, boolean state, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where listTypeDefinitionId = ? and state = ?.findByLTDI_S_First
(long listTypeDefinitionId, boolean state, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where listTypeDefinitionId = ? and state = ?.findByLTDI_S_Last
(long listTypeDefinitionId, boolean state, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where listTypeDefinitionId = ? and state = ?.findByLTDI_S_PrevAndNext
(long objectFieldId, long listTypeDefinitionId, boolean state, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the object fields before and after the current object field in the ordered set where listTypeDefinitionId = ? and state = ?.findByObjectDefinitionId
(long objectDefinitionId) Returns all the object fields where objectDefinitionId = ?.findByObjectDefinitionId
(long objectDefinitionId, int start, int end) Returns a range of all the object fields where objectDefinitionId = ?.findByObjectDefinitionId
(long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where objectDefinitionId = ?.findByObjectDefinitionId
(long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where objectDefinitionId = ?.findByObjectDefinitionId_First
(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ?.findByObjectDefinitionId_Last
(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ?.findByObjectDefinitionId_PrevAndNext
(long objectFieldId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the object fields before and after the current object field in the ordered set where objectDefinitionId = ?.findByODI_BT
(long objectDefinitionId, String businessType) Returns all the object fields where objectDefinitionId = ? and businessType = ?.findByODI_BT
(long objectDefinitionId, String businessType, int start, int end) Returns a range of all the object fields where objectDefinitionId = ? and businessType = ?.findByODI_BT
(long objectDefinitionId, String businessType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where objectDefinitionId = ? and businessType = ?.findByODI_BT
(long objectDefinitionId, String businessType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where objectDefinitionId = ? and businessType = ?.findByODI_BT_First
(long objectDefinitionId, String businessType, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and businessType = ?.findByODI_BT_Last
(long objectDefinitionId, String businessType, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and businessType = ?.findByODI_BT_PrevAndNext
(long objectFieldId, long objectDefinitionId, String businessType, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the object fields before and after the current object field in the ordered set where objectDefinitionId = ? and businessType = ?.findByODI_DBT_I
(long objectDefinitionId, String dbType, boolean indexed) Returns all the object fields where objectDefinitionId = ? and dbType = ? and indexed = ?.findByODI_DBT_I
(long objectDefinitionId, String dbType, boolean indexed, int start, int end) Returns a range of all the object fields where objectDefinitionId = ? and dbType = ? and indexed = ?.findByODI_DBT_I
(long objectDefinitionId, String dbType, boolean indexed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where objectDefinitionId = ? and dbType = ? and indexed = ?.findByODI_DBT_I
(long objectDefinitionId, String dbType, boolean indexed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where objectDefinitionId = ? and dbType = ? and indexed = ?.findByODI_DBT_I_First
(long objectDefinitionId, String dbType, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and dbType = ? and indexed = ?.findByODI_DBT_I_Last
(long objectDefinitionId, String dbType, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and dbType = ? and indexed = ?.findByODI_DBT_I_PrevAndNext
(long objectFieldId, long objectDefinitionId, String dbType, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the object fields before and after the current object field in the ordered set where objectDefinitionId = ? and dbType = ? and indexed = ?.findByODI_DTN
(long objectDefinitionId, String dbTableName) Returns all the object fields where objectDefinitionId = ? and dbTableName = ?.findByODI_DTN
(long objectDefinitionId, String dbTableName, int start, int end) Returns a range of all the object fields where objectDefinitionId = ? and dbTableName = ?.findByODI_DTN
(long objectDefinitionId, String dbTableName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where objectDefinitionId = ? and dbTableName = ?.findByODI_DTN
(long objectDefinitionId, String dbTableName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where objectDefinitionId = ? and dbTableName = ?.findByODI_DTN_First
(long objectDefinitionId, String dbTableName, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and dbTableName = ?.findByODI_DTN_Last
(long objectDefinitionId, String dbTableName, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and dbTableName = ?.findByODI_DTN_PrevAndNext
(long objectFieldId, long objectDefinitionId, String dbTableName, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the object fields before and after the current object field in the ordered set where objectDefinitionId = ? and dbTableName = ?.findByODI_I
(long objectDefinitionId, boolean indexed) Returns all the object fields where objectDefinitionId = ? and indexed = ?.findByODI_I
(long objectDefinitionId, boolean indexed, int start, int end) Returns a range of all the object fields where objectDefinitionId = ? and indexed = ?.findByODI_I
(long objectDefinitionId, boolean indexed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where objectDefinitionId = ? and indexed = ?.findByODI_I
(long objectDefinitionId, boolean indexed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where objectDefinitionId = ? and indexed = ?.findByODI_I_First
(long objectDefinitionId, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and indexed = ?.findByODI_I_Last
(long objectDefinitionId, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and indexed = ?.findByODI_I_PrevAndNext
(long objectFieldId, long objectDefinitionId, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the object fields before and after the current object field in the ordered set where objectDefinitionId = ? and indexed = ?.findByODI_L
(long objectDefinitionId, boolean localized) Returns all the object fields where objectDefinitionId = ? and localized = ?.findByODI_L
(long objectDefinitionId, boolean localized, int start, int end) Returns a range of all the object fields where objectDefinitionId = ? and localized = ?.findByODI_L
(long objectDefinitionId, boolean localized, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where objectDefinitionId = ? and localized = ?.findByODI_L
(long objectDefinitionId, boolean localized, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where objectDefinitionId = ? and localized = ?.findByODI_L_First
(long objectDefinitionId, boolean localized, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and localized = ?.findByODI_L_Last
(long objectDefinitionId, boolean localized, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and localized = ?.findByODI_L_PrevAndNext
(long objectFieldId, long objectDefinitionId, boolean localized, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the object fields before and after the current object field in the ordered set where objectDefinitionId = ? and localized = ?.findByODI_N
(long objectDefinitionId, String name) Returns the object field where objectDefinitionId = ? and name = ? or throws aNoSuchObjectFieldException
if it could not be found.findByODI_S
(long objectDefinitionId, boolean system) Returns all the object fields where objectDefinitionId = ? and system = ?.findByODI_S
(long objectDefinitionId, boolean system, int start, int end) Returns a range of all the object fields where objectDefinitionId = ? and system = ?.findByODI_S
(long objectDefinitionId, boolean system, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where objectDefinitionId = ? and system = ?.findByODI_S
(long objectDefinitionId, boolean system, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where objectDefinitionId = ? and system = ?.findByODI_S_First
(long objectDefinitionId, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and system = ?.findByODI_S_Last
(long objectDefinitionId, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and system = ?.findByODI_S_PrevAndNext
(long objectFieldId, long objectDefinitionId, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the object fields before and after the current object field in the ordered set where objectDefinitionId = ? and system = ?.findByPrimaryKey
(long objectFieldId) Returns the object field with the primary key or throws aNoSuchObjectFieldException
if it could not be found.findByUuid
(String uuid) Returns all the object fields where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the object fields where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the object fields where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the object fields where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long objectFieldId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the object fields before and after the current object field in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where uuid = ?.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long objectFieldId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the object fields before and after the current object field in the ordered set where uuid = ?.remove
(long objectFieldId) Removes the object field with the primary key from the database.void
Removes all the object fields from the database.void
removeByC_U
(long companyId, long userId) Removes all the object fields where companyId = ? and userId = ? from the database.void
removeByCompanyId
(long companyId) Removes all the object fields where companyId = ? from the database.removeByERC_C_ODI
(String externalReferenceCode, long companyId, long objectDefinitionId) Removes the object field where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? from the database.void
removeByListTypeDefinitionId
(long listTypeDefinitionId) Removes all the object fields where listTypeDefinitionId = ? from the database.void
removeByLTDI_S
(long listTypeDefinitionId, boolean state) Removes all the object fields where listTypeDefinitionId = ? and state = ? from the database.void
removeByObjectDefinitionId
(long objectDefinitionId) Removes all the object fields where objectDefinitionId = ? from the database.void
removeByODI_BT
(long objectDefinitionId, String businessType) Removes all the object fields where objectDefinitionId = ? and businessType = ? from the database.void
removeByODI_DBT_I
(long objectDefinitionId, String dbType, boolean indexed) Removes all the object fields where objectDefinitionId = ? and dbType = ? and indexed = ? from the database.void
removeByODI_DTN
(long objectDefinitionId, String dbTableName) Removes all the object fields where objectDefinitionId = ? and dbTableName = ? from the database.void
removeByODI_I
(long objectDefinitionId, boolean indexed) Removes all the object fields where objectDefinitionId = ? and indexed = ? from the database.void
removeByODI_L
(long objectDefinitionId, boolean localized) Removes all the object fields where objectDefinitionId = ? and localized = ? from the database.removeByODI_N
(long objectDefinitionId, String name) Removes the object field where objectDefinitionId = ? and name = ? from the database.void
removeByODI_S
(long objectDefinitionId, boolean system) Removes all the object fields where objectDefinitionId = ? and system = ? from the database.void
removeByUuid
(String uuid) Removes all the object fields where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the object fields where uuid = ? and companyId = ? from the database.updateImpl
(ObjectField objectField) 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 fields where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching object fields
-
findByUuid
Returns a range of all the object fields 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 fromObjectFieldModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)- Returns:
- the range of matching object fields
-
findByUuid
List<ObjectField> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields 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 fromObjectFieldModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object fields
-
findByUuid
List<ObjectField> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields 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 fromObjectFieldModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (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 fields
-
findByUuid_First
ObjectField findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the first object field in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByUuid_First
ObjectField fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field, or
null
if a matching object field could not be found
-
findByUuid_Last
ObjectField findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the last object field in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByUuid_Last
ObjectField fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field, or
null
if a matching object field could not be found
-
findByUuid_PrevAndNext
ObjectField[] findByUuid_PrevAndNext(long objectFieldId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the object fields before and after the current object field in the ordered set where uuid = ?.- Parameters:
objectFieldId
- the primary key of the current object fielduuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object field
- Throws:
NoSuchObjectFieldException
- if a object field with the primary key could not be found
-
removeByUuid
Removes all the object fields where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of object fields where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching object fields
-
findByUuid_C
Returns all the object fields where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching object fields
-
findByUuid_C
Returns a range of all the object fields 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 fromObjectFieldModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)- Returns:
- the range of matching object fields
-
findByUuid_C
List<ObjectField> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields 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 fromObjectFieldModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object fields
-
findByUuid_C
List<ObjectField> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields 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 fromObjectFieldModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (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 fields
-
findByUuid_C_First
ObjectField findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the first object field 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 field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByUuid_C_First
ObjectField fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field 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 field, or
null
if a matching object field could not be found
-
findByUuid_C_Last
ObjectField findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the last object field 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 field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByUuid_C_Last
ObjectField fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field 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 field, or
null
if a matching object field could not be found
-
findByUuid_C_PrevAndNext
ObjectField[] findByUuid_C_PrevAndNext(long objectFieldId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the object fields before and after the current object field in the ordered set where uuid = ? and companyId = ?.- Parameters:
objectFieldId
- the primary key of the current object fielduuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object field
- Throws:
NoSuchObjectFieldException
- if a object field with the primary key could not be found
-
removeByUuid_C
Removes all the object fields where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of object fields where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching object fields
-
findByCompanyId
Returns all the object fields where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching object fields
-
findByCompanyId
Returns a range of all the object fields 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 fromObjectFieldModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)- Returns:
- the range of matching object fields
-
findByCompanyId
List<ObjectField> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields 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 fromObjectFieldModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object fields
-
findByCompanyId
List<ObjectField> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields 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 fromObjectFieldModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (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 fields
-
findByCompanyId_First
ObjectField findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the first object field in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByCompanyId_First
ObjectField fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field, or
null
if a matching object field could not be found
-
findByCompanyId_Last
ObjectField findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the last object field in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByCompanyId_Last
ObjectField fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field, or
null
if a matching object field could not be found
-
findByCompanyId_PrevAndNext
ObjectField[] findByCompanyId_PrevAndNext(long objectFieldId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the object fields before and after the current object field in the ordered set where companyId = ?.- Parameters:
objectFieldId
- the primary key of the current object fieldcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object field
- Throws:
NoSuchObjectFieldException
- if a object field with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the object fields where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of object fields where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching object fields
-
findByListTypeDefinitionId
Returns all the object fields where listTypeDefinitionId = ?.- Parameters:
listTypeDefinitionId
- the list type definition ID- Returns:
- the matching object fields
-
findByListTypeDefinitionId
Returns a range of all the object fields where listTypeDefinitionId = ?.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 fromObjectFieldModelImpl
.- Parameters:
listTypeDefinitionId
- the list type definition IDstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)- Returns:
- the range of matching object fields
-
findByListTypeDefinitionId
List<ObjectField> findByListTypeDefinitionId(long listTypeDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where listTypeDefinitionId = ?.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 fromObjectFieldModelImpl
.- Parameters:
listTypeDefinitionId
- the list type definition IDstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object fields
-
findByListTypeDefinitionId
List<ObjectField> findByListTypeDefinitionId(long listTypeDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where listTypeDefinitionId = ?.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 fromObjectFieldModelImpl
.- Parameters:
listTypeDefinitionId
- the list type definition IDstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (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 fields
-
findByListTypeDefinitionId_First
ObjectField findByListTypeDefinitionId_First(long listTypeDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the first object field in the ordered set where listTypeDefinitionId = ?.- Parameters:
listTypeDefinitionId
- the list type definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByListTypeDefinitionId_First
ObjectField fetchByListTypeDefinitionId_First(long listTypeDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where listTypeDefinitionId = ?.- Parameters:
listTypeDefinitionId
- the list type definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field, or
null
if a matching object field could not be found
-
findByListTypeDefinitionId_Last
ObjectField findByListTypeDefinitionId_Last(long listTypeDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the last object field in the ordered set where listTypeDefinitionId = ?.- Parameters:
listTypeDefinitionId
- the list type definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByListTypeDefinitionId_Last
ObjectField fetchByListTypeDefinitionId_Last(long listTypeDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where listTypeDefinitionId = ?.- Parameters:
listTypeDefinitionId
- the list type definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field, or
null
if a matching object field could not be found
-
findByListTypeDefinitionId_PrevAndNext
ObjectField[] findByListTypeDefinitionId_PrevAndNext(long objectFieldId, long listTypeDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the object fields before and after the current object field in the ordered set where listTypeDefinitionId = ?.- Parameters:
objectFieldId
- the primary key of the current object fieldlistTypeDefinitionId
- the list type definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object field
- Throws:
NoSuchObjectFieldException
- if a object field with the primary key could not be found
-
removeByListTypeDefinitionId
void removeByListTypeDefinitionId(long listTypeDefinitionId) Removes all the object fields where listTypeDefinitionId = ? from the database.- Parameters:
listTypeDefinitionId
- the list type definition ID
-
countByListTypeDefinitionId
int countByListTypeDefinitionId(long listTypeDefinitionId) Returns the number of object fields where listTypeDefinitionId = ?.- Parameters:
listTypeDefinitionId
- the list type definition ID- Returns:
- the number of matching object fields
-
findByObjectDefinitionId
Returns all the object fields where objectDefinitionId = ?.- Parameters:
objectDefinitionId
- the object definition ID- Returns:
- the matching object fields
-
findByObjectDefinitionId
Returns a range of all the object fields where objectDefinitionId = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)- Returns:
- the range of matching object fields
-
findByObjectDefinitionId
List<ObjectField> findByObjectDefinitionId(long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where objectDefinitionId = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object fields
-
findByObjectDefinitionId
List<ObjectField> findByObjectDefinitionId(long objectDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where objectDefinitionId = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (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 fields
-
findByObjectDefinitionId_First
ObjectField findByObjectDefinitionId_First(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the first object field in the ordered set where objectDefinitionId = ?.- Parameters:
objectDefinitionId
- the object definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByObjectDefinitionId_First
ObjectField fetchByObjectDefinitionId_First(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ?.- Parameters:
objectDefinitionId
- the object definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field, or
null
if a matching object field could not be found
-
findByObjectDefinitionId_Last
ObjectField findByObjectDefinitionId_Last(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the last object field in the ordered set where objectDefinitionId = ?.- Parameters:
objectDefinitionId
- the object definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByObjectDefinitionId_Last
ObjectField fetchByObjectDefinitionId_Last(long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ?.- Parameters:
objectDefinitionId
- the object definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field, or
null
if a matching object field could not be found
-
findByObjectDefinitionId_PrevAndNext
ObjectField[] findByObjectDefinitionId_PrevAndNext(long objectFieldId, long objectDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the object fields before and after the current object field in the ordered set where objectDefinitionId = ?.- Parameters:
objectFieldId
- the primary key of the current object fieldobjectDefinitionId
- the object definition IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object field
- Throws:
NoSuchObjectFieldException
- if a object field with the primary key could not be found
-
removeByObjectDefinitionId
void removeByObjectDefinitionId(long objectDefinitionId) Removes all the object fields where objectDefinitionId = ? from the database.- Parameters:
objectDefinitionId
- the object definition ID
-
countByObjectDefinitionId
int countByObjectDefinitionId(long objectDefinitionId) Returns the number of object fields where objectDefinitionId = ?.- Parameters:
objectDefinitionId
- the object definition ID- Returns:
- the number of matching object fields
-
findByC_U
Returns all the object fields where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user ID- Returns:
- the matching object fields
-
findByC_U
Returns a range of all the object fields 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 fromObjectFieldModelImpl
.- Parameters:
companyId
- the company IDuserId
- the user IDstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)- Returns:
- the range of matching object fields
-
findByC_U
List<ObjectField> findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields 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 fromObjectFieldModelImpl
.- Parameters:
companyId
- the company IDuserId
- the user IDstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object fields
-
findByC_U
List<ObjectField> findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields 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 fromObjectFieldModelImpl
.- Parameters:
companyId
- the company IDuserId
- the user IDstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (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 fields
-
findByC_U_First
ObjectField findByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the first object field 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 field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByC_U_First
ObjectField fetchByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field 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 field, or
null
if a matching object field could not be found
-
findByC_U_Last
ObjectField findByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the last object field 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 field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByC_U_Last
ObjectField fetchByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field 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 field, or
null
if a matching object field could not be found
-
findByC_U_PrevAndNext
ObjectField[] findByC_U_PrevAndNext(long objectFieldId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the object fields before and after the current object field in the ordered set where companyId = ? and userId = ?.- Parameters:
objectFieldId
- the primary key of the current object fieldcompanyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object field
- Throws:
NoSuchObjectFieldException
- if a object field with the primary key could not be found
-
removeByC_U
void removeByC_U(long companyId, long userId) Removes all the object fields 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 fields where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user ID- Returns:
- the number of matching object fields
-
findByLTDI_S
Returns all the object fields where listTypeDefinitionId = ? and state = ?.- Parameters:
listTypeDefinitionId
- the list type definition IDstate
- the state- Returns:
- the matching object fields
-
findByLTDI_S
Returns a range of all the object fields where listTypeDefinitionId = ? and state = ?.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 fromObjectFieldModelImpl
.- Parameters:
listTypeDefinitionId
- the list type definition IDstate
- the statestart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)- Returns:
- the range of matching object fields
-
findByLTDI_S
List<ObjectField> findByLTDI_S(long listTypeDefinitionId, boolean state, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where listTypeDefinitionId = ? and state = ?.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 fromObjectFieldModelImpl
.- Parameters:
listTypeDefinitionId
- the list type definition IDstate
- the statestart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object fields
-
findByLTDI_S
List<ObjectField> findByLTDI_S(long listTypeDefinitionId, boolean state, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where listTypeDefinitionId = ? and state = ?.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 fromObjectFieldModelImpl
.- Parameters:
listTypeDefinitionId
- the list type definition IDstate
- the statestart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (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 fields
-
findByLTDI_S_First
ObjectField findByLTDI_S_First(long listTypeDefinitionId, boolean state, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the first object field in the ordered set where listTypeDefinitionId = ? and state = ?.- Parameters:
listTypeDefinitionId
- the list type definition IDstate
- the stateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByLTDI_S_First
ObjectField fetchByLTDI_S_First(long listTypeDefinitionId, boolean state, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where listTypeDefinitionId = ? and state = ?.- Parameters:
listTypeDefinitionId
- the list type definition IDstate
- the stateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field, or
null
if a matching object field could not be found
-
findByLTDI_S_Last
ObjectField findByLTDI_S_Last(long listTypeDefinitionId, boolean state, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the last object field in the ordered set where listTypeDefinitionId = ? and state = ?.- Parameters:
listTypeDefinitionId
- the list type definition IDstate
- the stateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByLTDI_S_Last
ObjectField fetchByLTDI_S_Last(long listTypeDefinitionId, boolean state, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where listTypeDefinitionId = ? and state = ?.- Parameters:
listTypeDefinitionId
- the list type definition IDstate
- the stateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field, or
null
if a matching object field could not be found
-
findByLTDI_S_PrevAndNext
ObjectField[] findByLTDI_S_PrevAndNext(long objectFieldId, long listTypeDefinitionId, boolean state, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the object fields before and after the current object field in the ordered set where listTypeDefinitionId = ? and state = ?.- Parameters:
objectFieldId
- the primary key of the current object fieldlistTypeDefinitionId
- the list type definition IDstate
- the stateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object field
- Throws:
NoSuchObjectFieldException
- if a object field with the primary key could not be found
-
removeByLTDI_S
void removeByLTDI_S(long listTypeDefinitionId, boolean state) Removes all the object fields where listTypeDefinitionId = ? and state = ? from the database.- Parameters:
listTypeDefinitionId
- the list type definition IDstate
- the state
-
countByLTDI_S
int countByLTDI_S(long listTypeDefinitionId, boolean state) Returns the number of object fields where listTypeDefinitionId = ? and state = ?.- Parameters:
listTypeDefinitionId
- the list type definition IDstate
- the state- Returns:
- the number of matching object fields
-
findByODI_BT
Returns all the object fields where objectDefinitionId = ? and businessType = ?.- Parameters:
objectDefinitionId
- the object definition IDbusinessType
- the business type- Returns:
- the matching object fields
-
findByODI_BT
Returns a range of all the object fields where objectDefinitionId = ? and businessType = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDbusinessType
- the business typestart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)- Returns:
- the range of matching object fields
-
findByODI_BT
List<ObjectField> findByODI_BT(long objectDefinitionId, String businessType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where objectDefinitionId = ? and businessType = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDbusinessType
- the business typestart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object fields
-
findByODI_BT
List<ObjectField> findByODI_BT(long objectDefinitionId, String businessType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where objectDefinitionId = ? and businessType = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDbusinessType
- the business typestart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (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 fields
-
findByODI_BT_First
ObjectField findByODI_BT_First(long objectDefinitionId, String businessType, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the first object field in the ordered set where objectDefinitionId = ? and businessType = ?.- Parameters:
objectDefinitionId
- the object definition IDbusinessType
- the business typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByODI_BT_First
ObjectField fetchByODI_BT_First(long objectDefinitionId, String businessType, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and businessType = ?.- Parameters:
objectDefinitionId
- the object definition IDbusinessType
- the business typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field, or
null
if a matching object field could not be found
-
findByODI_BT_Last
ObjectField findByODI_BT_Last(long objectDefinitionId, String businessType, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the last object field in the ordered set where objectDefinitionId = ? and businessType = ?.- Parameters:
objectDefinitionId
- the object definition IDbusinessType
- the business typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByODI_BT_Last
ObjectField fetchByODI_BT_Last(long objectDefinitionId, String businessType, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and businessType = ?.- Parameters:
objectDefinitionId
- the object definition IDbusinessType
- the business typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field, or
null
if a matching object field could not be found
-
findByODI_BT_PrevAndNext
ObjectField[] findByODI_BT_PrevAndNext(long objectFieldId, long objectDefinitionId, String businessType, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the object fields before and after the current object field in the ordered set where objectDefinitionId = ? and businessType = ?.- Parameters:
objectFieldId
- the primary key of the current object fieldobjectDefinitionId
- the object definition IDbusinessType
- the business typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object field
- Throws:
NoSuchObjectFieldException
- if a object field with the primary key could not be found
-
removeByODI_BT
Removes all the object fields where objectDefinitionId = ? and businessType = ? from the database.- Parameters:
objectDefinitionId
- the object definition IDbusinessType
- the business type
-
countByODI_BT
Returns the number of object fields where objectDefinitionId = ? and businessType = ?.- Parameters:
objectDefinitionId
- the object definition IDbusinessType
- the business type- Returns:
- the number of matching object fields
-
findByODI_DTN
Returns all the object fields where objectDefinitionId = ? and dbTableName = ?.- Parameters:
objectDefinitionId
- the object definition IDdbTableName
- the db table name- Returns:
- the matching object fields
-
findByODI_DTN
Returns a range of all the object fields where objectDefinitionId = ? and dbTableName = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDdbTableName
- the db table namestart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)- Returns:
- the range of matching object fields
-
findByODI_DTN
List<ObjectField> findByODI_DTN(long objectDefinitionId, String dbTableName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where objectDefinitionId = ? and dbTableName = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDdbTableName
- the db table namestart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object fields
-
findByODI_DTN
List<ObjectField> findByODI_DTN(long objectDefinitionId, String dbTableName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where objectDefinitionId = ? and dbTableName = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDdbTableName
- the db table namestart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (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 fields
-
findByODI_DTN_First
ObjectField findByODI_DTN_First(long objectDefinitionId, String dbTableName, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the first object field in the ordered set where objectDefinitionId = ? and dbTableName = ?.- Parameters:
objectDefinitionId
- the object definition IDdbTableName
- the db table nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByODI_DTN_First
ObjectField fetchByODI_DTN_First(long objectDefinitionId, String dbTableName, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and dbTableName = ?.- Parameters:
objectDefinitionId
- the object definition IDdbTableName
- the db table nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field, or
null
if a matching object field could not be found
-
findByODI_DTN_Last
ObjectField findByODI_DTN_Last(long objectDefinitionId, String dbTableName, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the last object field in the ordered set where objectDefinitionId = ? and dbTableName = ?.- Parameters:
objectDefinitionId
- the object definition IDdbTableName
- the db table nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByODI_DTN_Last
ObjectField fetchByODI_DTN_Last(long objectDefinitionId, String dbTableName, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and dbTableName = ?.- Parameters:
objectDefinitionId
- the object definition IDdbTableName
- the db table nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field, or
null
if a matching object field could not be found
-
findByODI_DTN_PrevAndNext
ObjectField[] findByODI_DTN_PrevAndNext(long objectFieldId, long objectDefinitionId, String dbTableName, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the object fields before and after the current object field in the ordered set where objectDefinitionId = ? and dbTableName = ?.- Parameters:
objectFieldId
- the primary key of the current object fieldobjectDefinitionId
- the object definition IDdbTableName
- the db table nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object field
- Throws:
NoSuchObjectFieldException
- if a object field with the primary key could not be found
-
removeByODI_DTN
Removes all the object fields where objectDefinitionId = ? and dbTableName = ? from the database.- Parameters:
objectDefinitionId
- the object definition IDdbTableName
- the db table name
-
countByODI_DTN
Returns the number of object fields where objectDefinitionId = ? and dbTableName = ?.- Parameters:
objectDefinitionId
- the object definition IDdbTableName
- the db table name- Returns:
- the number of matching object fields
-
findByODI_I
Returns all the object fields where objectDefinitionId = ? and indexed = ?.- Parameters:
objectDefinitionId
- the object definition IDindexed
- the indexed- Returns:
- the matching object fields
-
findByODI_I
Returns a range of all the object fields where objectDefinitionId = ? and indexed = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDindexed
- the indexedstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)- Returns:
- the range of matching object fields
-
findByODI_I
List<ObjectField> findByODI_I(long objectDefinitionId, boolean indexed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where objectDefinitionId = ? and indexed = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDindexed
- the indexedstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object fields
-
findByODI_I
List<ObjectField> findByODI_I(long objectDefinitionId, boolean indexed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where objectDefinitionId = ? and indexed = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDindexed
- the indexedstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (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 fields
-
findByODI_I_First
ObjectField findByODI_I_First(long objectDefinitionId, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the first object field in the ordered set where objectDefinitionId = ? and indexed = ?.- Parameters:
objectDefinitionId
- the object definition IDindexed
- the indexedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByODI_I_First
ObjectField fetchByODI_I_First(long objectDefinitionId, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and indexed = ?.- Parameters:
objectDefinitionId
- the object definition IDindexed
- the indexedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field, or
null
if a matching object field could not be found
-
findByODI_I_Last
ObjectField findByODI_I_Last(long objectDefinitionId, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the last object field in the ordered set where objectDefinitionId = ? and indexed = ?.- Parameters:
objectDefinitionId
- the object definition IDindexed
- the indexedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByODI_I_Last
ObjectField fetchByODI_I_Last(long objectDefinitionId, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and indexed = ?.- Parameters:
objectDefinitionId
- the object definition IDindexed
- the indexedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field, or
null
if a matching object field could not be found
-
findByODI_I_PrevAndNext
ObjectField[] findByODI_I_PrevAndNext(long objectFieldId, long objectDefinitionId, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the object fields before and after the current object field in the ordered set where objectDefinitionId = ? and indexed = ?.- Parameters:
objectFieldId
- the primary key of the current object fieldobjectDefinitionId
- the object definition IDindexed
- the indexedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object field
- Throws:
NoSuchObjectFieldException
- if a object field with the primary key could not be found
-
removeByODI_I
void removeByODI_I(long objectDefinitionId, boolean indexed) Removes all the object fields where objectDefinitionId = ? and indexed = ? from the database.- Parameters:
objectDefinitionId
- the object definition IDindexed
- the indexed
-
countByODI_I
int countByODI_I(long objectDefinitionId, boolean indexed) Returns the number of object fields where objectDefinitionId = ? and indexed = ?.- Parameters:
objectDefinitionId
- the object definition IDindexed
- the indexed- Returns:
- the number of matching object fields
-
findByODI_L
Returns all the object fields where objectDefinitionId = ? and localized = ?.- Parameters:
objectDefinitionId
- the object definition IDlocalized
- the localized- Returns:
- the matching object fields
-
findByODI_L
Returns a range of all the object fields where objectDefinitionId = ? and localized = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDlocalized
- the localizedstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)- Returns:
- the range of matching object fields
-
findByODI_L
List<ObjectField> findByODI_L(long objectDefinitionId, boolean localized, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where objectDefinitionId = ? and localized = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDlocalized
- the localizedstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object fields
-
findByODI_L
List<ObjectField> findByODI_L(long objectDefinitionId, boolean localized, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where objectDefinitionId = ? and localized = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDlocalized
- the localizedstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (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 fields
-
findByODI_L_First
ObjectField findByODI_L_First(long objectDefinitionId, boolean localized, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the first object field in the ordered set where objectDefinitionId = ? and localized = ?.- Parameters:
objectDefinitionId
- the object definition IDlocalized
- the localizedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByODI_L_First
ObjectField fetchByODI_L_First(long objectDefinitionId, boolean localized, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and localized = ?.- Parameters:
objectDefinitionId
- the object definition IDlocalized
- the localizedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field, or
null
if a matching object field could not be found
-
findByODI_L_Last
ObjectField findByODI_L_Last(long objectDefinitionId, boolean localized, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the last object field in the ordered set where objectDefinitionId = ? and localized = ?.- Parameters:
objectDefinitionId
- the object definition IDlocalized
- the localizedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByODI_L_Last
ObjectField fetchByODI_L_Last(long objectDefinitionId, boolean localized, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and localized = ?.- Parameters:
objectDefinitionId
- the object definition IDlocalized
- the localizedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field, or
null
if a matching object field could not be found
-
findByODI_L_PrevAndNext
ObjectField[] findByODI_L_PrevAndNext(long objectFieldId, long objectDefinitionId, boolean localized, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the object fields before and after the current object field in the ordered set where objectDefinitionId = ? and localized = ?.- Parameters:
objectFieldId
- the primary key of the current object fieldobjectDefinitionId
- the object definition IDlocalized
- the localizedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object field
- Throws:
NoSuchObjectFieldException
- if a object field with the primary key could not be found
-
removeByODI_L
void removeByODI_L(long objectDefinitionId, boolean localized) Removes all the object fields where objectDefinitionId = ? and localized = ? from the database.- Parameters:
objectDefinitionId
- the object definition IDlocalized
- the localized
-
countByODI_L
int countByODI_L(long objectDefinitionId, boolean localized) Returns the number of object fields where objectDefinitionId = ? and localized = ?.- Parameters:
objectDefinitionId
- the object definition IDlocalized
- the localized- Returns:
- the number of matching object fields
-
findByODI_N
Returns the object field where objectDefinitionId = ? and name = ? or throws aNoSuchObjectFieldException
if it could not be found.- Parameters:
objectDefinitionId
- the object definition IDname
- the name- Returns:
- the matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByODI_N
Returns the object field where objectDefinitionId = ? and name = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
objectDefinitionId
- the object definition IDname
- the name- Returns:
- the matching object field, or
null
if a matching object field could not be found
-
fetchByODI_N
Returns the object field where objectDefinitionId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
objectDefinitionId
- the object definition IDname
- the nameuseFinderCache
- whether to use the finder cache- Returns:
- the matching object field, or
null
if a matching object field could not be found
-
removeByODI_N
Removes the object field where objectDefinitionId = ? and name = ? from the database.- Parameters:
objectDefinitionId
- the object definition IDname
- the name- Returns:
- the object field that was removed
- Throws:
NoSuchObjectFieldException
-
countByODI_N
Returns the number of object fields where objectDefinitionId = ? and name = ?.- Parameters:
objectDefinitionId
- the object definition IDname
- the name- Returns:
- the number of matching object fields
-
findByODI_S
Returns all the object fields where objectDefinitionId = ? and system = ?.- Parameters:
objectDefinitionId
- the object definition IDsystem
- the system- Returns:
- the matching object fields
-
findByODI_S
Returns a range of all the object fields where objectDefinitionId = ? 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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDsystem
- the systemstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)- Returns:
- the range of matching object fields
-
findByODI_S
List<ObjectField> findByODI_S(long objectDefinitionId, boolean system, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where objectDefinitionId = ? 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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDsystem
- the systemstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object fields
-
findByODI_S
List<ObjectField> findByODI_S(long objectDefinitionId, boolean system, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where objectDefinitionId = ? 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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDsystem
- the systemstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (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 fields
-
findByODI_S_First
ObjectField findByODI_S_First(long objectDefinitionId, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the first object field in the ordered set where objectDefinitionId = ? and system = ?.- Parameters:
objectDefinitionId
- the object definition IDsystem
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByODI_S_First
ObjectField fetchByODI_S_First(long objectDefinitionId, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and system = ?.- Parameters:
objectDefinitionId
- the object definition IDsystem
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field, or
null
if a matching object field could not be found
-
findByODI_S_Last
ObjectField findByODI_S_Last(long objectDefinitionId, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the last object field in the ordered set where objectDefinitionId = ? and system = ?.- Parameters:
objectDefinitionId
- the object definition IDsystem
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByODI_S_Last
ObjectField fetchByODI_S_Last(long objectDefinitionId, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and system = ?.- Parameters:
objectDefinitionId
- the object definition IDsystem
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field, or
null
if a matching object field could not be found
-
findByODI_S_PrevAndNext
ObjectField[] findByODI_S_PrevAndNext(long objectFieldId, long objectDefinitionId, boolean system, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the object fields before and after the current object field in the ordered set where objectDefinitionId = ? and system = ?.- Parameters:
objectFieldId
- the primary key of the current object fieldobjectDefinitionId
- the object definition IDsystem
- the systemorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object field
- Throws:
NoSuchObjectFieldException
- if a object field with the primary key could not be found
-
removeByODI_S
void removeByODI_S(long objectDefinitionId, boolean system) Removes all the object fields where objectDefinitionId = ? and system = ? from the database.- Parameters:
objectDefinitionId
- the object definition IDsystem
- the system
-
countByODI_S
int countByODI_S(long objectDefinitionId, boolean system) Returns the number of object fields where objectDefinitionId = ? and system = ?.- Parameters:
objectDefinitionId
- the object definition IDsystem
- the system- Returns:
- the number of matching object fields
-
findByERC_C_ODI
ObjectField findByERC_C_ODI(String externalReferenceCode, long companyId, long objectDefinitionId) throws NoSuchObjectFieldException Returns the object field where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? or throws aNoSuchObjectFieldException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDobjectDefinitionId
- the object definition ID- Returns:
- the matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByERC_C_ODI
Returns the object field where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDobjectDefinitionId
- the object definition ID- Returns:
- the matching object field, or
null
if a matching object field could not be found
-
fetchByERC_C_ODI
ObjectField fetchByERC_C_ODI(String externalReferenceCode, long companyId, long objectDefinitionId, boolean useFinderCache) Returns the object field where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDobjectDefinitionId
- the object definition IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching object field, or
null
if a matching object field could not be found
-
removeByERC_C_ODI
ObjectField removeByERC_C_ODI(String externalReferenceCode, long companyId, long objectDefinitionId) throws NoSuchObjectFieldException Removes the object field where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDobjectDefinitionId
- the object definition ID- Returns:
- the object field that was removed
- Throws:
NoSuchObjectFieldException
-
countByERC_C_ODI
Returns the number of object fields where externalReferenceCode = ? and companyId = ? and objectDefinitionId = ?.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDobjectDefinitionId
- the object definition ID- Returns:
- the number of matching object fields
-
findByODI_DBT_I
Returns all the object fields where objectDefinitionId = ? and dbType = ? and indexed = ?.- Parameters:
objectDefinitionId
- the object definition IDdbType
- the db typeindexed
- the indexed- Returns:
- the matching object fields
-
findByODI_DBT_I
List<ObjectField> findByODI_DBT_I(long objectDefinitionId, String dbType, boolean indexed, int start, int end) Returns a range of all the object fields where objectDefinitionId = ? and dbType = ? and indexed = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDdbType
- the db typeindexed
- the indexedstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)- Returns:
- the range of matching object fields
-
findByODI_DBT_I
List<ObjectField> findByODI_DBT_I(long objectDefinitionId, String dbType, boolean indexed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields where objectDefinitionId = ? and dbType = ? and indexed = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDdbType
- the db typeindexed
- the indexedstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching object fields
-
findByODI_DBT_I
List<ObjectField> findByODI_DBT_I(long objectDefinitionId, String dbType, boolean indexed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields where objectDefinitionId = ? and dbType = ? and indexed = ?.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 fromObjectFieldModelImpl
.- Parameters:
objectDefinitionId
- the object definition IDdbType
- the db typeindexed
- the indexedstart
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (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 fields
-
findByODI_DBT_I_First
ObjectField findByODI_DBT_I_First(long objectDefinitionId, String dbType, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the first object field in the ordered set where objectDefinitionId = ? and dbType = ? and indexed = ?.- Parameters:
objectDefinitionId
- the object definition IDdbType
- the db typeindexed
- the indexedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByODI_DBT_I_First
ObjectField fetchByODI_DBT_I_First(long objectDefinitionId, String dbType, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the first object field in the ordered set where objectDefinitionId = ? and dbType = ? and indexed = ?.- Parameters:
objectDefinitionId
- the object definition IDdbType
- the db typeindexed
- the indexedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching object field, or
null
if a matching object field could not be found
-
findByODI_DBT_I_Last
ObjectField findByODI_DBT_I_Last(long objectDefinitionId, String dbType, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the last object field in the ordered set where objectDefinitionId = ? and dbType = ? and indexed = ?.- Parameters:
objectDefinitionId
- the object definition IDdbType
- the db typeindexed
- the indexedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field
- Throws:
NoSuchObjectFieldException
- if a matching object field could not be found
-
fetchByODI_DBT_I_Last
ObjectField fetchByODI_DBT_I_Last(long objectDefinitionId, String dbType, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns the last object field in the ordered set where objectDefinitionId = ? and dbType = ? and indexed = ?.- Parameters:
objectDefinitionId
- the object definition IDdbType
- the db typeindexed
- the indexedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching object field, or
null
if a matching object field could not be found
-
findByODI_DBT_I_PrevAndNext
ObjectField[] findByODI_DBT_I_PrevAndNext(long objectFieldId, long objectDefinitionId, String dbType, boolean indexed, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) throws NoSuchObjectFieldException Returns the object fields before and after the current object field in the ordered set where objectDefinitionId = ? and dbType = ? and indexed = ?.- Parameters:
objectFieldId
- the primary key of the current object fieldobjectDefinitionId
- the object definition IDdbType
- the db typeindexed
- the indexedorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next object field
- Throws:
NoSuchObjectFieldException
- if a object field with the primary key could not be found
-
removeByODI_DBT_I
Removes all the object fields where objectDefinitionId = ? and dbType = ? and indexed = ? from the database.- Parameters:
objectDefinitionId
- the object definition IDdbType
- the db typeindexed
- the indexed
-
countByODI_DBT_I
Returns the number of object fields where objectDefinitionId = ? and dbType = ? and indexed = ?.- Parameters:
objectDefinitionId
- the object definition IDdbType
- the db typeindexed
- the indexed- Returns:
- the number of matching object fields
-
cacheResult
Caches the object field in the entity cache if it is enabled.- Parameters:
objectField
- the object field
-
cacheResult
Caches the object fields in the entity cache if it is enabled.- Parameters:
objectFields
- the object fields
-
create
Creates a new object field with the primary key. Does not add the object field to the database.- Parameters:
objectFieldId
- the primary key for the new object field- Returns:
- the new object field
-
remove
Removes the object field with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
objectFieldId
- the primary key of the object field- Returns:
- the object field that was removed
- Throws:
NoSuchObjectFieldException
- if a object field with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the object field with the primary key or throws aNoSuchObjectFieldException
if it could not be found.- Parameters:
objectFieldId
- the primary key of the object field- Returns:
- the object field
- Throws:
NoSuchObjectFieldException
- if a object field with the primary key could not be found
-
fetchByPrimaryKey
Returns the object field with the primary key or returnsnull
if it could not be found.- Parameters:
objectFieldId
- the primary key of the object field- Returns:
- the object field, or
null
if a object field with the primary key could not be found
-
findAll
List<ObjectField> findAll()Returns all the object fields.- Returns:
- the object fields
-
findAll
Returns a range of all the object fields.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 fromObjectFieldModelImpl
.- Parameters:
start
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)- Returns:
- the range of object fields
-
findAll
List<ObjectField> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator) Returns an ordered range of all the object fields.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 fromObjectFieldModelImpl
.- Parameters:
start
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of object fields
-
findAll
List<ObjectField> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ObjectField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the object fields.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 fromObjectFieldModelImpl
.- Parameters:
start
- the lower bound of the range of object fieldsend
- the upper bound of the range of object fields (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of object fields
-
removeAll
void removeAll()Removes all the object fields from the database. -
countAll
int countAll()Returns the number of object fields.- Returns:
- the number of object fields
-