Liferay 6.1.0-ce-b4

com.liferay.portlet.dynamicdatamapping.service.persistence
Class DDMTemplateFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<DDMTemplate>
      extended by com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinderImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<DDMTemplate>, DDMTemplateFinder

public class DDMTemplateFinderImpl
extends BasePersistenceImpl<DDMTemplate>
implements DDMTemplateFinder


Field Summary
static String COUNT_BY_C_G_S_N_D_T_M_L
           
static String FIND_BY_C_G_S_N_D_T_M_L
           
 
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
DDMTemplateFinderImpl()
           
 
Method Summary
 int countByC_G_S_N_D_T_M_L(long companyId, long groupId, long structureId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator)
           
 int countByC_G_S_N_D_T_M_L(long companyId, long groupId, long structureId, String name, String description, String type, String mode, String language, boolean andOperator)
           
 int countByKeywords(long companyId, long groupId, long structureId, String keywords, String type, String mode)
           
 List<DDMTemplate> findByC_G_S_N_D_T_M_L(long companyId, long groupId, long structureId, String[] names, String[] descriptions, String[] types, String[] modes, String[] languages, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> findByC_G_S_N_D_T_M_L(long companyId, long groupId, long structureId, String name, String description, String type, String mode, String language, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMTemplate> findByKeywords(long companyId, long groupId, long structureId, String keywords, String type, String mode, int start, int end, OrderByComparator orderByComparator)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, 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_C_G_S_N_D_T_M_L

public static String COUNT_BY_C_G_S_N_D_T_M_L

FIND_BY_C_G_S_N_D_T_M_L

public static String FIND_BY_C_G_S_N_D_T_M_L
Constructor Detail

DDMTemplateFinderImpl

public DDMTemplateFinderImpl()
Method Detail

countByKeywords

public int countByKeywords(long companyId,
                           long groupId,
                           long structureId,
                           String keywords,
                           String type,
                           String mode)
                    throws SystemException
Specified by:
countByKeywords in interface DDMTemplateFinder
Throws:
SystemException

countByC_G_S_N_D_T_M_L

public int countByC_G_S_N_D_T_M_L(long companyId,
                                  long groupId,
                                  long structureId,
                                  String name,
                                  String description,
                                  String type,
                                  String mode,
                                  String language,
                                  boolean andOperator)
                           throws SystemException
Specified by:
countByC_G_S_N_D_T_M_L in interface DDMTemplateFinder
Throws:
SystemException

countByC_G_S_N_D_T_M_L

public int countByC_G_S_N_D_T_M_L(long companyId,
                                  long groupId,
                                  long structureId,
                                  String[] names,
                                  String[] descriptions,
                                  String[] types,
                                  String[] modes,
                                  String[] languages,
                                  boolean andOperator)
                           throws SystemException
Specified by:
countByC_G_S_N_D_T_M_L in interface DDMTemplateFinder
Throws:
SystemException

findByKeywords

public List<DDMTemplate> findByKeywords(long companyId,
                                        long groupId,
                                        long structureId,
                                        String keywords,
                                        String type,
                                        String mode,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Specified by:
findByKeywords in interface DDMTemplateFinder
Throws:
SystemException

findByC_G_S_N_D_T_M_L

public List<DDMTemplate> findByC_G_S_N_D_T_M_L(long companyId,
                                               long groupId,
                                               long structureId,
                                               String name,
                                               String description,
                                               String type,
                                               String mode,
                                               String language,
                                               boolean andOperator,
                                               int start,
                                               int end,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
Specified by:
findByC_G_S_N_D_T_M_L in interface DDMTemplateFinder
Throws:
SystemException

findByC_G_S_N_D_T_M_L

public List<DDMTemplate> findByC_G_S_N_D_T_M_L(long companyId,
                                               long groupId,
                                               long structureId,
                                               String[] names,
                                               String[] descriptions,
                                               String[] types,
                                               String[] modes,
                                               String[] languages,
                                               boolean andOperator,
                                               int start,
                                               int end,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
Specified by:
findByC_G_S_N_D_T_M_L in interface DDMTemplateFinder
Throws:
SystemException

Liferay 6.1.0-ce-b4