Liferay 6.0.3

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

All Superinterfaces:
BasePersistence<SocialEquityLog>
All Known Implementing Classes:
SocialEquityLogPersistenceImpl

public interface SocialEquityLogPersistence
extends BasePersistence<SocialEquityLog>

See Also:
SocialEquityLogPersistenceImpl, SocialEquityLogUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 void cacheResult(List<SocialEquityLog> socialEquityLogs)
           
 void cacheResult(SocialEquityLog socialEquityLog)
           
 int countAll()
           
 int countByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type)
           
 int countByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type)
           
 int countByAEI_T_A(long assetEntryId, int type, boolean active)
           
 int countByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type)
           
 int countByU_AID_A_T(long userId, String actionId, boolean active, int type)
           
 int countByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type)
           
 SocialEquityLog create(long equityLogId)
           
 SocialEquityLog fetchByPrimaryKey(long equityLogId)
           
 SocialEquityLog fetchByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type)
           
 SocialEquityLog fetchByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type, boolean retrieveFromCache)
           
 List<SocialEquityLog> findAll()
           
 List<SocialEquityLog> findAll(int start, int end)
           
 List<SocialEquityLog> findAll(int start, int end, OrderByComparator orderByComparator)
           
 SocialEquityLog findByAEI_AID_A_T_First(long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog findByAEI_AID_A_T_Last(long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog[] findByAEI_AID_A_T_PrevAndNext(long equityLogId, long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
           
 List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type)
           
 List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type, int start, int end)
           
 List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type, int start, int end, OrderByComparator orderByComparator)
           
 SocialEquityLog findByAEI_AID_AD_A_T_First(long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog findByAEI_AID_AD_A_T_Last(long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog[] findByAEI_AID_AD_A_T_PrevAndNext(long equityLogId, long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
           
 List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type)
           
 List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type, int start, int end)
           
 List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type, 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)
           
 List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active)
           
 List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active, int start, int end)
           
 List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active, int start, int end, OrderByComparator orderByComparator)
           
 SocialEquityLog findByPrimaryKey(long equityLogId)
           
 SocialEquityLog findByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type)
           
 SocialEquityLog findByU_AID_A_T_First(long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog findByU_AID_A_T_Last(long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog[] findByU_AID_A_T_PrevAndNext(long equityLogId, long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator)
           
 List<SocialEquityLog> findByU_AID_A_T(long userId, String actionId, boolean active, int type)
           
 List<SocialEquityLog> findByU_AID_A_T(long userId, String actionId, boolean active, int type, int start, int end)
           
 List<SocialEquityLog> findByU_AID_A_T(long userId, String actionId, boolean active, int type, int start, int end, OrderByComparator orderByComparator)
           
 SocialEquityLog findByU_AID_AD_A_T_First(long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog findByU_AID_AD_A_T_Last(long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
           
 SocialEquityLog[] findByU_AID_AD_A_T_PrevAndNext(long equityLogId, long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator)
           
 List<SocialEquityLog> findByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type)
           
 List<SocialEquityLog> findByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type, int start, int end)
           
 List<SocialEquityLog> findByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type, int start, int end, OrderByComparator orderByComparator)
           
 SocialEquityLog remove(long equityLogId)
           
 void removeAll()
           
 void removeByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type)
           
 void removeByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type)
           
 void removeByAEI_T_A(long assetEntryId, int type, boolean active)
           
 void removeByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type)
           
 void removeByU_AID_A_T(long userId, String actionId, boolean active, int type)
           
 void removeByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type)
           
 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, update
 

Method Detail

cacheResult

void cacheResult(SocialEquityLog socialEquityLog)

cacheResult

void cacheResult(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

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

findByAEI_T_A

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

findByAEI_T_A

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_AID_A_T

List<SocialEquityLog> findByU_AID_A_T(long userId,
                                      String actionId,
                                      boolean active,
                                      int type)
                                      throws SystemException
Throws:
SystemException

findByU_AID_A_T

List<SocialEquityLog> findByU_AID_A_T(long userId,
                                      String actionId,
                                      boolean active,
                                      int type,
                                      int start,
                                      int end)
                                      throws SystemException
Throws:
SystemException

findByU_AID_A_T

List<SocialEquityLog> findByU_AID_A_T(long userId,
                                      String actionId,
                                      boolean active,
                                      int type,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Throws:
SystemException

findByU_AID_A_T_First

SocialEquityLog findByU_AID_A_T_First(long userId,
                                      String actionId,
                                      boolean active,
                                      int type,
                                      OrderByComparator orderByComparator)
                                      throws SystemException,
                                             NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

findByU_AID_A_T_Last

SocialEquityLog findByU_AID_A_T_Last(long userId,
                                     String actionId,
                                     boolean active,
                                     int type,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

findByU_AID_A_T_PrevAndNext

SocialEquityLog[] findByU_AID_A_T_PrevAndNext(long equityLogId,
                                              long userId,
                                              String actionId,
                                              boolean active,
                                              int type,
                                              OrderByComparator orderByComparator)
                                              throws SystemException,
                                                     NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

findByAEI_AID_A_T

List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId,
                                        String actionId,
                                        boolean active,
                                        int type)
                                        throws SystemException
Throws:
SystemException

findByAEI_AID_A_T

List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId,
                                        String actionId,
                                        boolean active,
                                        int type,
                                        int start,
                                        int end)
                                        throws SystemException
Throws:
SystemException

findByAEI_AID_A_T

List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId,
                                        String actionId,
                                        boolean active,
                                        int type,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                        throws SystemException
Throws:
SystemException

findByAEI_AID_A_T_First

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

findByAEI_AID_A_T_Last

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

findByAEI_AID_A_T_PrevAndNext

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

findByU_AID_AD_A_T

List<SocialEquityLog> findByU_AID_AD_A_T(long userId,
                                         String actionId,
                                         int actionDate,
                                         boolean active,
                                         int type)
                                         throws SystemException
Throws:
SystemException

findByU_AID_AD_A_T

List<SocialEquityLog> findByU_AID_AD_A_T(long userId,
                                         String actionId,
                                         int actionDate,
                                         boolean active,
                                         int type,
                                         int start,
                                         int end)
                                         throws SystemException
Throws:
SystemException

findByU_AID_AD_A_T

List<SocialEquityLog> findByU_AID_AD_A_T(long userId,
                                         String actionId,
                                         int actionDate,
                                         boolean active,
                                         int type,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                         throws SystemException
Throws:
SystemException

findByU_AID_AD_A_T_First

SocialEquityLog findByU_AID_AD_A_T_First(long userId,
                                         String actionId,
                                         int actionDate,
                                         boolean active,
                                         int type,
                                         OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

findByU_AID_AD_A_T_Last

SocialEquityLog findByU_AID_AD_A_T_Last(long userId,
                                        String actionId,
                                        int actionDate,
                                        boolean active,
                                        int type,
                                        OrderByComparator orderByComparator)
                                        throws SystemException,
                                               NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

findByU_AID_AD_A_T_PrevAndNext

SocialEquityLog[] findByU_AID_AD_A_T_PrevAndNext(long equityLogId,
                                                 long userId,
                                                 String actionId,
                                                 int actionDate,
                                                 boolean active,
                                                 int type,
                                                 OrderByComparator orderByComparator)
                                                 throws SystemException,
                                                        NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

findByAEI_AID_AD_A_T

List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId,
                                           String actionId,
                                           int actionDate,
                                           boolean active,
                                           int type)
                                           throws SystemException
Throws:
SystemException

findByAEI_AID_AD_A_T

List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId,
                                           String actionId,
                                           int actionDate,
                                           boolean active,
                                           int type,
                                           int start,
                                           int end)
                                           throws SystemException
Throws:
SystemException

findByAEI_AID_AD_A_T

List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId,
                                           String actionId,
                                           int actionDate,
                                           boolean active,
                                           int type,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                           throws SystemException
Throws:
SystemException

findByAEI_AID_AD_A_T_First

SocialEquityLog findByAEI_AID_AD_A_T_First(long assetEntryId,
                                           String actionId,
                                           int actionDate,
                                           boolean active,
                                           int type,
                                           OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

findByAEI_AID_AD_A_T_Last

SocialEquityLog findByAEI_AID_AD_A_T_Last(long assetEntryId,
                                          String actionId,
                                          int actionDate,
                                          boolean active,
                                          int type,
                                          OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

findByAEI_AID_AD_A_T_PrevAndNext

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

findByU_AEI_AID_AD_A_T

SocialEquityLog findByU_AEI_AID_AD_A_T(long userId,
                                       long assetEntryId,
                                       String actionId,
                                       int actionDate,
                                       boolean active,
                                       int type)
                                       throws SystemException,
                                              NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

fetchByU_AEI_AID_AD_A_T

SocialEquityLog fetchByU_AEI_AID_AD_A_T(long userId,
                                        long assetEntryId,
                                        String actionId,
                                        int actionDate,
                                        boolean active,
                                        int type)
                                        throws SystemException
Throws:
SystemException

fetchByU_AEI_AID_AD_A_T

SocialEquityLog fetchByU_AEI_AID_AD_A_T(long userId,
                                        long assetEntryId,
                                        String actionId,
                                        int actionDate,
                                        boolean active,
                                        int type,
                                        boolean retrieveFromCache)
                                        throws SystemException
Throws:
SystemException

findAll

List<SocialEquityLog> findAll()
                              throws SystemException
Throws:
SystemException

findAll

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

findAll

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_AID_A_T

void removeByU_AID_A_T(long userId,
                       String actionId,
                       boolean active,
                       int type)
                       throws SystemException
Throws:
SystemException

removeByAEI_AID_A_T

void removeByAEI_AID_A_T(long assetEntryId,
                         String actionId,
                         boolean active,
                         int type)
                         throws SystemException
Throws:
SystemException

removeByU_AID_AD_A_T

void removeByU_AID_AD_A_T(long userId,
                          String actionId,
                          int actionDate,
                          boolean active,
                          int type)
                          throws SystemException
Throws:
SystemException

removeByAEI_AID_AD_A_T

void removeByAEI_AID_AD_A_T(long assetEntryId,
                            String actionId,
                            int actionDate,
                            boolean active,
                            int type)
                            throws SystemException
Throws:
SystemException

removeByU_AEI_AID_AD_A_T

void removeByU_AEI_AID_AD_A_T(long userId,
                              long assetEntryId,
                              String actionId,
                              int actionDate,
                              boolean active,
                              int type)
                              throws SystemException,
                                     NoSuchEquityLogException
Throws:
SystemException
NoSuchEquityLogException

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_AID_A_T

int countByU_AID_A_T(long userId,
                     String actionId,
                     boolean active,
                     int type)
                     throws SystemException
Throws:
SystemException

countByAEI_AID_A_T

int countByAEI_AID_A_T(long assetEntryId,
                       String actionId,
                       boolean active,
                       int type)
                       throws SystemException
Throws:
SystemException

countByU_AID_AD_A_T

int countByU_AID_AD_A_T(long userId,
                        String actionId,
                        int actionDate,
                        boolean active,
                        int type)
                        throws SystemException
Throws:
SystemException

countByAEI_AID_AD_A_T

int countByAEI_AID_AD_A_T(long assetEntryId,
                          String actionId,
                          int actionDate,
                          boolean active,
                          int type)
                          throws SystemException
Throws:
SystemException

countByU_AEI_AID_AD_A_T

int countByU_AEI_AID_AD_A_T(long userId,
                            long assetEntryId,
                            String actionId,
                            int actionDate,
                            boolean active,
                            int type)
                            throws SystemException
Throws:
SystemException

countAll

int countAll()
             throws SystemException
Throws:
SystemException

Liferay 6.0.3