Liferay 6.1.2-ce-ga3

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

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

public class DDMStructureFinderImpl
extends BasePersistenceImpl<DDMStructure>
implements DDMStructureFinder


Field Summary
static String COUNT_BY_C_G_C_N_D_S_T
           
static String FIND_BY_C_G_C_N_D_S_T
           
 
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
DDMStructureFinderImpl()
           
 
Method Summary
 int countByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator)
           
 int countByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator)
           
 int countByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords)
           
protected  int doCountByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, boolean inlineSQLHelper)
           
protected  List<DDMStructure> doFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator, boolean inlineSQLHelper)
           
 int filterCountByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator)
           
 int filterCountByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator)
           
 int filterCountByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords)
           
 List<DDMStructure> filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> filterFindByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> filterFindByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String[] names, String[] descriptions, String[] storageTypes, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> findByC_G_C_N_D_S_T(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<DDMStructure> findByKeywords(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator)
           
protected  String getGroupIds(long[] groupIds)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getClassLoader, 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_C_N_D_S_T

public static final String COUNT_BY_C_G_C_N_D_S_T

FIND_BY_C_G_C_N_D_S_T

public static final String FIND_BY_C_G_C_N_D_S_T
Constructor Detail

DDMStructureFinderImpl

public DDMStructureFinderImpl()
Method Detail

countByKeywords

public int countByKeywords(long companyId,
                           long[] groupIds,
                           long[] classNameIds,
                           String keywords)
                    throws SystemException
Specified by:
countByKeywords in interface DDMStructureFinder
Throws:
SystemException

countByC_G_C_N_D_S_T

public int countByC_G_C_N_D_S_T(long companyId,
                                long[] groupIds,
                                long[] classNameIds,
                                String name,
                                String description,
                                String storageType,
                                int type,
                                boolean andOperator)
                         throws SystemException
Specified by:
countByC_G_C_N_D_S_T in interface DDMStructureFinder
Throws:
SystemException

countByC_G_C_N_D_S_T

public int countByC_G_C_N_D_S_T(long companyId,
                                long[] groupIds,
                                long[] classNameIds,
                                String[] names,
                                String[] descriptions,
                                String[] storageTypes,
                                int type,
                                boolean andOperator)
                         throws SystemException
Specified by:
countByC_G_C_N_D_S_T in interface DDMStructureFinder
Throws:
SystemException

filterCountByKeywords

public int filterCountByKeywords(long companyId,
                                 long[] groupIds,
                                 long[] classNameIds,
                                 String keywords)
                          throws SystemException
Specified by:
filterCountByKeywords in interface DDMStructureFinder
Throws:
SystemException

filterCountByC_G_C_N_D_S_T

public int filterCountByC_G_C_N_D_S_T(long companyId,
                                      long[] groupIds,
                                      long[] classNameIds,
                                      String name,
                                      String description,
                                      String storageType,
                                      int type,
                                      boolean andOperator)
                               throws SystemException
Specified by:
filterCountByC_G_C_N_D_S_T in interface DDMStructureFinder
Throws:
SystemException

filterCountByC_G_C_N_D_S_T

public int filterCountByC_G_C_N_D_S_T(long companyId,
                                      long[] groupIds,
                                      long[] classNameIds,
                                      String[] names,
                                      String[] descriptions,
                                      String[] storageTypes,
                                      int type,
                                      boolean andOperator)
                               throws SystemException
Specified by:
filterCountByC_G_C_N_D_S_T in interface DDMStructureFinder
Throws:
SystemException

filterFindByKeywords

public List<DDMStructure> filterFindByKeywords(long companyId,
                                               long[] groupIds,
                                               long[] classNameIds,
                                               String keywords,
                                               int start,
                                               int end,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
Specified by:
filterFindByKeywords in interface DDMStructureFinder
Throws:
SystemException

filterFindByC_G_C_N_D_S_T

public List<DDMStructure> filterFindByC_G_C_N_D_S_T(long companyId,
                                                    long[] groupIds,
                                                    long[] classNameIds,
                                                    String name,
                                                    String description,
                                                    String storageType,
                                                    int type,
                                                    boolean andOperator,
                                                    int start,
                                                    int end,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException
Specified by:
filterFindByC_G_C_N_D_S_T in interface DDMStructureFinder
Throws:
SystemException

filterFindByC_G_C_N_D_S_T

public List<DDMStructure> filterFindByC_G_C_N_D_S_T(long companyId,
                                                    long[] groupIds,
                                                    long[] classNameIds,
                                                    String[] names,
                                                    String[] descriptions,
                                                    String[] storageTypes,
                                                    int type,
                                                    boolean andOperator,
                                                    int start,
                                                    int end,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException
Specified by:
filterFindByC_G_C_N_D_S_T in interface DDMStructureFinder
Throws:
SystemException

findByKeywords

public List<DDMStructure> findByKeywords(long companyId,
                                         long[] groupIds,
                                         long[] classNameIds,
                                         String keywords,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Specified by:
findByKeywords in interface DDMStructureFinder
Throws:
SystemException

findByC_G_C_N_D_S_T

public List<DDMStructure> findByC_G_C_N_D_S_T(long companyId,
                                              long[] groupIds,
                                              long[] classNameIds,
                                              String name,
                                              String description,
                                              String storageType,
                                              int type,
                                              boolean andOperator,
                                              int start,
                                              int end,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Specified by:
findByC_G_C_N_D_S_T in interface DDMStructureFinder
Throws:
SystemException

findByC_G_C_N_D_S_T

public List<DDMStructure> findByC_G_C_N_D_S_T(long companyId,
                                              long[] groupIds,
                                              long[] classNameIds,
                                              String[] names,
                                              String[] descriptions,
                                              String[] storageTypes,
                                              int type,
                                              boolean andOperator,
                                              int start,
                                              int end,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Specified by:
findByC_G_C_N_D_S_T in interface DDMStructureFinder
Throws:
SystemException

doCountByC_G_C_N_D_S_T

protected int doCountByC_G_C_N_D_S_T(long companyId,
                                     long[] groupIds,
                                     long[] classNameIds,
                                     String[] names,
                                     String[] descriptions,
                                     String[] storageTypes,
                                     int type,
                                     boolean andOperator,
                                     boolean inlineSQLHelper)
                              throws SystemException
Throws:
SystemException

doFindByC_G_C_N_D_S_T

protected List<DDMStructure> doFindByC_G_C_N_D_S_T(long companyId,
                                                   long[] groupIds,
                                                   long[] classNameIds,
                                                   String[] names,
                                                   String[] descriptions,
                                                   String[] storageTypes,
                                                   int type,
                                                   boolean andOperator,
                                                   int start,
                                                   int end,
                                                   OrderByComparator orderByComparator,
                                                   boolean inlineSQLHelper)
                                            throws SystemException
Throws:
SystemException

getGroupIds

protected String getGroupIds(long[] groupIds)

Liferay 6.1.2-ce-ga3