public class AppBuilderAppUtil
extends java.lang.Object
com.liferay.app.builder.service.persistence.impl.AppBuilderAppPersistenceImpl
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
AppBuilderAppPersistence
Constructor and Description |
---|
AppBuilderAppUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(AppBuilderApp appBuilderApp)
Caches the app builder app in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<AppBuilderApp> appBuilderApps)
Caches the app builder apps in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(AppBuilderApp appBuilderApp) |
static int |
countAll()
Returns the number of app builder apps.
|
static int |
countByC_A_S(long companyId,
boolean active,
java.lang.String scope)
Returns the number of app builder apps where companyId = ? and active = ? and scope = ?.
|
static int |
countByC_A(long companyId,
boolean active)
Returns the number of app builder apps where companyId = ? and active = ?.
|
static int |
countByC_S(long companyId,
java.lang.String scope)
Returns the number of app builder apps where companyId = ? and scope = ?.
|
static int |
countByCompanyId(long companyId)
Returns the number of app builder apps where companyId = ?.
|
static int |
countByDDMStructureId(long ddmStructureId)
Returns the number of app builder apps where ddmStructureId = ?.
|
static int |
countByG_C_D(long groupId,
long companyId,
long ddmStructureId)
Returns the number of app builder apps where groupId = ? and companyId = ? and ddmStructureId = ?.
|
static int |
countByG_C_DDMSI_S(long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope)
Returns the number of app builder apps where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ?.
|
static int |
countByG_S(long groupId,
java.lang.String scope)
Returns the number of app builder apps where groupId = ? and scope = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of app builder apps where groupId = ?.
|
static int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of app builder apps where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of app builder apps where uuid = ? and groupId = ?.
|
static int |
countByUuid(java.lang.String uuid)
Returns the number of app builder apps where uuid = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static AppBuilderApp |
create(long appBuilderAppId)
Creates a new app builder app with the primary key.
|
static AppBuilderApp |
fetchByC_A_First(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where companyId = ? and active = ?.
|
static AppBuilderApp |
fetchByC_A_Last(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where companyId = ? and active = ?.
|
static AppBuilderApp |
fetchByC_A_S_First(long companyId,
boolean active,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where companyId = ? and active = ? and scope = ?.
|
static AppBuilderApp |
fetchByC_A_S_Last(long companyId,
boolean active,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where companyId = ? and active = ? and scope = ?.
|
static AppBuilderApp |
fetchByC_S_First(long companyId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where companyId = ? and scope = ?.
|
static AppBuilderApp |
fetchByC_S_Last(long companyId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where companyId = ? and scope = ?.
|
static AppBuilderApp |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where companyId = ?.
|
static AppBuilderApp |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where companyId = ?.
|
static AppBuilderApp |
fetchByDDMStructureId_First(long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where ddmStructureId = ?.
|
static AppBuilderApp |
fetchByDDMStructureId_Last(long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where ddmStructureId = ?.
|
static AppBuilderApp |
fetchByG_C_D_First(long groupId,
long companyId,
long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.
|
static AppBuilderApp |
fetchByG_C_D_Last(long groupId,
long companyId,
long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.
|
static AppBuilderApp |
fetchByG_C_DDMSI_S_First(long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ?.
|
static AppBuilderApp |
fetchByG_C_DDMSI_S_Last(long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ?.
|
static AppBuilderApp |
fetchByG_S_First(long groupId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where groupId = ? and scope = ?.
|
static AppBuilderApp |
fetchByG_S_Last(long groupId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where groupId = ? and scope = ?.
|
static AppBuilderApp |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where groupId = ?.
|
static AppBuilderApp |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where groupId = ?.
|
static AppBuilderApp |
fetchByPrimaryKey(long appBuilderAppId)
Returns the app builder app with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,AppBuilderApp> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static AppBuilderApp |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where uuid = ? and companyId = ?.
|
static AppBuilderApp |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where uuid = ? and companyId = ?.
|
static AppBuilderApp |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where uuid = ?.
|
static AppBuilderApp |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the app builder app where uuid = ? and groupId = ? or returns
null if it could not be found. |
static AppBuilderApp |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the app builder app where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static AppBuilderApp |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where uuid = ?.
|
static int |
filterCountByG_C_D(long groupId,
long companyId,
long ddmStructureId)
Returns the number of app builder apps that the user has permission to view where groupId = ? and companyId = ? and ddmStructureId = ?.
|
static int |
filterCountByG_C_DDMSI_S(long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope)
Returns the number of app builder apps that the user has permission to view where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ?.
|
static int |
filterCountByG_S(long groupId,
java.lang.String scope)
Returns the number of app builder apps that the user has permission to view where groupId = ? and scope = ?.
|
static int |
filterCountByGroupId(long groupId)
Returns the number of app builder apps that the user has permission to view where groupId = ?.
|
static AppBuilderApp[] |
filterFindByG_C_D_PrevAndNext(long appBuilderAppId,
long groupId,
long companyId,
long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the app builder apps before and after the current app builder app in the ordered set of app builder apps that the user has permission to view where groupId = ? and companyId = ? and ddmStructureId = ?.
|
static java.util.List<AppBuilderApp> |
filterFindByG_C_D(long groupId,
long companyId,
long ddmStructureId)
Returns all the app builder apps that the user has permission to view where groupId = ? and companyId = ? and ddmStructureId = ?.
|
static java.util.List<AppBuilderApp> |
filterFindByG_C_D(long groupId,
long companyId,
long ddmStructureId,
int start,
int end)
Returns a range of all the app builder apps that the user has permission to view where groupId = ? and companyId = ? and ddmStructureId = ?.
|
static java.util.List<AppBuilderApp> |
filterFindByG_C_D(long groupId,
long companyId,
long ddmStructureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps that the user has permissions to view where groupId = ? and companyId = ? and ddmStructureId = ?.
|
static AppBuilderApp[] |
filterFindByG_C_DDMSI_S_PrevAndNext(long appBuilderAppId,
long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the app builder apps before and after the current app builder app in the ordered set of app builder apps that the user has permission to view where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
filterFindByG_C_DDMSI_S(long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope)
Returns all the app builder apps that the user has permission to view where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
filterFindByG_C_DDMSI_S(long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope,
int start,
int end)
Returns a range of all the app builder apps that the user has permission to view where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
filterFindByG_C_DDMSI_S(long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps that the user has permissions to view where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ?.
|
static AppBuilderApp[] |
filterFindByG_S_PrevAndNext(long appBuilderAppId,
long groupId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the app builder apps before and after the current app builder app in the ordered set of app builder apps that the user has permission to view where groupId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
filterFindByG_S(long groupId,
java.lang.String scope)
Returns all the app builder apps that the user has permission to view where groupId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
filterFindByG_S(long groupId,
java.lang.String scope,
int start,
int end)
Returns a range of all the app builder apps that the user has permission to view where groupId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
filterFindByG_S(long groupId,
java.lang.String scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps that the user has permissions to view where groupId = ? and scope = ?.
|
static AppBuilderApp[] |
filterFindByGroupId_PrevAndNext(long appBuilderAppId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the app builder apps before and after the current app builder app in the ordered set of app builder apps that the user has permission to view where groupId = ?.
|
static java.util.List<AppBuilderApp> |
filterFindByGroupId(long groupId)
Returns all the app builder apps that the user has permission to view where groupId = ?.
|
static java.util.List<AppBuilderApp> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the app builder apps that the user has permission to view where groupId = ?.
|
static java.util.List<AppBuilderApp> |
filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps that the user has permissions to view where groupId = ?.
|
static java.util.List<AppBuilderApp> |
findAll()
Returns all the app builder apps.
|
static java.util.List<AppBuilderApp> |
findAll(int start,
int end)
Returns a range of all the app builder apps.
|
static java.util.List<AppBuilderApp> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps.
|
static java.util.List<AppBuilderApp> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder apps.
|
static AppBuilderApp |
findByC_A_First(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where companyId = ? and active = ?.
|
static AppBuilderApp |
findByC_A_Last(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where companyId = ? and active = ?.
|
static AppBuilderApp[] |
findByC_A_PrevAndNext(long appBuilderAppId,
long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the app builder apps before and after the current app builder app in the ordered set where companyId = ? and active = ?.
|
static AppBuilderApp |
findByC_A_S_First(long companyId,
boolean active,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where companyId = ? and active = ? and scope = ?.
|
static AppBuilderApp |
findByC_A_S_Last(long companyId,
boolean active,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where companyId = ? and active = ? and scope = ?.
|
static AppBuilderApp[] |
findByC_A_S_PrevAndNext(long appBuilderAppId,
long companyId,
boolean active,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the app builder apps before and after the current app builder app in the ordered set where companyId = ? and active = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByC_A_S(long companyId,
boolean active,
java.lang.String scope)
Returns all the app builder apps where companyId = ? and active = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByC_A_S(long companyId,
boolean active,
java.lang.String scope,
int start,
int end)
Returns a range of all the app builder apps where companyId = ? and active = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByC_A_S(long companyId,
boolean active,
java.lang.String scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps where companyId = ? and active = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByC_A_S(long companyId,
boolean active,
java.lang.String scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder apps where companyId = ? and active = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByC_A(long companyId,
boolean active)
Returns all the app builder apps where companyId = ? and active = ?.
|
static java.util.List<AppBuilderApp> |
findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the app builder apps where companyId = ? and active = ?.
|
static java.util.List<AppBuilderApp> |
findByC_A(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps where companyId = ? and active = ?.
|
static java.util.List<AppBuilderApp> |
findByC_A(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder apps where companyId = ? and active = ?.
|
static AppBuilderApp |
findByC_S_First(long companyId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where companyId = ? and scope = ?.
|
static AppBuilderApp |
findByC_S_Last(long companyId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where companyId = ? and scope = ?.
|
static AppBuilderApp[] |
findByC_S_PrevAndNext(long appBuilderAppId,
long companyId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the app builder apps before and after the current app builder app in the ordered set where companyId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByC_S(long companyId,
java.lang.String scope)
Returns all the app builder apps where companyId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByC_S(long companyId,
java.lang.String scope,
int start,
int end)
Returns a range of all the app builder apps where companyId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByC_S(long companyId,
java.lang.String scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps where companyId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByC_S(long companyId,
java.lang.String scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder apps where companyId = ? and scope = ?.
|
static AppBuilderApp |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where companyId = ?.
|
static AppBuilderApp |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where companyId = ?.
|
static AppBuilderApp[] |
findByCompanyId_PrevAndNext(long appBuilderAppId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the app builder apps before and after the current app builder app in the ordered set where companyId = ?.
|
static java.util.List<AppBuilderApp> |
findByCompanyId(long companyId)
Returns all the app builder apps where companyId = ?.
|
static java.util.List<AppBuilderApp> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the app builder apps where companyId = ?.
|
static java.util.List<AppBuilderApp> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps where companyId = ?.
|
static java.util.List<AppBuilderApp> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder apps where companyId = ?.
|
static AppBuilderApp |
findByDDMStructureId_First(long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where ddmStructureId = ?.
|
static AppBuilderApp |
findByDDMStructureId_Last(long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where ddmStructureId = ?.
|
static AppBuilderApp[] |
findByDDMStructureId_PrevAndNext(long appBuilderAppId,
long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the app builder apps before and after the current app builder app in the ordered set where ddmStructureId = ?.
|
static java.util.List<AppBuilderApp> |
findByDDMStructureId(long ddmStructureId)
Returns all the app builder apps where ddmStructureId = ?.
|
static java.util.List<AppBuilderApp> |
findByDDMStructureId(long ddmStructureId,
int start,
int end)
Returns a range of all the app builder apps where ddmStructureId = ?.
|
static java.util.List<AppBuilderApp> |
findByDDMStructureId(long ddmStructureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps where ddmStructureId = ?.
|
static java.util.List<AppBuilderApp> |
findByDDMStructureId(long ddmStructureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder apps where ddmStructureId = ?.
|
static AppBuilderApp |
findByG_C_D_First(long groupId,
long companyId,
long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.
|
static AppBuilderApp |
findByG_C_D_Last(long groupId,
long companyId,
long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.
|
static AppBuilderApp[] |
findByG_C_D_PrevAndNext(long appBuilderAppId,
long groupId,
long companyId,
long ddmStructureId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the app builder apps before and after the current app builder app in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ?.
|
static java.util.List<AppBuilderApp> |
findByG_C_D(long groupId,
long companyId,
long ddmStructureId)
Returns all the app builder apps where groupId = ? and companyId = ? and ddmStructureId = ?.
|
static java.util.List<AppBuilderApp> |
findByG_C_D(long groupId,
long companyId,
long ddmStructureId,
int start,
int end)
Returns a range of all the app builder apps where groupId = ? and companyId = ? and ddmStructureId = ?.
|
static java.util.List<AppBuilderApp> |
findByG_C_D(long groupId,
long companyId,
long ddmStructureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps where groupId = ? and companyId = ? and ddmStructureId = ?.
|
static java.util.List<AppBuilderApp> |
findByG_C_D(long groupId,
long companyId,
long ddmStructureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder apps where groupId = ? and companyId = ? and ddmStructureId = ?.
|
static AppBuilderApp |
findByG_C_DDMSI_S_First(long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ?.
|
static AppBuilderApp |
findByG_C_DDMSI_S_Last(long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ?.
|
static AppBuilderApp[] |
findByG_C_DDMSI_S_PrevAndNext(long appBuilderAppId,
long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the app builder apps before and after the current app builder app in the ordered set where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByG_C_DDMSI_S(long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope)
Returns all the app builder apps where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByG_C_DDMSI_S(long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope,
int start,
int end)
Returns a range of all the app builder apps where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByG_C_DDMSI_S(long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByG_C_DDMSI_S(long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder apps where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ?.
|
static AppBuilderApp |
findByG_S_First(long groupId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where groupId = ? and scope = ?.
|
static AppBuilderApp |
findByG_S_Last(long groupId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where groupId = ? and scope = ?.
|
static AppBuilderApp[] |
findByG_S_PrevAndNext(long appBuilderAppId,
long groupId,
java.lang.String scope,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the app builder apps before and after the current app builder app in the ordered set where groupId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByG_S(long groupId,
java.lang.String scope)
Returns all the app builder apps where groupId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByG_S(long groupId,
java.lang.String scope,
int start,
int end)
Returns a range of all the app builder apps where groupId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByG_S(long groupId,
java.lang.String scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps where groupId = ? and scope = ?.
|
static java.util.List<AppBuilderApp> |
findByG_S(long groupId,
java.lang.String scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder apps where groupId = ? and scope = ?.
|
static AppBuilderApp |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where groupId = ?.
|
static AppBuilderApp |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where groupId = ?.
|
static AppBuilderApp[] |
findByGroupId_PrevAndNext(long appBuilderAppId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the app builder apps before and after the current app builder app in the ordered set where groupId = ?.
|
static java.util.List<AppBuilderApp> |
findByGroupId(long groupId)
Returns all the app builder apps where groupId = ?.
|
static java.util.List<AppBuilderApp> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the app builder apps where groupId = ?.
|
static java.util.List<AppBuilderApp> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps where groupId = ?.
|
static java.util.List<AppBuilderApp> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder apps where groupId = ?.
|
static AppBuilderApp |
findByPrimaryKey(long appBuilderAppId)
Returns the app builder app with the primary key or throws a
NoSuchAppException if it could not be found. |
static AppBuilderApp |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where uuid = ? and companyId = ?.
|
static AppBuilderApp |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where uuid = ? and companyId = ?.
|
static AppBuilderApp[] |
findByUuid_C_PrevAndNext(long appBuilderAppId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the app builder apps before and after the current app builder app in the ordered set where uuid = ? and companyId = ?.
|
static java.util.List<AppBuilderApp> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the app builder apps where uuid = ? and companyId = ?.
|
static java.util.List<AppBuilderApp> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the app builder apps where uuid = ? and companyId = ?.
|
static java.util.List<AppBuilderApp> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps where uuid = ? and companyId = ?.
|
static java.util.List<AppBuilderApp> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder apps where uuid = ? and companyId = ?.
|
static AppBuilderApp |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the first app builder app in the ordered set where uuid = ?.
|
static AppBuilderApp |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the app builder app where uuid = ? and groupId = ? or throws a
NoSuchAppException if it could not be found. |
static AppBuilderApp |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the last app builder app in the ordered set where uuid = ?.
|
static AppBuilderApp[] |
findByUuid_PrevAndNext(long appBuilderAppId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns the app builder apps before and after the current app builder app in the ordered set where uuid = ?.
|
static java.util.List<AppBuilderApp> |
findByUuid(java.lang.String uuid)
Returns all the app builder apps where uuid = ?.
|
static java.util.List<AppBuilderApp> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the app builder apps where uuid = ?.
|
static java.util.List<AppBuilderApp> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
Returns an ordered range of all the app builder apps where uuid = ?.
|
static java.util.List<AppBuilderApp> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the app builder apps where uuid = ?.
|
static java.util.List<AppBuilderApp> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<AppBuilderApp> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<AppBuilderApp> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) |
static AppBuilderAppPersistence |
getPersistence() |
static AppBuilderApp |
remove(long appBuilderAppId)
Removes the app builder app with the primary key from the database.
|
static void |
removeAll()
Removes all the app builder apps from the database.
|
static void |
removeByC_A_S(long companyId,
boolean active,
java.lang.String scope)
Removes all the app builder apps where companyId = ? and active = ? and scope = ? from the database.
|
static void |
removeByC_A(long companyId,
boolean active)
Removes all the app builder apps where companyId = ? and active = ? from the database.
|
static void |
removeByC_S(long companyId,
java.lang.String scope)
Removes all the app builder apps where companyId = ? and scope = ? from the database.
|
static void |
removeByCompanyId(long companyId)
Removes all the app builder apps where companyId = ? from the database.
|
static void |
removeByDDMStructureId(long ddmStructureId)
Removes all the app builder apps where ddmStructureId = ? from the database.
|
static void |
removeByG_C_D(long groupId,
long companyId,
long ddmStructureId)
Removes all the app builder apps where groupId = ? and companyId = ? and ddmStructureId = ? from the database.
|
static void |
removeByG_C_DDMSI_S(long groupId,
long companyId,
long ddmStructureId,
java.lang.String scope)
Removes all the app builder apps where groupId = ? and companyId = ? and ddmStructureId = ? and scope = ? from the database.
|
static void |
removeByG_S(long groupId,
java.lang.String scope)
Removes all the app builder apps where groupId = ? and scope = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the app builder apps where groupId = ? from the database.
|
static void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the app builder apps where uuid = ? and companyId = ? from the database.
|
static AppBuilderApp |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the app builder app where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(java.lang.String uuid)
Removes all the app builder apps where uuid = ? from the database.
|
static AppBuilderApp |
update(AppBuilderApp appBuilderApp) |
static AppBuilderApp |
update(AppBuilderApp appBuilderApp,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static AppBuilderApp |
updateImpl(AppBuilderApp appBuilderApp) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(AppBuilderApp appBuilderApp)
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,AppBuilderApp> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<AppBuilderApp> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<AppBuilderApp> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<AppBuilderApp> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static AppBuilderApp update(AppBuilderApp appBuilderApp)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static AppBuilderApp update(AppBuilderApp appBuilderApp, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<AppBuilderApp> findByUuid(java.lang.String uuid)
uuid
- the uuidpublic static java.util.List<AppBuilderApp> 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 AppBuilderAppModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<AppBuilderApp> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static AppBuilderApp findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp[] findByUuid_PrevAndNext(long appBuilderAppId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
appBuilderAppId
- the primary key of the current app builder appuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a app builder app 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 AppBuilderApp findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchAppException
NoSuchAppException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp 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 app builder app could not be foundpublic static AppBuilderApp 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 app builder app could not be foundpublic static AppBuilderApp removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchAppException
uuid
- the uuidgroupId
- the group IDNoSuchAppException
public static int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static java.util.List<AppBuilderApp> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<AppBuilderApp> 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 AppBuilderAppModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<AppBuilderApp> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static AppBuilderApp findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp[] findByUuid_C_PrevAndNext(long appBuilderAppId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
appBuilderAppId
- the primary key of the current app builder appuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a app builder app 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<AppBuilderApp> findByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<AppBuilderApp> 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 AppBuilderAppModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<AppBuilderApp> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static AppBuilderApp findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp[] findByGroupId_PrevAndNext(long appBuilderAppId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
appBuilderAppId
- the primary key of the current app builder appgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a app builder app with the primary key could not be foundpublic static java.util.List<AppBuilderApp> filterFindByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<AppBuilderApp> 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 AppBuilderAppModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static AppBuilderApp[] filterFindByGroupId_PrevAndNext(long appBuilderAppId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
appBuilderAppId
- the primary key of the current app builder appgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a app builder app 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<AppBuilderApp> findByCompanyId(long companyId)
companyId
- the company IDpublic static java.util.List<AppBuilderApp> findByCompanyId(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 AppBuilderAppModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<AppBuilderApp> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static AppBuilderApp findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp[] findByCompanyId_PrevAndNext(long appBuilderAppId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
appBuilderAppId
- the primary key of the current app builder appcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a app builder app with the primary key could not be foundpublic static void removeByCompanyId(long companyId)
companyId
- the company IDpublic static int countByCompanyId(long companyId)
companyId
- the company IDpublic static java.util.List<AppBuilderApp> findByDDMStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure IDpublic static java.util.List<AppBuilderApp> findByDDMStructureId(long ddmStructureId, 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 AppBuilderAppModelImpl
.
ddmStructureId
- the ddm structure IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
ddmStructureId
- the ddm structure IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<AppBuilderApp> findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
ddmStructureId
- the ddm structure IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static AppBuilderApp findByDDMStructureId_First(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByDDMStructureId_First(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp findByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp[] findByDDMStructureId_PrevAndNext(long appBuilderAppId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
appBuilderAppId
- the primary key of the current app builder appddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a app builder app with the primary key could not be foundpublic static void removeByDDMStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure IDpublic static int countByDDMStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure IDpublic static java.util.List<AppBuilderApp> findByG_S(long groupId, java.lang.String scope)
groupId
- the group IDscope
- the scopepublic static java.util.List<AppBuilderApp> findByG_S(long groupId, java.lang.String scope, 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 AppBuilderAppModelImpl
.
groupId
- the group IDscope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> findByG_S(long groupId, java.lang.String scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
groupId
- the group IDscope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<AppBuilderApp> findByG_S(long groupId, java.lang.String scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
groupId
- the group IDscope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static AppBuilderApp findByG_S_First(long groupId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
groupId
- the group IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByG_S_First(long groupId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
groupId
- the group IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp findByG_S_Last(long groupId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
groupId
- the group IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByG_S_Last(long groupId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
groupId
- the group IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp[] findByG_S_PrevAndNext(long appBuilderAppId, long groupId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
appBuilderAppId
- the primary key of the current app builder appgroupId
- the group IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a app builder app with the primary key could not be foundpublic static java.util.List<AppBuilderApp> filterFindByG_S(long groupId, java.lang.String scope)
groupId
- the group IDscope
- the scopepublic static java.util.List<AppBuilderApp> filterFindByG_S(long groupId, java.lang.String scope, 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 AppBuilderAppModelImpl
.
groupId
- the group IDscope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> filterFindByG_S(long groupId, java.lang.String scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
groupId
- the group IDscope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static AppBuilderApp[] filterFindByG_S_PrevAndNext(long appBuilderAppId, long groupId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
appBuilderAppId
- the primary key of the current app builder appgroupId
- the group IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a app builder app with the primary key could not be foundpublic static void removeByG_S(long groupId, java.lang.String scope)
groupId
- the group IDscope
- the scopepublic static int countByG_S(long groupId, java.lang.String scope)
groupId
- the group IDscope
- the scopepublic static int filterCountByG_S(long groupId, java.lang.String scope)
groupId
- the group IDscope
- the scopepublic static java.util.List<AppBuilderApp> findByC_A(long companyId, boolean active)
companyId
- the company IDactive
- the activepublic static java.util.List<AppBuilderApp> findByC_A(long companyId, boolean active, 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 AppBuilderAppModelImpl
.
companyId
- the company IDactive
- the activestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> findByC_A(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
companyId
- the company IDactive
- the activestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<AppBuilderApp> findByC_A(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
companyId
- the company IDactive
- the activestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static AppBuilderApp findByC_A_First(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByC_A_First(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp findByC_A_Last(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByC_A_Last(long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp[] findByC_A_PrevAndNext(long appBuilderAppId, long companyId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
appBuilderAppId
- the primary key of the current app builder appcompanyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a app builder app with the primary key could not be foundpublic static void removeByC_A(long companyId, boolean active)
companyId
- the company IDactive
- the activepublic static int countByC_A(long companyId, boolean active)
companyId
- the company IDactive
- the activepublic static java.util.List<AppBuilderApp> findByC_S(long companyId, java.lang.String scope)
companyId
- the company IDscope
- the scopepublic static java.util.List<AppBuilderApp> findByC_S(long companyId, java.lang.String scope, 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 AppBuilderAppModelImpl
.
companyId
- the company IDscope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> findByC_S(long companyId, java.lang.String scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
companyId
- the company IDscope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<AppBuilderApp> findByC_S(long companyId, java.lang.String scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
companyId
- the company IDscope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static AppBuilderApp findByC_S_First(long companyId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
companyId
- the company IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByC_S_First(long companyId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
companyId
- the company IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp findByC_S_Last(long companyId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
companyId
- the company IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByC_S_Last(long companyId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
companyId
- the company IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp[] findByC_S_PrevAndNext(long appBuilderAppId, long companyId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
appBuilderAppId
- the primary key of the current app builder appcompanyId
- the company IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a app builder app with the primary key could not be foundpublic static void removeByC_S(long companyId, java.lang.String scope)
companyId
- the company IDscope
- the scopepublic static int countByC_S(long companyId, java.lang.String scope)
companyId
- the company IDscope
- the scopepublic static java.util.List<AppBuilderApp> findByG_C_D(long groupId, long companyId, long ddmStructureId)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDpublic static java.util.List<AppBuilderApp> findByG_C_D(long groupId, long companyId, long ddmStructureId, 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 AppBuilderAppModelImpl
.
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> findByG_C_D(long groupId, long companyId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<AppBuilderApp> findByG_C_D(long groupId, long companyId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static AppBuilderApp findByG_C_D_First(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByG_C_D_First(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp findByG_C_D_Last(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByG_C_D_Last(long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp[] findByG_C_D_PrevAndNext(long appBuilderAppId, long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
appBuilderAppId
- the primary key of the current app builder appgroupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a app builder app with the primary key could not be foundpublic static java.util.List<AppBuilderApp> filterFindByG_C_D(long groupId, long companyId, long ddmStructureId)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDpublic static java.util.List<AppBuilderApp> filterFindByG_C_D(long groupId, long companyId, long ddmStructureId, 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 AppBuilderAppModelImpl
.
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> filterFindByG_C_D(long groupId, long companyId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDstart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static AppBuilderApp[] filterFindByG_C_D_PrevAndNext(long appBuilderAppId, long groupId, long companyId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
appBuilderAppId
- the primary key of the current app builder appgroupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a app builder app with the primary key could not be foundpublic static void removeByG_C_D(long groupId, long companyId, long ddmStructureId)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDpublic static int countByG_C_D(long groupId, long companyId, long ddmStructureId)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDpublic static int filterCountByG_C_D(long groupId, long companyId, long ddmStructureId)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDpublic static java.util.List<AppBuilderApp> findByC_A_S(long companyId, boolean active, java.lang.String scope)
companyId
- the company IDactive
- the activescope
- the scopepublic static java.util.List<AppBuilderApp> findByC_A_S(long companyId, boolean active, java.lang.String scope, 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 AppBuilderAppModelImpl
.
companyId
- the company IDactive
- the activescope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> findByC_A_S(long companyId, boolean active, java.lang.String scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
companyId
- the company IDactive
- the activescope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<AppBuilderApp> findByC_A_S(long companyId, boolean active, java.lang.String scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
companyId
- the company IDactive
- the activescope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static AppBuilderApp findByC_A_S_First(long companyId, boolean active, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
companyId
- the company IDactive
- the activescope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByC_A_S_First(long companyId, boolean active, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
companyId
- the company IDactive
- the activescope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp findByC_A_S_Last(long companyId, boolean active, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
companyId
- the company IDactive
- the activescope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByC_A_S_Last(long companyId, boolean active, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
companyId
- the company IDactive
- the activescope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp[] findByC_A_S_PrevAndNext(long appBuilderAppId, long companyId, boolean active, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
appBuilderAppId
- the primary key of the current app builder appcompanyId
- the company IDactive
- the activescope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a app builder app with the primary key could not be foundpublic static void removeByC_A_S(long companyId, boolean active, java.lang.String scope)
companyId
- the company IDactive
- the activescope
- the scopepublic static int countByC_A_S(long companyId, boolean active, java.lang.String scope)
companyId
- the company IDactive
- the activescope
- the scopepublic static java.util.List<AppBuilderApp> findByG_C_DDMSI_S(long groupId, long companyId, long ddmStructureId, java.lang.String scope)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopepublic static java.util.List<AppBuilderApp> findByG_C_DDMSI_S(long groupId, long companyId, long ddmStructureId, java.lang.String scope, 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 AppBuilderAppModelImpl
.
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> findByG_C_DDMSI_S(long groupId, long companyId, long ddmStructureId, java.lang.String scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<AppBuilderApp> findByG_C_DDMSI_S(long groupId, long companyId, long ddmStructureId, java.lang.String scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static AppBuilderApp findByG_C_DDMSI_S_First(long groupId, long companyId, long ddmStructureId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByG_C_DDMSI_S_First(long groupId, long companyId, long ddmStructureId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp findByG_C_DDMSI_S_Last(long groupId, long companyId, long ddmStructureId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a matching app builder app could not be foundpublic static AppBuilderApp fetchByG_C_DDMSI_S_Last(long groupId, long companyId, long ddmStructureId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching app builder app could not be foundpublic static AppBuilderApp[] findByG_C_DDMSI_S_PrevAndNext(long appBuilderAppId, long groupId, long companyId, long ddmStructureId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
appBuilderAppId
- the primary key of the current app builder appgroupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a app builder app with the primary key could not be foundpublic static java.util.List<AppBuilderApp> filterFindByG_C_DDMSI_S(long groupId, long companyId, long ddmStructureId, java.lang.String scope)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopepublic static java.util.List<AppBuilderApp> filterFindByG_C_DDMSI_S(long groupId, long companyId, long ddmStructureId, java.lang.String scope, 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 AppBuilderAppModelImpl
.
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> filterFindByG_C_DDMSI_S(long groupId, long companyId, long ddmStructureId, java.lang.String scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopestart
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static AppBuilderApp[] filterFindByG_C_DDMSI_S_PrevAndNext(long appBuilderAppId, long groupId, long companyId, long ddmStructureId, java.lang.String scope, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> orderByComparator) throws NoSuchAppException
appBuilderAppId
- the primary key of the current app builder appgroupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAppException
- if a app builder app with the primary key could not be foundpublic static void removeByG_C_DDMSI_S(long groupId, long companyId, long ddmStructureId, java.lang.String scope)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopepublic static int countByG_C_DDMSI_S(long groupId, long companyId, long ddmStructureId, java.lang.String scope)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopepublic static int filterCountByG_C_DDMSI_S(long groupId, long companyId, long ddmStructureId, java.lang.String scope)
groupId
- the group IDcompanyId
- the company IDddmStructureId
- the ddm structure IDscope
- the scopepublic static void cacheResult(AppBuilderApp appBuilderApp)
appBuilderApp
- the app builder apppublic static void cacheResult(java.util.List<AppBuilderApp> appBuilderApps)
appBuilderApps
- the app builder appspublic static AppBuilderApp create(long appBuilderAppId)
appBuilderAppId
- the primary key for the new app builder apppublic static AppBuilderApp remove(long appBuilderAppId) throws NoSuchAppException
appBuilderAppId
- the primary key of the app builder appNoSuchAppException
- if a app builder app with the primary key could not be foundpublic static AppBuilderApp updateImpl(AppBuilderApp appBuilderApp)
public static AppBuilderApp findByPrimaryKey(long appBuilderAppId) throws NoSuchAppException
NoSuchAppException
if it could not be found.appBuilderAppId
- the primary key of the app builder appNoSuchAppException
- if a app builder app with the primary key could not be foundpublic static AppBuilderApp fetchByPrimaryKey(long appBuilderAppId)
null
if it could not be found.appBuilderAppId
- the primary key of the app builder appnull
if a app builder app with the primary key could not be foundpublic static java.util.List<AppBuilderApp> findAll()
public static java.util.List<AppBuilderApp> 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 AppBuilderAppModelImpl
.
start
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)public static java.util.List<AppBuilderApp> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
start
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<AppBuilderApp> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AppBuilderApp> 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 AppBuilderAppModelImpl
.
start
- the lower bound of the range of app builder appsend
- the upper bound of the range of app builder apps (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 AppBuilderAppPersistence getPersistence()