com.liferay.portlet.mobiledevicerules.service.persistence
Class MDRRuleGroupFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup>
      extended by com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup>, com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinder

public class MDRRuleGroupFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup>
implements com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinder

Author:
Edward Han, Eduardo Lundgren

Field Summary
static java.lang.String COUNT_BY_G_N
           
static java.lang.String FIND_BY_G_N
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
MDRRuleGroupFinderImpl()
           
 
Method Summary
 int countByG_N(long groupId, java.lang.String[] names, boolean andOperator)
           
 int countByG_N(long groupId, java.lang.String name, boolean andOperator)
           
 int countByKeywords(long groupId, java.lang.String keywords)
           
 java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> findByG_N(long groupId, java.lang.String[] names, boolean andOperator, int start, int end)
           
 java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> findByG_N(long groupId, java.lang.String name, boolean andOperator)
           
 java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> findByG_N(long groupId, java.lang.String name, boolean andOperator, int start, int end)
           
 java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> findByKeywords(long groupId, java.lang.String keywords, int start, int end)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, removeImpl, setDataSource, setSessionFactory, unregisterListener, update, update, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_G_N

public static java.lang.String COUNT_BY_G_N

FIND_BY_G_N

public static java.lang.String FIND_BY_G_N
Constructor Detail

MDRRuleGroupFinderImpl

public MDRRuleGroupFinderImpl()
Method Detail

countByKeywords

public int countByKeywords(long groupId,
                           java.lang.String keywords)
                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByKeywords in interface com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

countByG_N

public int countByG_N(long groupId,
                      java.lang.String name,
                      boolean andOperator)
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByG_N in interface com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

countByG_N

public int countByG_N(long groupId,
                      java.lang.String[] names,
                      boolean andOperator)
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByG_N in interface com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

findByKeywords

public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> findByKeywords(long groupId,
                                                                                               java.lang.String keywords,
                                                                                               int start,
                                                                                               int end)
                                                                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByKeywords in interface com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_N

public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> findByG_N(long groupId,
                                                                                          java.lang.String name,
                                                                                          boolean andOperator)
                                                                                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByG_N in interface com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_N

public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> findByG_N(long groupId,
                                                                                          java.lang.String name,
                                                                                          boolean andOperator,
                                                                                          int start,
                                                                                          int end)
                                                                                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByG_N in interface com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_N

public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> findByG_N(long groupId,
                                                                                          java.lang.String[] names,
                                                                                          boolean andOperator,
                                                                                          int start,
                                                                                          int end)
                                                                                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByG_N in interface com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinder
Throws:
com.liferay.portal.kernel.exception.SystemException