|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AddressPersistence
The persistence interface for the address service.
Caching information and settings can be found in portal.properties
AddressPersistenceImpl
,
AddressUtil
Method Summary | |
---|---|
void |
cacheResult(Address address)
Caches the address in the entity cache if it is enabled. |
void |
cacheResult(List<Address> addresses)
Caches the addresses in the entity cache if it is enabled. |
int |
countAll()
Returns the number of addresses. |
int |
countByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing)
Returns the number of addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
int |
countByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns the number of addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
int |
countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of addresses where companyId = ? and classNameId = ? and classPK = ?. |
int |
countByC_C(long companyId,
long classNameId)
Returns the number of addresses where companyId = ? and classNameId = ?. |
int |
countByCompanyId(long companyId)
Returns the number of addresses where companyId = ?. |
int |
countByUserId(long userId)
Returns the number of addresses where userId = ?. |
Address |
create(long addressId)
Creates a new address with the primary key. |
Address |
fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Address |
fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Address |
fetchByC_C_C_M_First(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
Address |
fetchByC_C_C_M_Last(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
Address |
fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Address |
fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Address |
fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?. |
Address |
fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?. |
Address |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ?. |
Address |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ?. |
Address |
fetchByPrimaryKey(long addressId)
Returns the address with the primary key or returns null if it could not be found. |
Address |
fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where userId = ?. |
Address |
fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where userId = ?. |
List<Address> |
findAll()
Returns all the addresses. |
List<Address> |
findAll(int start,
int end)
Returns a range of all the addresses. |
List<Address> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses. |
Address |
findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Address |
findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Address |
findByC_C_C_M_First(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
Address |
findByC_C_C_M_Last(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
Address[] |
findByC_C_C_M_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
List<Address> |
findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing)
Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
List<Address> |
findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
List<Address> |
findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
Address |
findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Address |
findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Address[] |
findByC_C_C_P_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<Address> |
findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<Address> |
findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<Address> |
findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Address[] |
findByC_C_C_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
List<Address> |
findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
List<Address> |
findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
List<Address> |
findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
Address |
findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?. |
Address |
findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?. |
Address[] |
findByC_C_PrevAndNext(long addressId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?. |
List<Address> |
findByC_C(long companyId,
long classNameId)
Returns all the addresses where companyId = ? and classNameId = ?. |
List<Address> |
findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ?. |
List<Address> |
findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ?. |
Address |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ?. |
Address |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ?. |
Address[] |
findByCompanyId_PrevAndNext(long addressId,
long companyId,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ?. |
List<Address> |
findByCompanyId(long companyId)
Returns all the addresses where companyId = ?. |
List<Address> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the addresses where companyId = ?. |
List<Address> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where companyId = ?. |
Address |
findByPrimaryKey(long addressId)
Returns the address with the primary key or throws a NoSuchAddressException if it could not be found. |
Address |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where userId = ?. |
Address |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where userId = ?. |
Address[] |
findByUserId_PrevAndNext(long addressId,
long userId,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where userId = ?. |
List<Address> |
findByUserId(long userId)
Returns all the addresses where userId = ?. |
List<Address> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the addresses where userId = ?. |
List<Address> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where userId = ?. |
Address |
remove(long addressId)
Removes the address with the primary key from the database. |
void |
removeAll()
Removes all the addresses from the database. |
void |
removeByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing)
Removes all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ? from the database. |
void |
removeByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Removes all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ? from the database. |
void |
removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes all the addresses where companyId = ? and classNameId = ? and classPK = ? from the database. |
void |
removeByC_C(long companyId,
long classNameId)
Removes all the addresses where companyId = ? and classNameId = ? from the database. |
void |
removeByCompanyId(long companyId)
Removes all the addresses where companyId = ? from the database. |
void |
removeByUserId(long userId)
Removes all the addresses where userId = ? from the database. |
Address |
updateImpl(Address address,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
Method Detail |
---|
void cacheResult(Address address)
address
- the addressvoid cacheResult(List<Address> addresses)
addresses
- the addressesAddress create(long addressId)
addressId
- the primary key for the new address
Address remove(long addressId) throws NoSuchAddressException, SystemException
addressId
- the primary key of the address
NoSuchAddressException
- if a address with the primary key could not be found
SystemException
- if a system exception occurredAddress updateImpl(Address address, boolean merge) throws SystemException
SystemException
Address findByPrimaryKey(long addressId) throws NoSuchAddressException, SystemException
NoSuchAddressException
if it could not be found.
addressId
- the primary key of the address
NoSuchAddressException
- if a address with the primary key could not be found
SystemException
- if a system exception occurredAddress fetchByPrimaryKey(long addressId) throws SystemException
null
if it could not be found.
addressId
- the primary key of the address
null
if a address with the primary key could not be found
SystemException
- if a system exception occurredList<Address> findByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredList<Address> findByCompanyId(long companyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)
SystemException
- if a system exception occurredList<Address> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAddress findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a matching address could not be found
SystemException
- if a system exception occurredAddress fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching address could not be found
SystemException
- if a system exception occurredAddress findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a matching address could not be found
SystemException
- if a system exception occurredAddress fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching address could not be found
SystemException
- if a system exception occurredAddress[] findByCompanyId_PrevAndNext(long addressId, long companyId, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
addressId
- the primary key of the current addresscompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a address with the primary key could not be found
SystemException
- if a system exception occurredList<Address> findByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredList<Address> findByUserId(long userId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
userId
- the user IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)
SystemException
- if a system exception occurredList<Address> findByUserId(long userId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
userId
- the user IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAddress findByUserId_First(long userId, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a matching address could not be found
SystemException
- if a system exception occurredAddress fetchByUserId_First(long userId, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching address could not be found
SystemException
- if a system exception occurredAddress findByUserId_Last(long userId, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a matching address could not be found
SystemException
- if a system exception occurredAddress fetchByUserId_Last(long userId, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching address could not be found
SystemException
- if a system exception occurredAddress[] findByUserId_PrevAndNext(long addressId, long userId, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
addressId
- the primary key of the current addressuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a address with the primary key could not be found
SystemException
- if a system exception occurredList<Address> findByC_C(long companyId, long classNameId) throws SystemException
companyId
- the company IDclassNameId
- the class name ID
SystemException
- if a system exception occurredList<Address> findByC_C(long companyId, long classNameId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDclassNameId
- the class name IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)
SystemException
- if a system exception occurredList<Address> findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDclassNameId
- the class name IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAddress findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a matching address could not be found
SystemException
- if a system exception occurredAddress fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching address could not be found
SystemException
- if a system exception occurredAddress findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a matching address could not be found
SystemException
- if a system exception occurredAddress fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching address could not be found
SystemException
- if a system exception occurredAddress[] findByC_C_PrevAndNext(long addressId, long companyId, long classNameId, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
addressId
- the primary key of the current addresscompanyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a address with the primary key could not be found
SystemException
- if a system exception occurredList<Address> findByC_C_C(long companyId, long classNameId, long classPK) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredList<Address> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)
SystemException
- if a system exception occurredList<Address> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAddress findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a matching address could not be found
SystemException
- if a system exception occurredAddress fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching address could not be found
SystemException
- if a system exception occurredAddress findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a matching address could not be found
SystemException
- if a system exception occurredAddress fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching address could not be found
SystemException
- if a system exception occurredAddress[] findByC_C_C_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
addressId
- the primary key of the current addresscompanyId
- the company IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a address with the primary key could not be found
SystemException
- if a system exception occurredList<Address> findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kmailing
- the mailing
SystemException
- if a system exception occurredList<Address> findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kmailing
- the mailingstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)
SystemException
- if a system exception occurredList<Address> findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kmailing
- the mailingstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAddress findByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kmailing
- the mailingorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a matching address could not be found
SystemException
- if a system exception occurredAddress fetchByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kmailing
- the mailingorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching address could not be found
SystemException
- if a system exception occurredAddress findByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kmailing
- the mailingorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a matching address could not be found
SystemException
- if a system exception occurredAddress fetchByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kmailing
- the mailingorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching address could not be found
SystemException
- if a system exception occurredAddress[] findByC_C_C_M_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
addressId
- the primary key of the current addresscompanyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kmailing
- the mailingorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a address with the primary key could not be found
SystemException
- if a system exception occurredList<Address> findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kprimary
- the primary
SystemException
- if a system exception occurredList<Address> findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kprimary
- the primarystart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)
SystemException
- if a system exception occurredList<Address> findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kprimary
- the primarystart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAddress findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kprimary
- the primaryorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a matching address could not be found
SystemException
- if a system exception occurredAddress fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kprimary
- the primaryorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching address could not be found
SystemException
- if a system exception occurredAddress findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kprimary
- the primaryorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a matching address could not be found
SystemException
- if a system exception occurredAddress fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kprimary
- the primaryorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching address could not be found
SystemException
- if a system exception occurredAddress[] findByC_C_C_P_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator) throws NoSuchAddressException, SystemException
addressId
- the primary key of the current addresscompanyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kprimary
- the primaryorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchAddressException
- if a address with the primary key could not be found
SystemException
- if a system exception occurredList<Address> findAll() throws SystemException
SystemException
- if a system exception occurredList<Address> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)
SystemException
- if a system exception occurredList<Address> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredvoid removeByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredvoid removeByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredvoid removeByC_C(long companyId, long classNameId) throws SystemException
companyId
- the company IDclassNameId
- the class name ID
SystemException
- if a system exception occurredvoid removeByC_C_C(long companyId, long classNameId, long classPK) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredvoid removeByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kmailing
- the mailing
SystemException
- if a system exception occurredvoid removeByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kprimary
- the primary
SystemException
- if a system exception occurredvoid removeAll() throws SystemException
SystemException
- if a system exception occurredint countByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredint countByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredint countByC_C(long companyId, long classNameId) throws SystemException
companyId
- the company IDclassNameId
- the class name ID
SystemException
- if a system exception occurredint countByC_C_C(long companyId, long classNameId, long classPK) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredint countByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kmailing
- the mailing
SystemException
- if a system exception occurredint countByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kprimary
- the primary
SystemException
- if a system exception occurredint countAll() throws SystemException
SystemException
- if a system exception occurred
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |