Class DDMFieldUtil
com.liferay.dynamic.data.mapping.service.persistence.impl.DDMFieldPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(DDMField ddmField) Caches the ddm field in the entity cache if it is enabled.static voidcacheResult(List<DDMField> ddmFields) Caches the ddm fields in the entity cache if it is enabled.static voidstatic voidclearCache(DDMField ddmField) static intcountAll()Returns the number of ddm fields.static intcountByC_F(long companyId, String fieldType) Returns the number of ddm fields where companyId = ? and fieldType = ?.static intcountByS_F(long storageId, String fieldName) Returns the number of ddm fields where storageId = ? and fieldName = ?.static intcountByS_I(long storageId, String instanceId) Returns the number of ddm fields where storageId = ? and instanceId = ?.static intcountByStorageId(long storageId) Returns the number of ddm fields where storageId = ?.static intcountByStructureVersionId(long structureVersionId) Returns the number of ddm fields where structureVersionId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static DDMFieldcreate(long fieldId) Creates a new ddm field with the primary key.static DDMFieldfetchByC_F_First(long companyId, String fieldType, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the first ddm field in the ordered set where companyId = ? and fieldType = ?.static DDMFieldfetchByC_F_Last(long companyId, String fieldType, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the last ddm field in the ordered set where companyId = ? and fieldType = ?.static DDMFieldfetchByPrimaryKey(long fieldId) Returns the ddm field with the primary key or returnsnullif it could not be found.static Map<Serializable,DDMField> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static DDMFieldfetchByS_F_First(long storageId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the first ddm field in the ordered set where storageId = ? and fieldName = ?.static DDMFieldfetchByS_F_Last(long storageId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the last ddm field in the ordered set where storageId = ? and fieldName = ?.static DDMFieldfetchByS_I(long storageId, String instanceId) Returns the ddm field where storageId = ? and instanceId = ? or returnsnullif it could not be found.static DDMFieldfetchByS_I(long storageId, String instanceId, boolean useFinderCache) Returns the ddm field where storageId = ? and instanceId = ? or returnsnullif it could not be found, optionally using the finder cache.static DDMFieldfetchByStorageId_First(long storageId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the first ddm field in the ordered set where storageId = ?.static DDMFieldfetchByStorageId_Last(long storageId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the last ddm field in the ordered set where storageId = ?.static DDMFieldfetchByStructureVersionId_First(long structureVersionId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the first ddm field in the ordered set where structureVersionId = ?.static DDMFieldfetchByStructureVersionId_Last(long structureVersionId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the last ddm field in the ordered set where structureVersionId = ?.findAll()Returns all the ddm fields.findAll(int start, int end) Returns a range of all the ddm fields.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns an ordered range of all the ddm fields.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm fields.Returns all the ddm fields where companyId = ? and fieldType = ?.Returns a range of all the ddm fields where companyId = ? and fieldType = ?.findByC_F(long companyId, String fieldType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns an ordered range of all the ddm fields where companyId = ? and fieldType = ?.findByC_F(long companyId, String fieldType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm fields where companyId = ? and fieldType = ?.static DDMFieldfindByC_F_First(long companyId, String fieldType, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the first ddm field in the ordered set where companyId = ? and fieldType = ?.static DDMFieldfindByC_F_Last(long companyId, String fieldType, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the last ddm field in the ordered set where companyId = ? and fieldType = ?.static DDMField[]findByC_F_PrevAndNext(long fieldId, long companyId, String fieldType, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the ddm fields before and after the current ddm field in the ordered set where companyId = ? and fieldType = ?.static DDMFieldfindByPrimaryKey(long fieldId) Returns the ddm field with the primary key or throws aNoSuchFieldExceptionif it could not be found.Returns all the ddm fields where storageId = ? and fieldName = ?.Returns a range of all the ddm fields where storageId = ? and fieldName = ?.findByS_F(long storageId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns an ordered range of all the ddm fields where storageId = ? and fieldName = ?.findByS_F(long storageId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm fields where storageId = ? and fieldName = ?.static DDMFieldfindByS_F_First(long storageId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the first ddm field in the ordered set where storageId = ? and fieldName = ?.static DDMFieldfindByS_F_Last(long storageId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the last ddm field in the ordered set where storageId = ? and fieldName = ?.static DDMField[]findByS_F_PrevAndNext(long fieldId, long storageId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the ddm fields before and after the current ddm field in the ordered set where storageId = ? and fieldName = ?.static DDMFieldReturns the ddm field where storageId = ? and instanceId = ? or throws aNoSuchFieldExceptionif it could not be found.findByStorageId(long storageId) Returns all the ddm fields where storageId = ?.findByStorageId(long storageId, int start, int end) Returns a range of all the ddm fields where storageId = ?.findByStorageId(long storageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns an ordered range of all the ddm fields where storageId = ?.findByStorageId(long storageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm fields where storageId = ?.static DDMFieldfindByStorageId_First(long storageId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the first ddm field in the ordered set where storageId = ?.static DDMFieldfindByStorageId_Last(long storageId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the last ddm field in the ordered set where storageId = ?.static DDMField[]findByStorageId_PrevAndNext(long fieldId, long storageId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the ddm fields before and after the current ddm field in the ordered set where storageId = ?.findByStructureVersionId(long structureVersionId) Returns all the ddm fields where structureVersionId = ?.findByStructureVersionId(long structureVersionId, int start, int end) Returns a range of all the ddm fields where structureVersionId = ?.findByStructureVersionId(long structureVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns an ordered range of all the ddm fields where structureVersionId = ?.findByStructureVersionId(long structureVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm fields where structureVersionId = ?.static DDMFieldfindByStructureVersionId_First(long structureVersionId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the first ddm field in the ordered set where structureVersionId = ?.static DDMFieldfindByStructureVersionId_Last(long structureVersionId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the last ddm field in the ordered set where structureVersionId = ?.static DDMField[]findByStructureVersionId_PrevAndNext(long fieldId, long structureVersionId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the ddm fields before and after the current ddm field in the ordered set where structureVersionId = ?.findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) static DDMFieldPersistencestatic DDMFieldremove(long fieldId) Removes the ddm field with the primary key from the database.static voidRemoves all the ddm fields from the database.static voidremoveByC_F(long companyId, String fieldType) Removes all the ddm fields where companyId = ? and fieldType = ? from the database.static voidremoveByS_F(long storageId, String fieldName) Removes all the ddm fields where storageId = ? and fieldName = ? from the database.static DDMFieldremoveByS_I(long storageId, String instanceId) Removes the ddm field where storageId = ? and instanceId = ? from the database.static voidremoveByStorageId(long storageId) Removes all the ddm fields where storageId = ? from the database.static voidremoveByStructureVersionId(long structureVersionId) Removes all the ddm fields where structureVersionId = ? from the database.static voidsetPersistence(DDMFieldPersistence persistence) static DDMFieldstatic DDMFieldstatic DDMFieldupdateImpl(DDMField ddmField)
-
Constructor Details
-
DDMFieldUtil
public DDMFieldUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<DDMField> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<DDMField> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<DDMField> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static DDMField update(DDMField ddmField, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByStorageId
Returns all the ddm fields where storageId = ?.- Parameters:
storageId- the storage ID- Returns:
- the matching ddm fields
-
findByStorageId
Returns a range of all the ddm fields where storageId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDDMFieldModelImpl.- Parameters:
storageId- the storage IDstart- the lower bound of the range of ddm fieldsend- the upper bound of the range of ddm fields (not inclusive)- Returns:
- the range of matching ddm fields
-
findByStorageId
public static List<DDMField> findByStorageId(long storageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns an ordered range of all the ddm fields where storageId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDDMFieldModelImpl.- Parameters:
storageId- the storage IDstart- the lower bound of the range of ddm fieldsend- the upper bound of the range of ddm fields (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching ddm fields
-
findByStorageId
public static List<DDMField> findByStorageId(long storageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm fields where storageId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDDMFieldModelImpl.- Parameters:
storageId- the storage IDstart- the lower bound of the range of ddm fieldsend- the upper bound of the range of ddm 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 ddm fields
-
findByStorageId_First
public static DDMField findByStorageId_First(long storageId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) throws NoSuchFieldException Returns the first ddm field in the ordered set where storageId = ?.- Parameters:
storageId- the storage IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching ddm field
- Throws:
NoSuchFieldException- if a matching ddm field could not be foundNoSuchFieldException
-
fetchByStorageId_First
public static DDMField fetchByStorageId_First(long storageId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the first ddm field in the ordered set where storageId = ?.- Parameters:
storageId- the storage IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching ddm field, or
nullif a matching ddm field could not be found
-
findByStorageId_Last
public static DDMField findByStorageId_Last(long storageId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) throws NoSuchFieldException Returns the last ddm field in the ordered set where storageId = ?.- Parameters:
storageId- the storage IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching ddm field
- Throws:
NoSuchFieldException- if a matching ddm field could not be foundNoSuchFieldException
-
fetchByStorageId_Last
public static DDMField fetchByStorageId_Last(long storageId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the last ddm field in the ordered set where storageId = ?.- Parameters:
storageId- the storage IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching ddm field, or
nullif a matching ddm field could not be found
-
findByStorageId_PrevAndNext
public static DDMField[] findByStorageId_PrevAndNext(long fieldId, long storageId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) throws NoSuchFieldException Returns the ddm fields before and after the current ddm field in the ordered set where storageId = ?.- Parameters:
fieldId- the primary key of the current ddm fieldstorageId- the storage IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next ddm field
- Throws:
NoSuchFieldException- if a ddm field with the primary key could not be foundNoSuchFieldException
-
removeByStorageId
public static void removeByStorageId(long storageId) Removes all the ddm fields where storageId = ? from the database.- Parameters:
storageId- the storage ID
-
countByStorageId
public static int countByStorageId(long storageId) Returns the number of ddm fields where storageId = ?.- Parameters:
storageId- the storage ID- Returns:
- the number of matching ddm fields
-
findByStructureVersionId
Returns all the ddm fields where structureVersionId = ?.- Parameters:
structureVersionId- the structure version ID- Returns:
- the matching ddm fields
-
findByStructureVersionId
Returns a range of all the ddm fields where structureVersionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDDMFieldModelImpl.- Parameters:
structureVersionId- the structure version IDstart- the lower bound of the range of ddm fieldsend- the upper bound of the range of ddm fields (not inclusive)- Returns:
- the range of matching ddm fields
-
findByStructureVersionId
public static List<DDMField> findByStructureVersionId(long structureVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns an ordered range of all the ddm fields where structureVersionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDDMFieldModelImpl.- Parameters:
structureVersionId- the structure version IDstart- the lower bound of the range of ddm fieldsend- the upper bound of the range of ddm fields (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching ddm fields
-
findByStructureVersionId
public static List<DDMField> findByStructureVersionId(long structureVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm fields where structureVersionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDDMFieldModelImpl.- Parameters:
structureVersionId- the structure version IDstart- the lower bound of the range of ddm fieldsend- the upper bound of the range of ddm 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 ddm fields
-
findByStructureVersionId_First
public static DDMField findByStructureVersionId_First(long structureVersionId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) throws NoSuchFieldException Returns the first ddm field in the ordered set where structureVersionId = ?.- Parameters:
structureVersionId- the structure version IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching ddm field
- Throws:
NoSuchFieldException- if a matching ddm field could not be foundNoSuchFieldException
-
fetchByStructureVersionId_First
public static DDMField fetchByStructureVersionId_First(long structureVersionId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the first ddm field in the ordered set where structureVersionId = ?.- Parameters:
structureVersionId- the structure version IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching ddm field, or
nullif a matching ddm field could not be found
-
findByStructureVersionId_Last
public static DDMField findByStructureVersionId_Last(long structureVersionId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) throws NoSuchFieldException Returns the last ddm field in the ordered set where structureVersionId = ?.- Parameters:
structureVersionId- the structure version IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching ddm field
- Throws:
NoSuchFieldException- if a matching ddm field could not be foundNoSuchFieldException
-
fetchByStructureVersionId_Last
public static DDMField fetchByStructureVersionId_Last(long structureVersionId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the last ddm field in the ordered set where structureVersionId = ?.- Parameters:
structureVersionId- the structure version IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching ddm field, or
nullif a matching ddm field could not be found
-
findByStructureVersionId_PrevAndNext
public static DDMField[] findByStructureVersionId_PrevAndNext(long fieldId, long structureVersionId, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) throws NoSuchFieldException Returns the ddm fields before and after the current ddm field in the ordered set where structureVersionId = ?.- Parameters:
fieldId- the primary key of the current ddm fieldstructureVersionId- the structure version IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next ddm field
- Throws:
NoSuchFieldException- if a ddm field with the primary key could not be foundNoSuchFieldException
-
removeByStructureVersionId
public static void removeByStructureVersionId(long structureVersionId) Removes all the ddm fields where structureVersionId = ? from the database.- Parameters:
structureVersionId- the structure version ID
-
countByStructureVersionId
public static int countByStructureVersionId(long structureVersionId) Returns the number of ddm fields where structureVersionId = ?.- Parameters:
structureVersionId- the structure version ID- Returns:
- the number of matching ddm fields
-
findByC_F
Returns all the ddm fields where companyId = ? and fieldType = ?.- Parameters:
companyId- the company IDfieldType- the field type- Returns:
- the matching ddm fields
-
findByC_F
Returns a range of all the ddm fields where companyId = ? and fieldType = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDDMFieldModelImpl.- Parameters:
companyId- the company IDfieldType- the field typestart- the lower bound of the range of ddm fieldsend- the upper bound of the range of ddm fields (not inclusive)- Returns:
- the range of matching ddm fields
-
findByC_F
public static List<DDMField> findByC_F(long companyId, String fieldType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns an ordered range of all the ddm fields where companyId = ? and fieldType = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDDMFieldModelImpl.- Parameters:
companyId- the company IDfieldType- the field typestart- the lower bound of the range of ddm fieldsend- the upper bound of the range of ddm fields (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching ddm fields
-
findByC_F
public static List<DDMField> findByC_F(long companyId, String fieldType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm fields where companyId = ? and fieldType = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDDMFieldModelImpl.- Parameters:
companyId- the company IDfieldType- the field typestart- the lower bound of the range of ddm fieldsend- the upper bound of the range of ddm 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 ddm fields
-
findByC_F_First
public static DDMField findByC_F_First(long companyId, String fieldType, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) throws NoSuchFieldException Returns the first ddm field in the ordered set where companyId = ? and fieldType = ?.- Parameters:
companyId- the company IDfieldType- the field typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching ddm field
- Throws:
NoSuchFieldException- if a matching ddm field could not be foundNoSuchFieldException
-
fetchByC_F_First
public static DDMField fetchByC_F_First(long companyId, String fieldType, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the first ddm field in the ordered set where companyId = ? and fieldType = ?.- Parameters:
companyId- the company IDfieldType- the field typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching ddm field, or
nullif a matching ddm field could not be found
-
findByC_F_Last
public static DDMField findByC_F_Last(long companyId, String fieldType, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) throws NoSuchFieldException Returns the last ddm field in the ordered set where companyId = ? and fieldType = ?.- Parameters:
companyId- the company IDfieldType- the field typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching ddm field
- Throws:
NoSuchFieldException- if a matching ddm field could not be foundNoSuchFieldException
-
fetchByC_F_Last
public static DDMField fetchByC_F_Last(long companyId, String fieldType, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the last ddm field in the ordered set where companyId = ? and fieldType = ?.- Parameters:
companyId- the company IDfieldType- the field typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching ddm field, or
nullif a matching ddm field could not be found
-
findByC_F_PrevAndNext
public static DDMField[] findByC_F_PrevAndNext(long fieldId, long companyId, String fieldType, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) throws NoSuchFieldException Returns the ddm fields before and after the current ddm field in the ordered set where companyId = ? and fieldType = ?.- Parameters:
fieldId- the primary key of the current ddm fieldcompanyId- the company IDfieldType- the field typeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next ddm field
- Throws:
NoSuchFieldException- if a ddm field with the primary key could not be foundNoSuchFieldException
-
removeByC_F
Removes all the ddm fields where companyId = ? and fieldType = ? from the database.- Parameters:
companyId- the company IDfieldType- the field type
-
countByC_F
Returns the number of ddm fields where companyId = ? and fieldType = ?.- Parameters:
companyId- the company IDfieldType- the field type- Returns:
- the number of matching ddm fields
-
findByS_F
Returns all the ddm fields where storageId = ? and fieldName = ?.- Parameters:
storageId- the storage IDfieldName- the field name- Returns:
- the matching ddm fields
-
findByS_F
Returns a range of all the ddm fields where storageId = ? and fieldName = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDDMFieldModelImpl.- Parameters:
storageId- the storage IDfieldName- the field namestart- the lower bound of the range of ddm fieldsend- the upper bound of the range of ddm fields (not inclusive)- Returns:
- the range of matching ddm fields
-
findByS_F
public static List<DDMField> findByS_F(long storageId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns an ordered range of all the ddm fields where storageId = ? and fieldName = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDDMFieldModelImpl.- Parameters:
storageId- the storage IDfieldName- the field namestart- the lower bound of the range of ddm fieldsend- the upper bound of the range of ddm fields (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching ddm fields
-
findByS_F
public static List<DDMField> findByS_F(long storageId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm fields where storageId = ? and fieldName = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDDMFieldModelImpl.- Parameters:
storageId- the storage IDfieldName- the field namestart- the lower bound of the range of ddm fieldsend- the upper bound of the range of ddm 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 ddm fields
-
findByS_F_First
public static DDMField findByS_F_First(long storageId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) throws NoSuchFieldException Returns the first ddm field in the ordered set where storageId = ? and fieldName = ?.- Parameters:
storageId- the storage IDfieldName- the field nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching ddm field
- Throws:
NoSuchFieldException- if a matching ddm field could not be foundNoSuchFieldException
-
fetchByS_F_First
public static DDMField fetchByS_F_First(long storageId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the first ddm field in the ordered set where storageId = ? and fieldName = ?.- Parameters:
storageId- the storage IDfieldName- the field nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching ddm field, or
nullif a matching ddm field could not be found
-
findByS_F_Last
public static DDMField findByS_F_Last(long storageId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) throws NoSuchFieldException Returns the last ddm field in the ordered set where storageId = ? and fieldName = ?.- Parameters:
storageId- the storage IDfieldName- the field nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching ddm field
- Throws:
NoSuchFieldException- if a matching ddm field could not be foundNoSuchFieldException
-
fetchByS_F_Last
public static DDMField fetchByS_F_Last(long storageId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns the last ddm field in the ordered set where storageId = ? and fieldName = ?.- Parameters:
storageId- the storage IDfieldName- the field nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching ddm field, or
nullif a matching ddm field could not be found
-
findByS_F_PrevAndNext
public static DDMField[] findByS_F_PrevAndNext(long fieldId, long storageId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) throws NoSuchFieldException Returns the ddm fields before and after the current ddm field in the ordered set where storageId = ? and fieldName = ?.- Parameters:
fieldId- the primary key of the current ddm fieldstorageId- the storage IDfieldName- the field nameorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next ddm field
- Throws:
NoSuchFieldException- if a ddm field with the primary key could not be foundNoSuchFieldException
-
removeByS_F
Removes all the ddm fields where storageId = ? and fieldName = ? from the database.- Parameters:
storageId- the storage IDfieldName- the field name
-
countByS_F
Returns the number of ddm fields where storageId = ? and fieldName = ?.- Parameters:
storageId- the storage IDfieldName- the field name- Returns:
- the number of matching ddm fields
-
findByS_I
Returns the ddm field where storageId = ? and instanceId = ? or throws aNoSuchFieldExceptionif it could not be found.- Parameters:
storageId- the storage IDinstanceId- the instance ID- Returns:
- the matching ddm field
- Throws:
NoSuchFieldException- if a matching ddm field could not be foundNoSuchFieldException
-
fetchByS_I
Returns the ddm field where storageId = ? and instanceId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
storageId- the storage IDinstanceId- the instance ID- Returns:
- the matching ddm field, or
nullif a matching ddm field could not be found
-
fetchByS_I
Returns the ddm field where storageId = ? and instanceId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
storageId- the storage IDinstanceId- the instance IDuseFinderCache- whether to use the finder cache- Returns:
- the matching ddm field, or
nullif a matching ddm field could not be found
-
removeByS_I
Removes the ddm field where storageId = ? and instanceId = ? from the database.- Parameters:
storageId- the storage IDinstanceId- the instance ID- Returns:
- the ddm field that was removed
- Throws:
NoSuchFieldException
-
countByS_I
Returns the number of ddm fields where storageId = ? and instanceId = ?.- Parameters:
storageId- the storage IDinstanceId- the instance ID- Returns:
- the number of matching ddm fields
-
cacheResult
Caches the ddm field in the entity cache if it is enabled.- Parameters:
ddmField- the ddm field
-
cacheResult
Caches the ddm fields in the entity cache if it is enabled.- Parameters:
ddmFields- the ddm fields
-
create
Creates a new ddm field with the primary key. Does not add the ddm field to the database.- Parameters:
fieldId- the primary key for the new ddm field- Returns:
- the new ddm field
-
remove
Removes the ddm field with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
fieldId- the primary key of the ddm field- Returns:
- the ddm field that was removed
- Throws:
NoSuchFieldException- if a ddm field with the primary key could not be foundNoSuchFieldException
-
updateImpl
-
findByPrimaryKey
Returns the ddm field with the primary key or throws aNoSuchFieldExceptionif it could not be found.- Parameters:
fieldId- the primary key of the ddm field- Returns:
- the ddm field
- Throws:
NoSuchFieldException- if a ddm field with the primary key could not be foundNoSuchFieldException
-
fetchByPrimaryKey
Returns the ddm field with the primary key or returnsnullif it could not be found.- Parameters:
fieldId- the primary key of the ddm field- Returns:
- the ddm field, or
nullif a ddm field with the primary key could not be found
-
findAll
Returns all the ddm fields.- Returns:
- the ddm fields
-
findAll
Returns a range of all the ddm fields.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDDMFieldModelImpl.- Parameters:
start- the lower bound of the range of ddm fieldsend- the upper bound of the range of ddm fields (not inclusive)- Returns:
- the range of ddm fields
-
findAll
public static List<DDMField> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator) Returns an ordered range of all the ddm fields.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDDMFieldModelImpl.- Parameters:
start- the lower bound of the range of ddm fieldsend- the upper bound of the range of ddm fields (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of ddm fields
-
findAll
public static List<DDMField> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMField> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ddm fields.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDDMFieldModelImpl.- Parameters:
start- the lower bound of the range of ddm fieldsend- the upper bound of the range of ddm fields (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of ddm fields
-
removeAll
public static void removeAll()Removes all the ddm fields from the database. -
countAll
public static int countAll()Returns the number of ddm fields.- Returns:
- the number of ddm fields
-
getPersistence
-
setPersistence
-