com.liferay.portlet.social.service.persistence
Interface SocialEquityLogPersistence

All Superinterfaces:
BasePersistence<SocialEquityLog>

public interface SocialEquityLogPersistence
extends BasePersistence<SocialEquityLog>

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:
SocialEquityLogPersistenceImpl, SocialEquityLogUtil
Generated:

Method Summary
 void cacheResult(java.util.List<SocialEquityLog> socialEquityLogs)
           
 void cacheResult(SocialEquityLog socialEquityLog)
           
 int countAll()
           
 int countByAEI_T_A(long assetEntryId, int type, boolean active)
           
 int countByU_AEI_A_A(long userId, long assetEntryId, java.lang.String actionId, boolean active)
           
 SocialEquityLog create(long equityLogId)
           
 SocialEquityLog fetchByPrimaryKey(long equityLogId)
           
 java.util.List<SocialEquityLog> findAll()
           
 java.util.List<SocialEquityLog> findAll(int start, int end)
           
 java.util.List<SocialEquityLog> findAll(int start, int end, OrderByComparator orderByComparator)
           
 SocialEquityLog findByAEI_T_A_First(long assetEntryId, int type, boolean active, OrderByComparator orderByComparator)
           
 SocialEquityLog findByAEI_T_A_Last(long assetEntryId, int type, boolean active, OrderByComparator orderByComparator)
           
 SocialEquityLog[] findByAEI_T_A_PrevAndNext(long equityLogId, long assetEntryId, int type, boolean active, OrderByComparator orderByComparator)
           
 java.util.List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active)
           
 java.util.List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active, int start, int end)
           
 java.util.List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active, int start, int end, OrderByComparator orderByComparator)
           
 SocialEquityLog findByPrimaryKey(long equityLogId)
           
 SocialEquityLog findByU_AEI_A_A_First(long userId, long assetEntryId, java.lang.String actionId, boolean active, OrderByComparator orderByComparator)
           
 SocialEquityLog findByU_AEI_A_A_Last(long userId, long assetEntryId, java.lang.String actionId, boolean active, OrderByComparator orderByComparator)
           
 SocialEquityLog[] findByU_AEI_A_A_PrevAndNext(long equityLogId, long userId, long assetEntryId, java.lang.String actionId, boolean active, OrderByComparator orderByComparator)
           
 java.util.List<SocialEquityLog> findByU_AEI_A_A(long userId, long assetEntryId, java.lang.String actionId, boolean active)
           
 java.util.List<SocialEquityLog> findByU_AEI_A_A(long userId, long assetEntryId, java.lang.String actionId, boolean active, int start, int end)
           
 java.util.List<SocialEquityLog> findByU_AEI_A_A(long userId, long assetEntryId, java.lang.String actionId, boolean active, int start, int end, OrderByComparator orderByComparator)
           
 SocialEquityLog remove(long equityLogId)
           
 void removeAll()
           
 void removeByAEI_T_A(long assetEntryId, int type, boolean active)
           
 void removeByU_AEI_A_A(long userId, long assetEntryId, java.lang.String actionId, boolean active)
           
 SocialEquityLog updateImpl(SocialEquityLog socialEquityLog, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update
 

Method Detail

cacheResult

void cacheResult(SocialEquityLog socialEquityLog)

cacheResult

void cacheResult(java.util.List<SocialEquityLog> socialEquityLogs)

create

SocialEquityLog create(long equityLogId)

remove

SocialEquityLog remove(long equityLogId)
                       throws SystemException,
                              NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

updateImpl

SocialEquityLog updateImpl(SocialEquityLog socialEquityLog,
                           boolean merge)
                           throws SystemException
Throws:
SystemException

findByPrimaryKey

SocialEquityLog findByPrimaryKey(long equityLogId)
                                 throws SystemException,
                                        NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

fetchByPrimaryKey

SocialEquityLog fetchByPrimaryKey(long equityLogId)
                                  throws SystemException
Throws:
SystemException

findByAEI_T_A

java.util.List<SocialEquityLog> findByAEI_T_A(long assetEntryId,
                                              int type,
                                              boolean active)
                                              throws SystemException
Throws:
SystemException

findByAEI_T_A

java.util.List<SocialEquityLog> findByAEI_T_A(long assetEntryId,
                                              int type,
                                              boolean active,
                                              int start,
                                              int end)
                                              throws SystemException
Throws:
SystemException

findByAEI_T_A

java.util.List<SocialEquityLog> findByAEI_T_A(long assetEntryId,
                                              int type,
                                              boolean active,
                                              int start,
                                              int end,
                                              OrderByComparator orderByComparator)
                                              throws SystemException
Throws:
SystemException

findByAEI_T_A_First

SocialEquityLog findByAEI_T_A_First(long assetEntryId,
                                    int type,
                                    boolean active,
                                    OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

findByAEI_T_A_Last

SocialEquityLog findByAEI_T_A_Last(long assetEntryId,
                                   int type,
                                   boolean active,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

findByAEI_T_A_PrevAndNext

SocialEquityLog[] findByAEI_T_A_PrevAndNext(long equityLogId,
                                            long assetEntryId,
                                            int type,
                                            boolean active,
                                            OrderByComparator orderByComparator)
                                            throws SystemException,
                                                   NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

findByU_AEI_A_A

java.util.List<SocialEquityLog> findByU_AEI_A_A(long userId,
                                                long assetEntryId,
                                                java.lang.String actionId,
                                                boolean active)
                                                throws SystemException
Throws:
SystemException

findByU_AEI_A_A

java.util.List<SocialEquityLog> findByU_AEI_A_A(long userId,
                                                long assetEntryId,
                                                java.lang.String actionId,
                                                boolean active,
                                                int start,
                                                int end)
                                                throws SystemException
Throws:
SystemException

findByU_AEI_A_A

java.util.List<SocialEquityLog> findByU_AEI_A_A(long userId,
                                                long assetEntryId,
                                                java.lang.String actionId,
                                                boolean active,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                                throws SystemException
Throws:
SystemException

findByU_AEI_A_A_First

SocialEquityLog findByU_AEI_A_A_First(long userId,
                                      long assetEntryId,
                                      java.lang.String actionId,
                                      boolean active,
                                      OrderByComparator orderByComparator)
                                      throws SystemException,
                                             NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

findByU_AEI_A_A_Last

SocialEquityLog findByU_AEI_A_A_Last(long userId,
                                     long assetEntryId,
                                     java.lang.String actionId,
                                     boolean active,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

findByU_AEI_A_A_PrevAndNext

SocialEquityLog[] findByU_AEI_A_A_PrevAndNext(long equityLogId,
                                              long userId,
                                              long assetEntryId,
                                              java.lang.String actionId,
                                              boolean active,
                                              OrderByComparator orderByComparator)
                                              throws SystemException,
                                                     NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

findAll

java.util.List<SocialEquityLog> findAll()
                                        throws SystemException
Throws:
SystemException

findAll

java.util.List<SocialEquityLog> findAll(int start,
                                        int end)
                                        throws SystemException
Throws:
SystemException

findAll

java.util.List<SocialEquityLog> findAll(int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                        throws SystemException
Throws:
SystemException

removeByAEI_T_A

void removeByAEI_T_A(long assetEntryId,
                     int type,
                     boolean active)
                     throws SystemException
Throws:
SystemException

removeByU_AEI_A_A

void removeByU_AEI_A_A(long userId,
                       long assetEntryId,
                       java.lang.String actionId,
                       boolean active)
                       throws SystemException
Throws:
SystemException

removeAll

void removeAll()
               throws SystemException
Throws:
SystemException

countByAEI_T_A

int countByAEI_T_A(long assetEntryId,
                   int type,
                   boolean active)
                   throws SystemException
Throws:
SystemException

countByU_AEI_A_A

int countByU_AEI_A_A(long userId,
                     long assetEntryId,
                     java.lang.String actionId,
                     boolean active)
                     throws SystemException
Throws:
SystemException

countAll

int countAll()
             throws SystemException
Throws:
SystemException