public class DDMTemplateUtil
extends java.lang.Object
com.liferay.dynamic.data.mapping.service.persistence.impl.DDMTemplatePersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
DDMTemplatePersistence
Constructor and Description |
---|
DDMTemplateUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(DDMTemplate ddmTemplate)
Caches the ddm template in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<DDMTemplate> ddmTemplates)
Caches the ddm templates in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(DDMTemplate ddmTemplate) |
static int |
countAll()
Returns the number of ddm templates.
|
static int |
countByC_C_T(long classNameId,
long classPK,
java.lang.String type)
Returns the number of ddm templates where classNameId = ? and classPK = ? and type = ?.
|
static int |
countByClassPK(long classPK)
Returns the number of ddm templates where classPK = ?.
|
static int |
countByG_C_C_T_M(long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode)
Returns the number of ddm templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
|
static int |
countByG_C_C_T(long groupId,
long classNameId,
long classPK,
java.lang.String type)
Returns the number of ddm templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static int |
countByG_C_C(long[] groupIds,
long classNameId,
long classPK)
Returns the number of ddm templates where groupId = any ? and classNameId = ? and classPK = ?.
|
static int |
countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of ddm templates where groupId = ? and classNameId = ? and classPK = ?.
|
static int |
countByG_C_T(long groupId,
long classNameId,
java.lang.String templateKey)
Returns the number of ddm templates where groupId = ? and classNameId = ? and templateKey = ?.
|
static int |
countByG_C(long groupId,
long classNameId)
Returns the number of ddm templates where groupId = ? and classNameId = ?.
|
static int |
countByG_CPK(long[] groupIds,
long classPK)
Returns the number of ddm templates where groupId = any ? and classPK = ?.
|
static int |
countByG_CPK(long groupId,
long classPK)
Returns the number of ddm templates where groupId = ? and classPK = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of ddm templates where groupId = ?.
|
static int |
countByLanguage(java.lang.String language)
Returns the number of ddm templates where language = ?.
|
static int |
countBySmallImageId(long smallImageId)
Returns the number of ddm templates where smallImageId = ?.
|
static int |
countByTemplateKey(java.lang.String templateKey)
Returns the number of ddm templates where templateKey = ?.
|
static int |
countByType(java.lang.String type)
Returns the number of ddm templates where type = ?.
|
static int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of ddm templates where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of ddm templates where uuid = ? and groupId = ?.
|
static int |
countByUuid(java.lang.String uuid)
Returns the number of ddm templates where uuid = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static DDMTemplate |
create(long templateId)
Creates a new ddm template with the primary key.
|
static DDMTemplate |
fetchByC_C_T_First(long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
static DDMTemplate |
fetchByC_C_T_Last(long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
static DDMTemplate |
fetchByClassPK_First(long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where classPK = ?.
|
static DDMTemplate |
fetchByClassPK_Last(long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where classPK = ?.
|
static DDMTemplate |
fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static DDMTemplate |
fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static DDMTemplate |
fetchByG_C_C_T_First(long groupId,
long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static DDMTemplate |
fetchByG_C_C_T_Last(long groupId,
long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static DDMTemplate |
fetchByG_C_C_T_M_First(long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
|
static DDMTemplate |
fetchByG_C_C_T_M_Last(long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
|
static DDMTemplate |
fetchByG_C_First(long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where groupId = ? and classNameId = ?.
|
static DDMTemplate |
fetchByG_C_Last(long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where groupId = ? and classNameId = ?.
|
static DDMTemplate |
fetchByG_C_T(long groupId,
long classNameId,
java.lang.String templateKey)
Returns the ddm template where groupId = ? and classNameId = ? and templateKey = ? or returns
null if it could not be found. |
static DDMTemplate |
fetchByG_C_T(long groupId,
long classNameId,
java.lang.String templateKey,
boolean useFinderCache)
Returns the ddm template where groupId = ? and classNameId = ? and templateKey = ? or returns
null if it could not be found, optionally using the finder cache. |
static DDMTemplate |
fetchByG_CPK_First(long groupId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where groupId = ? and classPK = ?.
|
static DDMTemplate |
fetchByG_CPK_Last(long groupId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where groupId = ? and classPK = ?.
|
static DDMTemplate |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where groupId = ?.
|
static DDMTemplate |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where groupId = ?.
|
static DDMTemplate |
fetchByLanguage_First(java.lang.String language,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where language = ?.
|
static DDMTemplate |
fetchByLanguage_Last(java.lang.String language,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where language = ?.
|
static DDMTemplate |
fetchByPrimaryKey(long templateId)
Returns the ddm template with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,DDMTemplate> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static DDMTemplate |
fetchBySmallImageId(long smallImageId)
Returns the ddm template where smallImageId = ? or returns
null if it could not be found. |
static DDMTemplate |
fetchBySmallImageId(long smallImageId,
boolean useFinderCache)
Returns the ddm template where smallImageId = ? or returns
null if it could not be found, optionally using the finder cache. |
static DDMTemplate |
fetchByTemplateKey_First(java.lang.String templateKey,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where templateKey = ?.
|
static DDMTemplate |
fetchByTemplateKey_Last(java.lang.String templateKey,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where templateKey = ?.
|
static DDMTemplate |
fetchByType_First(java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where type = ?.
|
static DDMTemplate |
fetchByType_Last(java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where type = ?.
|
static DDMTemplate |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where uuid = ? and companyId = ?.
|
static DDMTemplate |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where uuid = ? and companyId = ?.
|
static DDMTemplate |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where uuid = ?.
|
static DDMTemplate |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the ddm template where uuid = ? and groupId = ? or returns
null if it could not be found. |
static DDMTemplate |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the ddm template where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static DDMTemplate |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where uuid = ?.
|
static int |
filterCountByG_C_C_T_M(long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode)
Returns the number of ddm templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
|
static int |
filterCountByG_C_C_T(long groupId,
long classNameId,
long classPK,
java.lang.String type)
Returns the number of ddm templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static int |
filterCountByG_C_C(long[] groupIds,
long classNameId,
long classPK)
Returns the number of ddm templates that the user has permission to view where groupId = any ? and classNameId = ? and classPK = ?.
|
static int |
filterCountByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of ddm templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
static int |
filterCountByG_C(long groupId,
long classNameId)
Returns the number of ddm templates that the user has permission to view where groupId = ? and classNameId = ?.
|
static int |
filterCountByG_CPK(long[] groupIds,
long classPK)
Returns the number of ddm templates that the user has permission to view where groupId = any ? and classPK = ?.
|
static int |
filterCountByG_CPK(long groupId,
long classPK)
Returns the number of ddm templates that the user has permission to view where groupId = ? and classPK = ?.
|
static int |
filterCountByGroupId(long groupId)
Returns the number of ddm templates that the user has permission to view where groupId = ?.
|
static DDMTemplate[] |
filterFindByG_C_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set of ddm templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
static DDMTemplate[] |
filterFindByG_C_C_T_M_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set of ddm templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_C_C_T_M(long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode)
Returns all the ddm templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_C_C_T_M(long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode,
int start,
int end)
Returns a range of all the ddm templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_C_C_T_M(long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
|
static DDMTemplate[] |
filterFindByG_C_C_T_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set of ddm templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_C_C_T(long groupId,
long classNameId,
long classPK,
java.lang.String type)
Returns all the ddm templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_C_C_T(long groupId,
long classNameId,
long classPK,
java.lang.String type,
int start,
int end)
Returns a range of all the ddm templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_C_C_T(long groupId,
long classNameId,
long classPK,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_C_C(long[] groupIds,
long classNameId,
long classPK)
Returns all the ddm templates that the user has permission to view where groupId = any ? and classNameId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_C_C(long[] groupIds,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the ddm templates that the user has permission to view where groupId = any ? and classNameId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_C_C(long[] groupIds,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates that the user has permission to view where groupId = any ? and classNameId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the ddm templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the ddm templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
|
static DDMTemplate[] |
filterFindByG_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set of ddm templates that the user has permission to view where groupId = ? and classNameId = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_C(long groupId,
long classNameId)
Returns all the ddm templates that the user has permission to view where groupId = ? and classNameId = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the ddm templates that the user has permission to view where groupId = ? and classNameId = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates that the user has permissions to view where groupId = ? and classNameId = ?.
|
static DDMTemplate[] |
filterFindByG_CPK_PrevAndNext(long templateId,
long groupId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set of ddm templates that the user has permission to view where groupId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_CPK(long[] groupIds,
long classPK)
Returns all the ddm templates that the user has permission to view where groupId = any ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_CPK(long[] groupIds,
long classPK,
int start,
int end)
Returns a range of all the ddm templates that the user has permission to view where groupId = any ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_CPK(long[] groupIds,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates that the user has permission to view where groupId = any ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_CPK(long groupId,
long classPK)
Returns all the ddm templates that the user has permission to view where groupId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_CPK(long groupId,
long classPK,
int start,
int end)
Returns a range of all the ddm templates that the user has permission to view where groupId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
filterFindByG_CPK(long groupId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates that the user has permissions to view where groupId = ? and classPK = ?.
|
static DDMTemplate[] |
filterFindByGroupId_PrevAndNext(long templateId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set of ddm templates that the user has permission to view where groupId = ?.
|
static java.util.List<DDMTemplate> |
filterFindByGroupId(long groupId)
Returns all the ddm templates that the user has permission to view where groupId = ?.
|
static java.util.List<DDMTemplate> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the ddm templates that the user has permission to view where groupId = ?.
|
static java.util.List<DDMTemplate> |
filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates that the user has permissions to view where groupId = ?.
|
static java.util.List<DDMTemplate> |
findAll()
Returns all the ddm templates.
|
static java.util.List<DDMTemplate> |
findAll(int start,
int end)
Returns a range of all the ddm templates.
|
static java.util.List<DDMTemplate> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates.
|
static java.util.List<DDMTemplate> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates.
|
static DDMTemplate |
findByC_C_T_First(long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
static DDMTemplate |
findByC_C_T_Last(long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
static DDMTemplate[] |
findByC_C_T_PrevAndNext(long templateId,
long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set where classNameId = ? and classPK = ? and type = ?.
|
static java.util.List<DDMTemplate> |
findByC_C_T(long classNameId,
long classPK,
java.lang.String type)
Returns all the ddm templates where classNameId = ? and classPK = ? and type = ?.
|
static java.util.List<DDMTemplate> |
findByC_C_T(long classNameId,
long classPK,
java.lang.String type,
int start,
int end)
Returns a range of all the ddm templates where classNameId = ? and classPK = ? and type = ?.
|
static java.util.List<DDMTemplate> |
findByC_C_T(long classNameId,
long classPK,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates where classNameId = ? and classPK = ? and type = ?.
|
static java.util.List<DDMTemplate> |
findByC_C_T(long classNameId,
long classPK,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates where classNameId = ? and classPK = ? and type = ?.
|
static DDMTemplate |
findByClassPK_First(long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where classPK = ?.
|
static DDMTemplate |
findByClassPK_Last(long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where classPK = ?.
|
static DDMTemplate[] |
findByClassPK_PrevAndNext(long templateId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set where classPK = ?.
|
static java.util.List<DDMTemplate> |
findByClassPK(long classPK)
Returns all the ddm templates where classPK = ?.
|
static java.util.List<DDMTemplate> |
findByClassPK(long classPK,
int start,
int end)
Returns a range of all the ddm templates where classPK = ?.
|
static java.util.List<DDMTemplate> |
findByClassPK(long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates where classPK = ?.
|
static java.util.List<DDMTemplate> |
findByClassPK(long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates where classPK = ?.
|
static DDMTemplate |
findByG_C_C_First(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static DDMTemplate |
findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static DDMTemplate[] |
findByG_C_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static DDMTemplate |
findByG_C_C_T_First(long groupId,
long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static DDMTemplate |
findByG_C_C_T_Last(long groupId,
long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static DDMTemplate |
findByG_C_C_T_M_First(long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
|
static DDMTemplate |
findByG_C_C_T_M_Last(long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
|
static DDMTemplate[] |
findByG_C_C_T_M_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
|
static java.util.List<DDMTemplate> |
findByG_C_C_T_M(long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode)
Returns all the ddm templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
|
static java.util.List<DDMTemplate> |
findByG_C_C_T_M(long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode,
int start,
int end)
Returns a range of all the ddm templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
|
static java.util.List<DDMTemplate> |
findByG_C_C_T_M(long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
|
static java.util.List<DDMTemplate> |
findByG_C_C_T_M(long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?.
|
static DDMTemplate[] |
findByG_C_C_T_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static java.util.List<DDMTemplate> |
findByG_C_C_T(long groupId,
long classNameId,
long classPK,
java.lang.String type)
Returns all the ddm templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static java.util.List<DDMTemplate> |
findByG_C_C_T(long groupId,
long classNameId,
long classPK,
java.lang.String type,
int start,
int end)
Returns a range of all the ddm templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static java.util.List<DDMTemplate> |
findByG_C_C_T(long groupId,
long classNameId,
long classPK,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static java.util.List<DDMTemplate> |
findByG_C_C_T(long groupId,
long classNameId,
long classPK,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static java.util.List<DDMTemplate> |
findByG_C_C(long[] groupIds,
long classNameId,
long classPK)
Returns all the ddm templates where groupId = any ? and classNameId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
findByG_C_C(long[] groupIds,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the ddm templates where groupId = any ? and classNameId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
findByG_C_C(long[] groupIds,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates where groupId = any ? and classNameId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
findByG_C_C(long[] groupIds,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates where groupId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.
|
static java.util.List<DDMTemplate> |
findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the ddm templates where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the ddm templates where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates where groupId = ? and classNameId = ? and classPK = ?.
|
static DDMTemplate |
findByG_C_First(long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where groupId = ? and classNameId = ?.
|
static DDMTemplate |
findByG_C_Last(long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where groupId = ? and classNameId = ?.
|
static DDMTemplate[] |
findByG_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set where groupId = ? and classNameId = ?.
|
static DDMTemplate |
findByG_C_T(long groupId,
long classNameId,
java.lang.String templateKey)
Returns the ddm template where groupId = ? and classNameId = ? and templateKey = ? or throws a
NoSuchTemplateException if it could not be found. |
static java.util.List<DDMTemplate> |
findByG_C(long groupId,
long classNameId)
Returns all the ddm templates where groupId = ? and classNameId = ?.
|
static java.util.List<DDMTemplate> |
findByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the ddm templates where groupId = ? and classNameId = ?.
|
static java.util.List<DDMTemplate> |
findByG_C(long groupId,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates where groupId = ? and classNameId = ?.
|
static java.util.List<DDMTemplate> |
findByG_C(long groupId,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates where groupId = ? and classNameId = ?.
|
static DDMTemplate |
findByG_CPK_First(long groupId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where groupId = ? and classPK = ?.
|
static DDMTemplate |
findByG_CPK_Last(long groupId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where groupId = ? and classPK = ?.
|
static DDMTemplate[] |
findByG_CPK_PrevAndNext(long templateId,
long groupId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set where groupId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
findByG_CPK(long[] groupIds,
long classPK)
Returns all the ddm templates where groupId = any ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
findByG_CPK(long[] groupIds,
long classPK,
int start,
int end)
Returns a range of all the ddm templates where groupId = any ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
findByG_CPK(long[] groupIds,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates where groupId = any ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
findByG_CPK(long[] groupIds,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates where groupId = ? and classPK = ?, optionally using the finder cache.
|
static java.util.List<DDMTemplate> |
findByG_CPK(long groupId,
long classPK)
Returns all the ddm templates where groupId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
findByG_CPK(long groupId,
long classPK,
int start,
int end)
Returns a range of all the ddm templates where groupId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
findByG_CPK(long groupId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates where groupId = ? and classPK = ?.
|
static java.util.List<DDMTemplate> |
findByG_CPK(long groupId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates where groupId = ? and classPK = ?.
|
static DDMTemplate |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where groupId = ?.
|
static DDMTemplate |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where groupId = ?.
|
static DDMTemplate[] |
findByGroupId_PrevAndNext(long templateId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set where groupId = ?.
|
static java.util.List<DDMTemplate> |
findByGroupId(long groupId)
Returns all the ddm templates where groupId = ?.
|
static java.util.List<DDMTemplate> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the ddm templates where groupId = ?.
|
static java.util.List<DDMTemplate> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates where groupId = ?.
|
static java.util.List<DDMTemplate> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates where groupId = ?.
|
static DDMTemplate |
findByLanguage_First(java.lang.String language,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where language = ?.
|
static DDMTemplate |
findByLanguage_Last(java.lang.String language,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where language = ?.
|
static DDMTemplate[] |
findByLanguage_PrevAndNext(long templateId,
java.lang.String language,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set where language = ?.
|
static java.util.List<DDMTemplate> |
findByLanguage(java.lang.String language)
Returns all the ddm templates where language = ?.
|
static java.util.List<DDMTemplate> |
findByLanguage(java.lang.String language,
int start,
int end)
Returns a range of all the ddm templates where language = ?.
|
static java.util.List<DDMTemplate> |
findByLanguage(java.lang.String language,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates where language = ?.
|
static java.util.List<DDMTemplate> |
findByLanguage(java.lang.String language,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates where language = ?.
|
static DDMTemplate |
findByPrimaryKey(long templateId)
Returns the ddm template with the primary key or throws a
NoSuchTemplateException if it could not be found. |
static DDMTemplate |
findBySmallImageId(long smallImageId)
Returns the ddm template where smallImageId = ? or throws a
NoSuchTemplateException if it could not be found. |
static DDMTemplate |
findByTemplateKey_First(java.lang.String templateKey,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where templateKey = ?.
|
static DDMTemplate |
findByTemplateKey_Last(java.lang.String templateKey,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where templateKey = ?.
|
static DDMTemplate[] |
findByTemplateKey_PrevAndNext(long templateId,
java.lang.String templateKey,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set where templateKey = ?.
|
static java.util.List<DDMTemplate> |
findByTemplateKey(java.lang.String templateKey)
Returns all the ddm templates where templateKey = ?.
|
static java.util.List<DDMTemplate> |
findByTemplateKey(java.lang.String templateKey,
int start,
int end)
Returns a range of all the ddm templates where templateKey = ?.
|
static java.util.List<DDMTemplate> |
findByTemplateKey(java.lang.String templateKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates where templateKey = ?.
|
static java.util.List<DDMTemplate> |
findByTemplateKey(java.lang.String templateKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates where templateKey = ?.
|
static DDMTemplate |
findByType_First(java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where type = ?.
|
static DDMTemplate |
findByType_Last(java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where type = ?.
|
static DDMTemplate[] |
findByType_PrevAndNext(long templateId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set where type = ?.
|
static java.util.List<DDMTemplate> |
findByType(java.lang.String type)
Returns all the ddm templates where type = ?.
|
static java.util.List<DDMTemplate> |
findByType(java.lang.String type,
int start,
int end)
Returns a range of all the ddm templates where type = ?.
|
static java.util.List<DDMTemplate> |
findByType(java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates where type = ?.
|
static java.util.List<DDMTemplate> |
findByType(java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates where type = ?.
|
static DDMTemplate |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where uuid = ? and companyId = ?.
|
static DDMTemplate |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where uuid = ? and companyId = ?.
|
static DDMTemplate[] |
findByUuid_C_PrevAndNext(long templateId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set where uuid = ? and companyId = ?.
|
static java.util.List<DDMTemplate> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the ddm templates where uuid = ? and companyId = ?.
|
static java.util.List<DDMTemplate> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the ddm templates where uuid = ? and companyId = ?.
|
static java.util.List<DDMTemplate> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates where uuid = ? and companyId = ?.
|
static java.util.List<DDMTemplate> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates where uuid = ? and companyId = ?.
|
static DDMTemplate |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the first ddm template in the ordered set where uuid = ?.
|
static DDMTemplate |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the ddm template where uuid = ? and groupId = ? or throws a
NoSuchTemplateException if it could not be found. |
static DDMTemplate |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the last ddm template in the ordered set where uuid = ?.
|
static DDMTemplate[] |
findByUuid_PrevAndNext(long templateId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns the ddm templates before and after the current ddm template in the ordered set where uuid = ?.
|
static java.util.List<DDMTemplate> |
findByUuid(java.lang.String uuid)
Returns all the ddm templates where uuid = ?.
|
static java.util.List<DDMTemplate> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the ddm templates where uuid = ?.
|
static java.util.List<DDMTemplate> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the ddm templates where uuid = ?.
|
static java.util.List<DDMTemplate> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm templates where uuid = ?.
|
static java.util.List<DDMTemplate> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<DDMTemplate> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<DDMTemplate> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) |
static DDMTemplatePersistence |
getPersistence() |
static DDMTemplate |
remove(long templateId)
Removes the ddm template with the primary key from the database.
|
static void |
removeAll()
Removes all the ddm templates from the database.
|
static void |
removeByC_C_T(long classNameId,
long classPK,
java.lang.String type)
Removes all the ddm templates where classNameId = ? and classPK = ? and type = ? from the database.
|
static void |
removeByClassPK(long classPK)
Removes all the ddm templates where classPK = ? from the database.
|
static void |
removeByG_C_C_T_M(long groupId,
long classNameId,
long classPK,
java.lang.String type,
java.lang.String mode)
Removes all the ddm templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ? from the database.
|
static void |
removeByG_C_C_T(long groupId,
long classNameId,
long classPK,
java.lang.String type)
Removes all the ddm templates where groupId = ? and classNameId = ? and classPK = ? and type = ? from the database.
|
static void |
removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the ddm templates where groupId = ? and classNameId = ? and classPK = ? from the database.
|
static DDMTemplate |
removeByG_C_T(long groupId,
long classNameId,
java.lang.String templateKey)
Removes the ddm template where groupId = ? and classNameId = ? and templateKey = ? from the database.
|
static void |
removeByG_C(long groupId,
long classNameId)
Removes all the ddm templates where groupId = ? and classNameId = ? from the database.
|
static void |
removeByG_CPK(long groupId,
long classPK)
Removes all the ddm templates where groupId = ? and classPK = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the ddm templates where groupId = ? from the database.
|
static void |
removeByLanguage(java.lang.String language)
Removes all the ddm templates where language = ? from the database.
|
static DDMTemplate |
removeBySmallImageId(long smallImageId)
Removes the ddm template where smallImageId = ? from the database.
|
static void |
removeByTemplateKey(java.lang.String templateKey)
Removes all the ddm templates where templateKey = ? from the database.
|
static void |
removeByType(java.lang.String type)
Removes all the ddm templates where type = ? from the database.
|
static void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the ddm templates where uuid = ? and companyId = ? from the database.
|
static DDMTemplate |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the ddm template where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(java.lang.String uuid)
Removes all the ddm templates where uuid = ? from the database.
|
static DDMTemplate |
update(DDMTemplate ddmTemplate) |
static DDMTemplate |
update(DDMTemplate ddmTemplate,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static DDMTemplate |
updateImpl(DDMTemplate ddmTemplate) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(DDMTemplate ddmTemplate)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.Map<java.io.Serializable,DDMTemplate> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<DDMTemplate> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<DDMTemplate> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<DDMTemplate> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static DDMTemplate update(DDMTemplate ddmTemplate)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static DDMTemplate update(DDMTemplate ddmTemplate, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<DDMTemplate> findByUuid(java.lang.String uuid)
uuid
- the uuidpublic static java.util.List<DDMTemplate> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static DDMTemplate findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate[] findByUuid_PrevAndNext(long templateId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templateuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static void removeByUuid(java.lang.String uuid)
uuid
- the uuidpublic static int countByUuid(java.lang.String uuid)
uuid
- the uuidpublic static DDMTemplate findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchTemplateException
NoSuchTemplateException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching ddm template could not be foundpublic static DDMTemplate fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching ddm template could not be foundpublic static DDMTemplate removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchTemplateException
uuid
- the uuidgroupId
- the group IDNoSuchTemplateException
public static int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static java.util.List<DDMTemplate> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<DDMTemplate> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static DDMTemplate findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate[] findByUuid_C_PrevAndNext(long templateId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templateuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static void removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<DDMTemplate> findByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<DDMTemplate> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static DDMTemplate findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate[] findByGroupId_PrevAndNext(long templateId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templategroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static java.util.List<DDMTemplate> filterFindByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<DDMTemplate> filterFindByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DDMTemplate[] filterFindByGroupId_PrevAndNext(long templateId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templategroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static void removeByGroupId(long groupId)
groupId
- the group IDpublic static int countByGroupId(long groupId)
groupId
- the group IDpublic static int filterCountByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<DDMTemplate> findByClassPK(long classPK)
classPK
- the class pkpublic static java.util.List<DDMTemplate> findByClassPK(long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
classPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findByClassPK(long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
classPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByClassPK(long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
classPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static DDMTemplate findByClassPK_First(long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
classPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByClassPK_First(long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
classPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate findByClassPK_Last(long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
classPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByClassPK_Last(long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
classPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate[] findByClassPK_PrevAndNext(long templateId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templateclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static void removeByClassPK(long classPK)
classPK
- the class pkpublic static int countByClassPK(long classPK)
classPK
- the class pkpublic static java.util.List<DDMTemplate> findByTemplateKey(java.lang.String templateKey)
templateKey
- the template keypublic static java.util.List<DDMTemplate> findByTemplateKey(java.lang.String templateKey, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
templateKey
- the template keystart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findByTemplateKey(java.lang.String templateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
templateKey
- the template keystart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByTemplateKey(java.lang.String templateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
templateKey
- the template keystart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static DDMTemplate findByTemplateKey_First(java.lang.String templateKey, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateKey
- the template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByTemplateKey_First(java.lang.String templateKey, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
templateKey
- the template keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate findByTemplateKey_Last(java.lang.String templateKey, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateKey
- the template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByTemplateKey_Last(java.lang.String templateKey, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
templateKey
- the template keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate[] findByTemplateKey_PrevAndNext(long templateId, java.lang.String templateKey, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templatetemplateKey
- the template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static void removeByTemplateKey(java.lang.String templateKey)
templateKey
- the template keypublic static int countByTemplateKey(java.lang.String templateKey)
templateKey
- the template keypublic static java.util.List<DDMTemplate> findByType(java.lang.String type)
type
- the typepublic static java.util.List<DDMTemplate> findByType(java.lang.String type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
type
- the typestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findByType(java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
type
- the typestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByType(java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
type
- the typestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static DDMTemplate findByType_First(java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByType_First(java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate findByType_Last(java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByType_Last(java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate[] findByType_PrevAndNext(long templateId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templatetype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static void removeByType(java.lang.String type)
type
- the typepublic static int countByType(java.lang.String type)
type
- the typepublic static java.util.List<DDMTemplate> findByLanguage(java.lang.String language)
language
- the languagepublic static java.util.List<DDMTemplate> findByLanguage(java.lang.String language, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
language
- the languagestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findByLanguage(java.lang.String language, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
language
- the languagestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByLanguage(java.lang.String language, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
language
- the languagestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static DDMTemplate findByLanguage_First(java.lang.String language, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
language
- the languageorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByLanguage_First(java.lang.String language, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
language
- the languageorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate findByLanguage_Last(java.lang.String language, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
language
- the languageorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByLanguage_Last(java.lang.String language, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
language
- the languageorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate[] findByLanguage_PrevAndNext(long templateId, java.lang.String language, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templatelanguage
- the languageorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static void removeByLanguage(java.lang.String language)
language
- the languagepublic static int countByLanguage(java.lang.String language)
language
- the languagepublic static DDMTemplate findBySmallImageId(long smallImageId) throws NoSuchTemplateException
NoSuchTemplateException
if it could not be found.smallImageId
- the small image IDNoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchBySmallImageId(long smallImageId)
null
if it could not be found. Uses the finder cache.smallImageId
- the small image IDnull
if a matching ddm template could not be foundpublic static DDMTemplate fetchBySmallImageId(long smallImageId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.smallImageId
- the small image IDuseFinderCache
- whether to use the finder cachenull
if a matching ddm template could not be foundpublic static DDMTemplate removeBySmallImageId(long smallImageId) throws NoSuchTemplateException
smallImageId
- the small image IDNoSuchTemplateException
public static int countBySmallImageId(long smallImageId)
smallImageId
- the small image IDpublic static java.util.List<DDMTemplate> findByG_C(long groupId, long classNameId)
groupId
- the group IDclassNameId
- the class name IDpublic static java.util.List<DDMTemplate> findByG_C(long groupId, long classNameId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static DDMTemplate findByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate findByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate[] findByG_C_PrevAndNext(long templateId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templategroupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static java.util.List<DDMTemplate> filterFindByG_C(long groupId, long classNameId)
groupId
- the group IDclassNameId
- the class name IDpublic static java.util.List<DDMTemplate> filterFindByG_C(long groupId, long classNameId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> filterFindByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DDMTemplate[] filterFindByG_C_PrevAndNext(long templateId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templategroupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static void removeByG_C(long groupId, long classNameId)
groupId
- the group IDclassNameId
- the class name IDpublic static int countByG_C(long groupId, long classNameId)
groupId
- the group IDclassNameId
- the class name IDpublic static int filterCountByG_C(long groupId, long classNameId)
groupId
- the group IDclassNameId
- the class name IDpublic static java.util.List<DDMTemplate> findByG_CPK(long groupId, long classPK)
groupId
- the group IDclassPK
- the class pkpublic static java.util.List<DDMTemplate> findByG_CPK(long groupId, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findByG_CPK(long groupId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByG_CPK(long groupId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static DDMTemplate findByG_CPK_First(long groupId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
groupId
- the group IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByG_CPK_First(long groupId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
groupId
- the group IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate findByG_CPK_Last(long groupId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
groupId
- the group IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByG_CPK_Last(long groupId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
groupId
- the group IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate[] findByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templategroupId
- the group IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static java.util.List<DDMTemplate> filterFindByG_CPK(long groupId, long classPK)
groupId
- the group IDclassPK
- the class pkpublic static java.util.List<DDMTemplate> filterFindByG_CPK(long groupId, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> filterFindByG_CPK(long groupId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DDMTemplate[] filterFindByG_CPK_PrevAndNext(long templateId, long groupId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templategroupId
- the group IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static java.util.List<DDMTemplate> filterFindByG_CPK(long[] groupIds, long classPK)
groupIds
- the group IDsclassPK
- the class pkpublic static java.util.List<DDMTemplate> filterFindByG_CPK(long[] groupIds, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupIds
- the group IDsclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> filterFindByG_CPK(long[] groupIds, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupIds
- the group IDsclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByG_CPK(long[] groupIds, long classPK)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupIds
- the group IDsclassPK
- the class pkpublic static java.util.List<DDMTemplate> findByG_CPK(long[] groupIds, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupIds
- the group IDsclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findByG_CPK(long[] groupIds, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupIds
- the group IDsclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByG_CPK(long[] groupIds, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeByG_CPK(long groupId, long classPK)
groupId
- the group IDclassPK
- the class pkpublic static int countByG_CPK(long groupId, long classPK)
groupId
- the group IDclassPK
- the class pkpublic static int countByG_CPK(long[] groupIds, long classPK)
groupIds
- the group IDsclassPK
- the class pkpublic static int filterCountByG_CPK(long groupId, long classPK)
groupId
- the group IDclassPK
- the class pkpublic static int filterCountByG_CPK(long[] groupIds, long classPK)
groupIds
- the group IDsclassPK
- the class pkpublic static java.util.List<DDMTemplate> findByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static java.util.List<DDMTemplate> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static DDMTemplate findByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate findByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate[] findByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templategroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static java.util.List<DDMTemplate> filterFindByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static java.util.List<DDMTemplate> filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DDMTemplate[] filterFindByG_C_C_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templategroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static java.util.List<DDMTemplate> filterFindByG_C_C(long[] groupIds, long classNameId, long classPK)
groupIds
- the group IDsclassNameId
- the class name IDclassPK
- the class pkpublic static java.util.List<DDMTemplate> filterFindByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupIds
- the group IDsclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> filterFindByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupIds
- the group IDsclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByG_C_C(long[] groupIds, long classNameId, long classPK)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupIds
- the group IDsclassNameId
- the class name IDclassPK
- the class pkpublic static java.util.List<DDMTemplate> findByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupIds
- the group IDsclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupIds
- the group IDsclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByG_C_C(long[] groupIds, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static int countByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static int countByG_C_C(long[] groupIds, long classNameId, long classPK)
groupIds
- the group IDsclassNameId
- the class name IDclassPK
- the class pkpublic static int filterCountByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static int filterCountByG_C_C(long[] groupIds, long classNameId, long classPK)
groupIds
- the group IDsclassNameId
- the class name IDclassPK
- the class pkpublic static DDMTemplate findByG_C_T(long groupId, long classNameId, java.lang.String templateKey) throws NoSuchTemplateException
NoSuchTemplateException
if it could not be found.groupId
- the group IDclassNameId
- the class name IDtemplateKey
- the template keyNoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByG_C_T(long groupId, long classNameId, java.lang.String templateKey)
null
if it could not be found. Uses the finder cache.groupId
- the group IDclassNameId
- the class name IDtemplateKey
- the template keynull
if a matching ddm template could not be foundpublic static DDMTemplate fetchByG_C_T(long groupId, long classNameId, java.lang.String templateKey, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDclassNameId
- the class name IDtemplateKey
- the template keyuseFinderCache
- whether to use the finder cachenull
if a matching ddm template could not be foundpublic static DDMTemplate removeByG_C_T(long groupId, long classNameId, java.lang.String templateKey) throws NoSuchTemplateException
groupId
- the group IDclassNameId
- the class name IDtemplateKey
- the template keyNoSuchTemplateException
public static int countByG_C_T(long groupId, long classNameId, java.lang.String templateKey)
groupId
- the group IDclassNameId
- the class name IDtemplateKey
- the template keypublic static java.util.List<DDMTemplate> findByC_C_T(long classNameId, long classPK, java.lang.String type)
classNameId
- the class name IDclassPK
- the class pktype
- the typepublic static java.util.List<DDMTemplate> findByC_C_T(long classNameId, long classPK, java.lang.String type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
classNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findByC_C_T(long classNameId, long classPK, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
classNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByC_C_T(long classNameId, long classPK, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
classNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static DDMTemplate findByC_C_T_First(long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByC_C_T_First(long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate findByC_C_T_Last(long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByC_C_T_Last(long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate[] findByC_C_T_PrevAndNext(long templateId, long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templateclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static void removeByC_C_T(long classNameId, long classPK, java.lang.String type)
classNameId
- the class name IDclassPK
- the class pktype
- the typepublic static int countByC_C_T(long classNameId, long classPK, java.lang.String type)
classNameId
- the class name IDclassPK
- the class pktype
- the typepublic static java.util.List<DDMTemplate> findByG_C_C_T(long groupId, long classNameId, long classPK, java.lang.String type)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typepublic static java.util.List<DDMTemplate> findByG_C_C_T(long groupId, long classNameId, long classPK, java.lang.String type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findByG_C_C_T(long groupId, long classNameId, long classPK, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByG_C_C_T(long groupId, long classNameId, long classPK, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static DDMTemplate findByG_C_C_T_First(long groupId, long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate findByG_C_C_T_Last(long groupId, long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByG_C_C_T_Last(long groupId, long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate[] findByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templategroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static java.util.List<DDMTemplate> filterFindByG_C_C_T(long groupId, long classNameId, long classPK, java.lang.String type)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typepublic static java.util.List<DDMTemplate> filterFindByG_C_C_T(long groupId, long classNameId, long classPK, java.lang.String type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> filterFindByG_C_C_T(long groupId, long classNameId, long classPK, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DDMTemplate[] filterFindByG_C_C_T_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templategroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static void removeByG_C_C_T(long groupId, long classNameId, long classPK, java.lang.String type)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typepublic static int countByG_C_C_T(long groupId, long classNameId, long classPK, java.lang.String type)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typepublic static int filterCountByG_C_C_T(long groupId, long classNameId, long classPK, java.lang.String type)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typepublic static java.util.List<DDMTemplate> findByG_C_C_T_M(long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modepublic static java.util.List<DDMTemplate> findByG_C_C_T_M(long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findByG_C_C_T_M(long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findByG_C_C_T_M(long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static DDMTemplate findByG_C_C_T_M_First(long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByG_C_C_T_M_First(long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate findByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a matching ddm template could not be foundpublic static DDMTemplate fetchByG_C_C_T_M_Last(long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm template could not be foundpublic static DDMTemplate[] findByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templategroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static java.util.List<DDMTemplate> filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modepublic static java.util.List<DDMTemplate> filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> filterFindByG_C_C_T_M(long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modestart
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DDMTemplate[] filterFindByG_C_C_T_M_PrevAndNext(long templateId, long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator) throws NoSuchTemplateException
templateId
- the primary key of the current ddm templategroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static void removeByG_C_C_T_M(long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modepublic static int countByG_C_C_T_M(long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modepublic static int filterCountByG_C_C_T_M(long groupId, long classNameId, long classPK, java.lang.String type, java.lang.String mode)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pktype
- the typemode
- the modepublic static void cacheResult(DDMTemplate ddmTemplate)
ddmTemplate
- the ddm templatepublic static void cacheResult(java.util.List<DDMTemplate> ddmTemplates)
ddmTemplates
- the ddm templatespublic static DDMTemplate create(long templateId)
templateId
- the primary key for the new ddm templatepublic static DDMTemplate remove(long templateId) throws NoSuchTemplateException
templateId
- the primary key of the ddm templateNoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static DDMTemplate updateImpl(DDMTemplate ddmTemplate)
public static DDMTemplate findByPrimaryKey(long templateId) throws NoSuchTemplateException
NoSuchTemplateException
if it could not be found.templateId
- the primary key of the ddm templateNoSuchTemplateException
- if a ddm template with the primary key could not be foundpublic static DDMTemplate fetchByPrimaryKey(long templateId)
null
if it could not be found.templateId
- the primary key of the ddm templatenull
if a ddm template with the primary key could not be foundpublic static java.util.List<DDMTemplate> findAll()
public static java.util.List<DDMTemplate> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
start
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)public static java.util.List<DDMTemplate> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
start
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<DDMTemplate> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplate> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMTemplateModelImpl
.
start
- the lower bound of the range of ddm templatesend
- the upper bound of the range of ddm templates (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeAll()
public static int countAll()
public static DDMTemplatePersistence getPersistence()