@ -111,6 +111,414 @@ public class PraticaAttenzionataUtil {
return getPersistence ( ) . update ( praticaAttenzionata , serviceContext ) ;
}
/ * *
* Returns all the pratica attenzionatas where uuid = & # 63 ; .
*
* @param uuid the uuid
* @return the matching pratica attenzionatas
* @throws SystemException if a system exception occurred
* /
public static java . util . List < it . tref . liferay . portos . bo . model . PraticaAttenzionata > findByUuid (
java . lang . String uuid )
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( ) . findByUuid ( uuid ) ;
}
/ * *
* Returns a range of all the pratica attenzionatas where uuid = & # 63 ; .
*
* < p >
* Useful when paginating results . Returns a maximum of < code > end - start < / code > instances . < code > start < / code > and < code > end < / code > are not primary keys , they are indexes in the result set . Thus , < code > 0 < / code > refers to the first result in the set . Setting both < code > start < / code > and < code > end < / code > to { @link com . liferay . portal . kernel . dao . orm . QueryUtil # ALL_POS } will return the full result set . If < code > orderByComparator < / code > is specified , then the query will include the given ORDER BY logic . If < code > orderByComparator < / code > is absent and pagination is required ( < code > start < / code > and < code > end < / code > are not { @link com . liferay . portal . kernel . dao . orm . QueryUtil # ALL_POS } ) , then the query will include the default ORDER BY logic from { @link it . tref . liferay . portos . bo . model . impl . PraticaAttenzionataModelImpl } . If both < code > orderByComparator < / code > and pagination are absent , for performance reasons , the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order .
* < / p >
*
* @param uuid the uuid
* @param start the lower bound of the range of pratica attenzionatas
* @param end the upper bound of the range of pratica attenzionatas ( not inclusive )
* @return the range of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
* /
public static java . util . List < it . tref . liferay . portos . bo . model . PraticaAttenzionata > findByUuid (
java . lang . String uuid , int start , int end )
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( ) . findByUuid ( uuid , start , end ) ;
}
/ * *
* Returns an ordered range of all the pratica attenzionatas where uuid = & # 63 ; .
*
* < p >
* Useful when paginating results . Returns a maximum of < code > end - start < / code > instances . < code > start < / code > and < code > end < / code > are not primary keys , they are indexes in the result set . Thus , < code > 0 < / code > refers to the first result in the set . Setting both < code > start < / code > and < code > end < / code > to { @link com . liferay . portal . kernel . dao . orm . QueryUtil # ALL_POS } will return the full result set . If < code > orderByComparator < / code > is specified , then the query will include the given ORDER BY logic . If < code > orderByComparator < / code > is absent and pagination is required ( < code > start < / code > and < code > end < / code > are not { @link com . liferay . portal . kernel . dao . orm . QueryUtil # ALL_POS } ) , then the query will include the default ORDER BY logic from { @link it . tref . liferay . portos . bo . model . impl . PraticaAttenzionataModelImpl } . If both < code > orderByComparator < / code > and pagination are absent , for performance reasons , the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order .
* < / p >
*
* @param uuid the uuid
* @param start the lower bound of the range of pratica attenzionatas
* @param end the upper bound of the range of pratica attenzionatas ( not inclusive )
* @param orderByComparator the comparator to order the results by ( optionally < code > null < / code > )
* @return the ordered range of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
* /
public static java . util . List < it . tref . liferay . portos . bo . model . PraticaAttenzionata > findByUuid (
java . lang . String uuid , int start , int end ,
com . liferay . portal . kernel . util . OrderByComparator orderByComparator )
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( ) . findByUuid ( uuid , start , end , orderByComparator ) ;
}
/ * *
* Returns the first pratica attenzionata in the ordered set where uuid = & # 63 ; .
*
* @param uuid the uuid
* @param orderByComparator the comparator to order the set by ( optionally < code > null < / code > )
* @return the first matching pratica attenzionata
* @throws it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
* /
public static it . tref . liferay . portos . bo . model . PraticaAttenzionata findByUuid_First (
java . lang . String uuid ,
com . liferay . portal . kernel . util . OrderByComparator orderByComparator )
throws com . liferay . portal . kernel . exception . SystemException ,
it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException {
return getPersistence ( ) . findByUuid_First ( uuid , orderByComparator ) ;
}
/ * *
* Returns the first pratica attenzionata in the ordered set where uuid = & # 63 ; .
*
* @param uuid the uuid
* @param orderByComparator the comparator to order the set by ( optionally < code > null < / code > )
* @return the first matching pratica attenzionata , or < code > null < / code > if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
* /
public static it . tref . liferay . portos . bo . model . PraticaAttenzionata fetchByUuid_First (
java . lang . String uuid ,
com . liferay . portal . kernel . util . OrderByComparator orderByComparator )
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( ) . fetchByUuid_First ( uuid , orderByComparator ) ;
}
/ * *
* Returns the last pratica attenzionata in the ordered set where uuid = & # 63 ; .
*
* @param uuid the uuid
* @param orderByComparator the comparator to order the set by ( optionally < code > null < / code > )
* @return the last matching pratica attenzionata
* @throws it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
* /
public static it . tref . liferay . portos . bo . model . PraticaAttenzionata findByUuid_Last (
java . lang . String uuid ,
com . liferay . portal . kernel . util . OrderByComparator orderByComparator )
throws com . liferay . portal . kernel . exception . SystemException ,
it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException {
return getPersistence ( ) . findByUuid_Last ( uuid , orderByComparator ) ;
}
/ * *
* Returns the last pratica attenzionata in the ordered set where uuid = & # 63 ; .
*
* @param uuid the uuid
* @param orderByComparator the comparator to order the set by ( optionally < code > null < / code > )
* @return the last matching pratica attenzionata , or < code > null < / code > if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
* /
public static it . tref . liferay . portos . bo . model . PraticaAttenzionata fetchByUuid_Last (
java . lang . String uuid ,
com . liferay . portal . kernel . util . OrderByComparator orderByComparator )
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( ) . fetchByUuid_Last ( uuid , orderByComparator ) ;
}
/ * *
* Returns the pratica attenzionatas before and after the current pratica attenzionata in the ordered set where uuid = & # 63 ; .
*
* @param praticaAttenzionataId the primary key of the current pratica attenzionata
* @param uuid the uuid
* @param orderByComparator the comparator to order the set by ( optionally < code > null < / code > )
* @return the previous , current , and next pratica attenzionata
* @throws it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
* @throws SystemException if a system exception occurred
* /
public static it . tref . liferay . portos . bo . model . PraticaAttenzionata [ ] findByUuid_PrevAndNext (
long praticaAttenzionataId , java . lang . String uuid ,
com . liferay . portal . kernel . util . OrderByComparator orderByComparator )
throws com . liferay . portal . kernel . exception . SystemException ,
it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException {
return getPersistence ( )
. findByUuid_PrevAndNext ( praticaAttenzionataId , uuid ,
orderByComparator ) ;
}
/ * *
* Removes all the pratica attenzionatas where uuid = & # 63 ; from the database .
*
* @param uuid the uuid
* @throws SystemException if a system exception occurred
* /
public static void removeByUuid ( java . lang . String uuid )
throws com . liferay . portal . kernel . exception . SystemException {
getPersistence ( ) . removeByUuid ( uuid ) ;
}
/ * *
* Returns the number of pratica attenzionatas where uuid = & # 63 ; .
*
* @param uuid the uuid
* @return the number of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
* /
public static int countByUuid ( java . lang . String uuid )
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( ) . countByUuid ( uuid ) ;
}
/ * *
* Returns the pratica attenzionata where uuid = & # 63 ; and groupId = & # 63 ; or throws a { @link it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException } if it could not be found .
*
* @param uuid the uuid
* @param groupId the group ID
* @return the matching pratica attenzionata
* @throws it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
* /
public static it . tref . liferay . portos . bo . model . PraticaAttenzionata findByUUID_G (
java . lang . String uuid , long groupId )
throws com . liferay . portal . kernel . exception . SystemException ,
it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException {
return getPersistence ( ) . findByUUID_G ( uuid , groupId ) ;
}
/ * *
* Returns the pratica attenzionata where uuid = & # 63 ; and groupId = & # 63 ; or returns < code > null < / code > if it could not be found . Uses the finder cache .
*
* @param uuid the uuid
* @param groupId the group ID
* @return the matching pratica attenzionata , or < code > null < / code > if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
* /
public static it . tref . liferay . portos . bo . model . PraticaAttenzionata fetchByUUID_G (
java . lang . String uuid , long groupId )
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( ) . fetchByUUID_G ( uuid , groupId ) ;
}
/ * *
* Returns the pratica attenzionata where uuid = & # 63 ; and groupId = & # 63 ; or returns < code > null < / code > if it could not be found , optionally using the finder cache .
*
* @param uuid the uuid
* @param groupId the group ID
* @param retrieveFromCache whether to use the finder cache
* @return the matching pratica attenzionata , or < code > null < / code > if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
* /
public static it . tref . liferay . portos . bo . model . PraticaAttenzionata fetchByUUID_G (
java . lang . String uuid , long groupId , boolean retrieveFromCache )
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( ) . fetchByUUID_G ( uuid , groupId , retrieveFromCache ) ;
}
/ * *
* Removes the pratica attenzionata where uuid = & # 63 ; and groupId = & # 63 ; from the database .
*
* @param uuid the uuid
* @param groupId the group ID
* @return the pratica attenzionata that was removed
* @throws SystemException if a system exception occurred
* /
public static it . tref . liferay . portos . bo . model . PraticaAttenzionata removeByUUID_G (
java . lang . String uuid , long groupId )
throws com . liferay . portal . kernel . exception . SystemException ,
it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException {
return getPersistence ( ) . removeByUUID_G ( uuid , groupId ) ;
}
/ * *
* Returns the number of pratica attenzionatas where uuid = & # 63 ; and groupId = & # 63 ; .
*
* @param uuid the uuid
* @param groupId the group ID
* @return the number of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
* /
public static int countByUUID_G ( java . lang . String uuid , long groupId )
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( ) . countByUUID_G ( uuid , groupId ) ;
}
/ * *
* Returns all the pratica attenzionatas where uuid = & # 63 ; and companyId = & # 63 ; .
*
* @param uuid the uuid
* @param companyId the company ID
* @return the matching pratica attenzionatas
* @throws SystemException if a system exception occurred
* /
public static java . util . List < it . tref . liferay . portos . bo . model . PraticaAttenzionata > findByUuid_C (
java . lang . String uuid , long companyId )
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( ) . findByUuid_C ( uuid , companyId ) ;
}
/ * *
* Returns a range of all the pratica attenzionatas where uuid = & # 63 ; and companyId = & # 63 ; .
*
* < p >
* Useful when paginating results . Returns a maximum of < code > end - start < / code > instances . < code > start < / code > and < code > end < / code > are not primary keys , they are indexes in the result set . Thus , < code > 0 < / code > refers to the first result in the set . Setting both < code > start < / code > and < code > end < / code > to { @link com . liferay . portal . kernel . dao . orm . QueryUtil # ALL_POS } will return the full result set . If < code > orderByComparator < / code > is specified , then the query will include the given ORDER BY logic . If < code > orderByComparator < / code > is absent and pagination is required ( < code > start < / code > and < code > end < / code > are not { @link com . liferay . portal . kernel . dao . orm . QueryUtil # ALL_POS } ) , then the query will include the default ORDER BY logic from { @link it . tref . liferay . portos . bo . model . impl . PraticaAttenzionataModelImpl } . If both < code > orderByComparator < / code > and pagination are absent , for performance reasons , the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order .
* < / p >
*
* @param uuid the uuid
* @param companyId the company ID
* @param start the lower bound of the range of pratica attenzionatas
* @param end the upper bound of the range of pratica attenzionatas ( not inclusive )
* @return the range of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
* /
public static java . util . List < it . tref . liferay . portos . bo . model . PraticaAttenzionata > findByUuid_C (
java . lang . String uuid , long companyId , int start , int end )
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( ) . findByUuid_C ( uuid , companyId , start , end ) ;
}
/ * *
* Returns an ordered range of all the pratica attenzionatas where uuid = & # 63 ; and companyId = & # 63 ; .
*
* < p >
* Useful when paginating results . Returns a maximum of < code > end - start < / code > instances . < code > start < / code > and < code > end < / code > are not primary keys , they are indexes in the result set . Thus , < code > 0 < / code > refers to the first result in the set . Setting both < code > start < / code > and < code > end < / code > to { @link com . liferay . portal . kernel . dao . orm . QueryUtil # ALL_POS } will return the full result set . If < code > orderByComparator < / code > is specified , then the query will include the given ORDER BY logic . If < code > orderByComparator < / code > is absent and pagination is required ( < code > start < / code > and < code > end < / code > are not { @link com . liferay . portal . kernel . dao . orm . QueryUtil # ALL_POS } ) , then the query will include the default ORDER BY logic from { @link it . tref . liferay . portos . bo . model . impl . PraticaAttenzionataModelImpl } . If both < code > orderByComparator < / code > and pagination are absent , for performance reasons , the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order .
* < / p >
*
* @param uuid the uuid
* @param companyId the company ID
* @param start the lower bound of the range of pratica attenzionatas
* @param end the upper bound of the range of pratica attenzionatas ( not inclusive )
* @param orderByComparator the comparator to order the results by ( optionally < code > null < / code > )
* @return the ordered range of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
* /
public static java . util . List < it . tref . liferay . portos . bo . model . PraticaAttenzionata > findByUuid_C (
java . lang . String uuid , long companyId , int start , int end ,
com . liferay . portal . kernel . util . OrderByComparator orderByComparator )
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( )
. findByUuid_C ( uuid , companyId , start , end , orderByComparator ) ;
}
/ * *
* Returns the first pratica attenzionata in the ordered set where uuid = & # 63 ; and companyId = & # 63 ; .
*
* @param uuid the uuid
* @param companyId the company ID
* @param orderByComparator the comparator to order the set by ( optionally < code > null < / code > )
* @return the first matching pratica attenzionata
* @throws it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
* /
public static it . tref . liferay . portos . bo . model . PraticaAttenzionata findByUuid_C_First (
java . lang . String uuid , long companyId ,
com . liferay . portal . kernel . util . OrderByComparator orderByComparator )
throws com . liferay . portal . kernel . exception . SystemException ,
it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException {
return getPersistence ( )
. findByUuid_C_First ( uuid , companyId , orderByComparator ) ;
}
/ * *
* Returns the first pratica attenzionata in the ordered set where uuid = & # 63 ; and companyId = & # 63 ; .
*
* @param uuid the uuid
* @param companyId the company ID
* @param orderByComparator the comparator to order the set by ( optionally < code > null < / code > )
* @return the first matching pratica attenzionata , or < code > null < / code > if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
* /
public static it . tref . liferay . portos . bo . model . PraticaAttenzionata fetchByUuid_C_First (
java . lang . String uuid , long companyId ,
com . liferay . portal . kernel . util . OrderByComparator orderByComparator )
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( )
. fetchByUuid_C_First ( uuid , companyId , orderByComparator ) ;
}
/ * *
* Returns the last pratica attenzionata in the ordered set where uuid = & # 63 ; and companyId = & # 63 ; .
*
* @param uuid the uuid
* @param companyId the company ID
* @param orderByComparator the comparator to order the set by ( optionally < code > null < / code > )
* @return the last matching pratica attenzionata
* @throws it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
* /
public static it . tref . liferay . portos . bo . model . PraticaAttenzionata findByUuid_C_Last (
java . lang . String uuid , long companyId ,
com . liferay . portal . kernel . util . OrderByComparator orderByComparator )
throws com . liferay . portal . kernel . exception . SystemException ,
it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException {
return getPersistence ( )
. findByUuid_C_Last ( uuid , companyId , orderByComparator ) ;
}
/ * *
* Returns the last pratica attenzionata in the ordered set where uuid = & # 63 ; and companyId = & # 63 ; .
*
* @param uuid the uuid
* @param companyId the company ID
* @param orderByComparator the comparator to order the set by ( optionally < code > null < / code > )
* @return the last matching pratica attenzionata , or < code > null < / code > if a matching pratica attenzionata could not be found
* @throws SystemException if a system exception occurred
* /
public static it . tref . liferay . portos . bo . model . PraticaAttenzionata fetchByUuid_C_Last (
java . lang . String uuid , long companyId ,
com . liferay . portal . kernel . util . OrderByComparator orderByComparator )
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( )
. fetchByUuid_C_Last ( uuid , companyId , orderByComparator ) ;
}
/ * *
* Returns the pratica attenzionatas before and after the current pratica attenzionata in the ordered set where uuid = & # 63 ; and companyId = & # 63 ; .
*
* @param praticaAttenzionataId the primary key of the current pratica attenzionata
* @param uuid the uuid
* @param companyId the company ID
* @param orderByComparator the comparator to order the set by ( optionally < code > null < / code > )
* @return the previous , current , and next pratica attenzionata
* @throws it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
* @throws SystemException if a system exception occurred
* /
public static it . tref . liferay . portos . bo . model . PraticaAttenzionata [ ] findByUuid_C_PrevAndNext (
long praticaAttenzionataId , java . lang . String uuid , long companyId ,
com . liferay . portal . kernel . util . OrderByComparator orderByComparator )
throws com . liferay . portal . kernel . exception . SystemException ,
it . tref . liferay . portos . bo . NoSuchPraticaAttenzionataException {
return getPersistence ( )
. findByUuid_C_PrevAndNext ( praticaAttenzionataId , uuid ,
companyId , orderByComparator ) ;
}
/ * *
* Removes all the pratica attenzionatas where uuid = & # 63 ; and companyId = & # 63 ; from the database .
*
* @param uuid the uuid
* @param companyId the company ID
* @throws SystemException if a system exception occurred
* /
public static void removeByUuid_C ( java . lang . String uuid , long companyId )
throws com . liferay . portal . kernel . exception . SystemException {
getPersistence ( ) . removeByUuid_C ( uuid , companyId ) ;
}
/ * *
* Returns the number of pratica attenzionatas where uuid = & # 63 ; and companyId = & # 63 ; .
*
* @param uuid the uuid
* @param companyId the company ID
* @return the number of matching pratica attenzionatas
* @throws SystemException if a system exception occurred
* /
public static int countByUuid_C ( java . lang . String uuid , long companyId )
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( ) . countByUuid_C ( uuid , companyId ) ;
}
/ * *
* Returns all the pratica attenzionatas where verificata = & # 63 ; .
*