com.liferay.portal.service.persistence
Class EmailAddressUtil
java.lang.Object
com.liferay.portal.service.persistence.EmailAddressUtil
public class EmailAddressUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
EmailAddressPersistence
,
EmailAddressPersistenceImpl
- Generated:
Method Summary |
static void |
cacheResult(EmailAddress emailAddress)
|
static void |
cacheResult(java.util.List<EmailAddress> emailAddresses)
|
static void |
clearCache()
|
static void |
clearCache(EmailAddress emailAddress)
|
static int |
countAll()
|
static int |
countByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
|
static int |
countByC_C_C(long companyId,
long classNameId,
long classPK)
|
static int |
countByC_C(long companyId,
long classNameId)
|
static int |
countByCompanyId(long companyId)
|
static int |
countByUserId(long userId)
|
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static EmailAddress |
create(long emailAddressId)
|
static EmailAddress |
fetchByPrimaryKey(long emailAddressId)
|
static java.util.List<EmailAddress> |
findAll()
|
static java.util.List<EmailAddress> |
findAll(int start,
int end)
|
static java.util.List<EmailAddress> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
static EmailAddress |
findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
|
static EmailAddress |
findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
|
static EmailAddress |
findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
|
static EmailAddress |
findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
|
static EmailAddress[] |
findByC_C_C_P_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
|
static java.util.List<EmailAddress> |
findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
|
static java.util.List<EmailAddress> |
findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end)
|
static java.util.List<EmailAddress> |
findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator orderByComparator)
|
static EmailAddress[] |
findByC_C_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
|
static java.util.List<EmailAddress> |
findByC_C_C(long companyId,
long classNameId,
long classPK)
|
static java.util.List<EmailAddress> |
findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
|
static java.util.List<EmailAddress> |
findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
static EmailAddress |
findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
|
static EmailAddress |
findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
|
static EmailAddress[] |
findByC_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
|
static java.util.List<EmailAddress> |
findByC_C(long companyId,
long classNameId)
|
static java.util.List<EmailAddress> |
findByC_C(long companyId,
long classNameId,
int start,
int end)
|
static java.util.List<EmailAddress> |
findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
|
static EmailAddress |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
|
static EmailAddress |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
|
static EmailAddress[] |
findByCompanyId_PrevAndNext(long emailAddressId,
long companyId,
OrderByComparator orderByComparator)
|
static java.util.List<EmailAddress> |
findByCompanyId(long companyId)
|
static java.util.List<EmailAddress> |
findByCompanyId(long companyId,
int start,
int end)
|
static java.util.List<EmailAddress> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
|
static EmailAddress |
findByPrimaryKey(long emailAddressId)
|
static EmailAddress |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
|
static EmailAddress |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
|
static EmailAddress[] |
findByUserId_PrevAndNext(long emailAddressId,
long userId,
OrderByComparator orderByComparator)
|
static java.util.List<EmailAddress> |
findByUserId(long userId)
|
static java.util.List<EmailAddress> |
findByUserId(long userId,
int start,
int end)
|
static java.util.List<EmailAddress> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
static java.util.List<EmailAddress> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static java.util.List<EmailAddress> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static EmailAddressPersistence |
getPersistence()
|
static EmailAddress |
remove(EmailAddress emailAddress)
|
static EmailAddress |
remove(long emailAddressId)
|
static void |
removeAll()
|
static void |
removeByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
|
static void |
removeByC_C_C(long companyId,
long classNameId,
long classPK)
|
static void |
removeByC_C(long companyId,
long classNameId)
|
static void |
removeByCompanyId(long companyId)
|
static void |
removeByUserId(long userId)
|
void |
setPersistence(EmailAddressPersistence persistence)
|
static EmailAddress |
update(EmailAddress emailAddress,
boolean merge)
|
static EmailAddress |
updateImpl(EmailAddress emailAddress,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmailAddressUtil
public EmailAddressUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
clearCache
public static void clearCache(EmailAddress emailAddress)
- See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(EmailAddress)
countWithDynamicQuery
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<EmailAddress> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<EmailAddress> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static EmailAddress remove(EmailAddress emailAddress)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static EmailAddress update(EmailAddress emailAddress,
boolean merge)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(EmailAddress emailAddress)
cacheResult
public static void cacheResult(java.util.List<EmailAddress> emailAddresses)
create
public static EmailAddress create(long emailAddressId)
remove
public static EmailAddress remove(long emailAddressId)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
updateImpl
public static EmailAddress updateImpl(EmailAddress emailAddress,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
public static EmailAddress findByPrimaryKey(long emailAddressId)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
fetchByPrimaryKey
public static EmailAddress fetchByPrimaryKey(long emailAddressId)
throws SystemException
- Throws:
SystemException
findByCompanyId
public static java.util.List<EmailAddress> findByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
findByCompanyId
public static java.util.List<EmailAddress> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByCompanyId
public static java.util.List<EmailAddress> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByCompanyId_First
public static EmailAddress findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
findByCompanyId_Last
public static EmailAddress findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
findByCompanyId_PrevAndNext
public static EmailAddress[] findByCompanyId_PrevAndNext(long emailAddressId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
findByUserId
public static java.util.List<EmailAddress> findByUserId(long userId)
throws SystemException
- Throws:
SystemException
findByUserId
public static java.util.List<EmailAddress> findByUserId(long userId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByUserId
public static java.util.List<EmailAddress> findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByUserId_First
public static EmailAddress findByUserId_First(long userId,
OrderByComparator orderByComparator)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
findByUserId_Last
public static EmailAddress findByUserId_Last(long userId,
OrderByComparator orderByComparator)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
findByUserId_PrevAndNext
public static EmailAddress[] findByUserId_PrevAndNext(long emailAddressId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
findByC_C
public static java.util.List<EmailAddress> findByC_C(long companyId,
long classNameId)
throws SystemException
- Throws:
SystemException
findByC_C
public static java.util.List<EmailAddress> findByC_C(long companyId,
long classNameId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByC_C
public static java.util.List<EmailAddress> findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByC_C_First
public static EmailAddress findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
findByC_C_Last
public static EmailAddress findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
findByC_C_PrevAndNext
public static EmailAddress[] findByC_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
findByC_C_C
public static java.util.List<EmailAddress> findByC_C_C(long companyId,
long classNameId,
long classPK)
throws SystemException
- Throws:
SystemException
findByC_C_C
public static java.util.List<EmailAddress> findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByC_C_C
public static java.util.List<EmailAddress> findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByC_C_C_First
public static EmailAddress findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
findByC_C_C_Last
public static EmailAddress findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
findByC_C_C_PrevAndNext
public static EmailAddress[] findByC_C_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
findByC_C_C_P
public static java.util.List<EmailAddress> findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
throws SystemException
- Throws:
SystemException
findByC_C_C_P
public static java.util.List<EmailAddress> findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByC_C_C_P
public static java.util.List<EmailAddress> findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByC_C_C_P_First
public static EmailAddress findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
findByC_C_C_P_Last
public static EmailAddress findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
findByC_C_C_P_PrevAndNext
public static EmailAddress[] findByC_C_C_P_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
throws NoSuchEmailAddressException,
SystemException
- Throws:
NoSuchEmailAddressException
SystemException
findAll
public static java.util.List<EmailAddress> findAll()
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<EmailAddress> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<EmailAddress> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByCompanyId
public static void removeByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
removeByUserId
public static void removeByUserId(long userId)
throws SystemException
- Throws:
SystemException
removeByC_C
public static void removeByC_C(long companyId,
long classNameId)
throws SystemException
- Throws:
SystemException
removeByC_C_C
public static void removeByC_C_C(long companyId,
long classNameId,
long classPK)
throws SystemException
- Throws:
SystemException
removeByC_C_C_P
public static void removeByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
throws SystemException
- Throws:
SystemException
removeAll
public static void removeAll()
throws SystemException
- Throws:
SystemException
countByCompanyId
public static int countByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
countByUserId
public static int countByUserId(long userId)
throws SystemException
- Throws:
SystemException
countByC_C
public static int countByC_C(long companyId,
long classNameId)
throws SystemException
- Throws:
SystemException
countByC_C_C
public static int countByC_C_C(long companyId,
long classNameId,
long classPK)
throws SystemException
- Throws:
SystemException
countByC_C_C_P
public static int countByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
throws SystemException
- Throws:
SystemException
countAll
public static int countAll()
throws SystemException
- Throws:
SystemException
getPersistence
public static EmailAddressPersistence getPersistence()
setPersistence
public void setPersistence(EmailAddressPersistence persistence)