|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubscriptionPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
SubscriptionPersistenceImpl
,
SubscriptionUtil
Method Summary | |
---|---|
void |
cacheResult(java.util.List<Subscription> subscriptions)
|
void |
cacheResult(Subscription subscription)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByC_C_C(long companyId,
long classNameId,
long classPK)
|
int |
countByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
|
int |
countByU_C(long userId,
long classNameId)
|
int |
countByUserId(long userId)
|
Subscription |
create(long subscriptionId)
|
Subscription |
fetchByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
|
Subscription |
fetchByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK,
boolean retrieveFromCache)
|
Subscription |
fetchByPrimaryKey(long subscriptionId)
|
java.util.List<Subscription> |
findAll()
|
java.util.List<Subscription> |
findAll(int start,
int end)
|
java.util.List<Subscription> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
Subscription |
findByC_C_C_First(long companyId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
Subscription |
findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
Subscription[] |
findByC_C_C_PrevAndNext(long subscriptionId,
long companyId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<Subscription> |
findByC_C_C(long companyId,
long classNameId,
long classPK)
|
java.util.List<Subscription> |
findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
|
java.util.List<Subscription> |
findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
Subscription |
findByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
|
Subscription |
findByPrimaryKey(long subscriptionId)
|
Subscription |
findByU_C_First(long userId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
Subscription |
findByU_C_Last(long userId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
Subscription[] |
findByU_C_PrevAndNext(long subscriptionId,
long userId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<Subscription> |
findByU_C(long userId,
long classNameId)
|
java.util.List<Subscription> |
findByU_C(long userId,
long classNameId,
int start,
int end)
|
java.util.List<Subscription> |
findByU_C(long userId,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
Subscription |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
Subscription |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
Subscription[] |
findByUserId_PrevAndNext(long subscriptionId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<Subscription> |
findByUserId(long userId)
|
java.util.List<Subscription> |
findByUserId(long userId,
int start,
int end)
|
java.util.List<Subscription> |
findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
Subscription |
remove(long subscriptionId)
|
Subscription |
remove(Subscription subscription)
|
void |
removeAll()
|
void |
removeByC_C_C(long companyId,
long classNameId,
long classPK)
|
void |
removeByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
|
void |
removeByU_C(long userId,
long classNameId)
|
void |
removeByUserId(long userId)
|
Subscription |
update(Subscription subscription)
Deprecated. Use update(Subscription, boolean merge) . |
Subscription |
update(Subscription subscription,
boolean merge)
Add, update, or merge, the entity. |
Subscription |
updateImpl(Subscription subscription,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(Subscription subscription)
void cacheResult(java.util.List<Subscription> subscriptions)
void clearCache()
clearCache
in interface BasePersistence
Subscription create(long subscriptionId)
Subscription remove(long subscriptionId) throws NoSuchSubscriptionException, com.liferay.portal.SystemException
NoSuchSubscriptionException
com.liferay.portal.SystemException
Subscription remove(Subscription subscription) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
Subscription update(Subscription subscription) throws com.liferay.portal.SystemException
update(Subscription, boolean merge)
.
com.liferay.portal.SystemException
Subscription update(Subscription subscription, boolean merge) throws com.liferay.portal.SystemException
subscription
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The default
value is false. Setting merge to true is more expensive and
should only be true when subscription is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
Subscription updateImpl(Subscription subscription, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
Subscription findByPrimaryKey(long subscriptionId) throws NoSuchSubscriptionException, com.liferay.portal.SystemException
NoSuchSubscriptionException
com.liferay.portal.SystemException
Subscription fetchByPrimaryKey(long subscriptionId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Subscription> findByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Subscription> findByUserId(long userId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Subscription> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
Subscription findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchSubscriptionException, com.liferay.portal.SystemException
NoSuchSubscriptionException
com.liferay.portal.SystemException
Subscription findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchSubscriptionException, com.liferay.portal.SystemException
NoSuchSubscriptionException
com.liferay.portal.SystemException
Subscription[] findByUserId_PrevAndNext(long subscriptionId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchSubscriptionException, com.liferay.portal.SystemException
NoSuchSubscriptionException
com.liferay.portal.SystemException
java.util.List<Subscription> findByU_C(long userId, long classNameId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Subscription> findByU_C(long userId, long classNameId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Subscription> findByU_C(long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
Subscription findByU_C_First(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchSubscriptionException, com.liferay.portal.SystemException
NoSuchSubscriptionException
com.liferay.portal.SystemException
Subscription findByU_C_Last(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchSubscriptionException, com.liferay.portal.SystemException
NoSuchSubscriptionException
com.liferay.portal.SystemException
Subscription[] findByU_C_PrevAndNext(long subscriptionId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchSubscriptionException, com.liferay.portal.SystemException
NoSuchSubscriptionException
com.liferay.portal.SystemException
java.util.List<Subscription> findByC_C_C(long companyId, long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Subscription> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Subscription> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
Subscription findByC_C_C_First(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchSubscriptionException, com.liferay.portal.SystemException
NoSuchSubscriptionException
com.liferay.portal.SystemException
Subscription findByC_C_C_Last(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchSubscriptionException, com.liferay.portal.SystemException
NoSuchSubscriptionException
com.liferay.portal.SystemException
Subscription[] findByC_C_C_PrevAndNext(long subscriptionId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchSubscriptionException, com.liferay.portal.SystemException
NoSuchSubscriptionException
com.liferay.portal.SystemException
Subscription findByC_U_C_C(long companyId, long userId, long classNameId, long classPK) throws NoSuchSubscriptionException, com.liferay.portal.SystemException
NoSuchSubscriptionException
com.liferay.portal.SystemException
Subscription fetchByC_U_C_C(long companyId, long userId, long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
Subscription fetchByC_U_C_C(long companyId, long userId, long classNameId, long classPK, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Subscription> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Subscription> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Subscription> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByU_C(long userId, long classNameId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_C_C(long companyId, long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_U_C_C(long companyId, long userId, long classNameId, long classPK) throws NoSuchSubscriptionException, com.liferay.portal.SystemException
NoSuchSubscriptionException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByU_C(long userId, long classNameId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_C_C(long companyId, long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_U_C_C(long companyId, long userId, long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |