@ProviderType public interface DDMStructurePersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<DDMStructure>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDMStructure>
Caching information and settings can be found in portal.properties
DDMStructureUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(DDMStructure ddmStructure)
Caches the ddm structure in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<DDMStructure> ddmStructures)
Caches the ddm structures in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of ddm structures.
|
int |
countByC_C(long companyId,
long classNameId)
Returns the number of ddm structures where companyId = ? and classNameId = ?.
|
int |
countByG_C_N_D(long[] groupIds,
long classNameId,
java.lang.String name,
java.lang.String description)
Returns the number of ddm structures where groupId = any ? and classNameId = ? and name = ? and description = ?.
|
int |
countByG_C_N_D(long groupId,
long classNameId,
java.lang.String name,
java.lang.String description)
Returns the number of ddm structures where groupId = ? and classNameId = ? and name = ? and description = ?.
|
int |
countByG_C_S(long groupId,
long classNameId,
java.lang.String structureKey)
Returns the number of ddm structures where groupId = ? and classNameId = ? and structureKey = ?.
|
int |
countByG_C(long[] groupIds,
long classNameId)
Returns the number of ddm structures where groupId = any ? and classNameId = ?.
|
int |
countByG_C(long groupId,
long classNameId)
Returns the number of ddm structures where groupId = ? and classNameId = ?.
|
int |
countByG_N_D(long groupId,
java.lang.String name,
java.lang.String description)
Returns the number of ddm structures where groupId = ? and name = ? and description = ?.
|
int |
countByG_P(long groupId,
long parentStructureId)
Returns the number of ddm structures where groupId = ? and parentStructureId = ?.
|
int |
countByGroupId(long groupId)
Returns the number of ddm structures where groupId = ?.
|
int |
countByGroupId(long[] groupIds)
Returns the number of ddm structures where groupId = any ?.
|
int |
countByParentStructureId(long parentStructureId)
Returns the number of ddm structures where parentStructureId = ?.
|
int |
countByStructureKey(java.lang.String structureKey)
Returns the number of ddm structures where structureKey = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of ddm structures where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of ddm structures where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of ddm structures where uuid = ?.
|
DDMStructure |
create(long structureId)
Creates a new ddm structure with the primary key.
|
DDMStructure |
fetchByC_C_First(long companyId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where companyId = ? and classNameId = ?.
|
DDMStructure |
fetchByC_C_Last(long companyId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where companyId = ? and classNameId = ?.
|
DDMStructure |
fetchByG_C_First(long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where groupId = ? and classNameId = ?.
|
DDMStructure |
fetchByG_C_Last(long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where groupId = ? and classNameId = ?.
|
DDMStructure |
fetchByG_C_N_D_First(long groupId,
long classNameId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where groupId = ? and classNameId = ? and name = ? and description = ?.
|
DDMStructure |
fetchByG_C_N_D_Last(long groupId,
long classNameId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where groupId = ? and classNameId = ? and name = ? and description = ?.
|
DDMStructure |
fetchByG_C_S(long groupId,
long classNameId,
java.lang.String structureKey)
Returns the ddm structure where groupId = ? and classNameId = ? and structureKey = ? or returns
null if it could not be found. |
DDMStructure |
fetchByG_C_S(long groupId,
long classNameId,
java.lang.String structureKey,
boolean useFinderCache)
Returns the ddm structure where groupId = ? and classNameId = ? and structureKey = ? or returns
null if it could not be found, optionally using the finder cache. |
DDMStructure |
fetchByG_N_D_First(long groupId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where groupId = ? and name = ? and description = ?.
|
DDMStructure |
fetchByG_N_D_Last(long groupId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where groupId = ? and name = ? and description = ?.
|
DDMStructure |
fetchByG_P_First(long groupId,
long parentStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where groupId = ? and parentStructureId = ?.
|
DDMStructure |
fetchByG_P_Last(long groupId,
long parentStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where groupId = ? and parentStructureId = ?.
|
DDMStructure |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where groupId = ?.
|
DDMStructure |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where groupId = ?.
|
DDMStructure |
fetchByParentStructureId_First(long parentStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where parentStructureId = ?.
|
DDMStructure |
fetchByParentStructureId_Last(long parentStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where parentStructureId = ?.
|
DDMStructure |
fetchByPrimaryKey(long structureId)
Returns the ddm structure with the primary key or returns
null if it could not be found. |
DDMStructure |
fetchByStructureKey_First(java.lang.String structureKey,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where structureKey = ?.
|
DDMStructure |
fetchByStructureKey_Last(java.lang.String structureKey,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where structureKey = ?.
|
DDMStructure |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where uuid = ? and companyId = ?.
|
DDMStructure |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where uuid = ? and companyId = ?.
|
DDMStructure |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where uuid = ?.
|
DDMStructure |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the ddm structure where uuid = ? and groupId = ? or returns
null if it could not be found. |
DDMStructure |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the ddm structure where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
DDMStructure |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where uuid = ?.
|
int |
filterCountByG_C_N_D(long[] groupIds,
long classNameId,
java.lang.String name,
java.lang.String description)
Returns the number of ddm structures that the user has permission to view where groupId = any ? and classNameId = ? and name = ? and description = ?.
|
int |
filterCountByG_C_N_D(long groupId,
long classNameId,
java.lang.String name,
java.lang.String description)
Returns the number of ddm structures that the user has permission to view where groupId = ? and classNameId = ? and name = ? and description = ?.
|
int |
filterCountByG_C(long[] groupIds,
long classNameId)
Returns the number of ddm structures that the user has permission to view where groupId = any ? and classNameId = ?.
|
int |
filterCountByG_C(long groupId,
long classNameId)
Returns the number of ddm structures that the user has permission to view where groupId = ? and classNameId = ?.
|
int |
filterCountByG_N_D(long groupId,
java.lang.String name,
java.lang.String description)
Returns the number of ddm structures that the user has permission to view where groupId = ? and name = ? and description = ?.
|
int |
filterCountByG_P(long groupId,
long parentStructureId)
Returns the number of ddm structures that the user has permission to view where groupId = ? and parentStructureId = ?.
|
int |
filterCountByGroupId(long groupId)
Returns the number of ddm structures that the user has permission to view where groupId = ?.
|
int |
filterCountByGroupId(long[] groupIds)
Returns the number of ddm structures that the user has permission to view where groupId = any ?.
|
DDMStructure[] |
filterFindByG_C_N_D_PrevAndNext(long structureId,
long groupId,
long classNameId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the ddm structures before and after the current ddm structure in the ordered set of ddm structures that the user has permission to view where groupId = ? and classNameId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
filterFindByG_C_N_D(long[] groupIds,
long classNameId,
java.lang.String name,
java.lang.String description)
Returns all the ddm structures that the user has permission to view where groupId = any ? and classNameId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
filterFindByG_C_N_D(long[] groupIds,
long classNameId,
java.lang.String name,
java.lang.String description,
int start,
int end)
Returns a range of all the ddm structures that the user has permission to view where groupId = any ? and classNameId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
filterFindByG_C_N_D(long[] groupIds,
long classNameId,
java.lang.String name,
java.lang.String description,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures that the user has permission to view where groupId = any ? and classNameId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
filterFindByG_C_N_D(long groupId,
long classNameId,
java.lang.String name,
java.lang.String description)
Returns all the ddm structures that the user has permission to view where groupId = ? and classNameId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
filterFindByG_C_N_D(long groupId,
long classNameId,
java.lang.String name,
java.lang.String description,
int start,
int end)
Returns a range of all the ddm structures that the user has permission to view where groupId = ? and classNameId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
filterFindByG_C_N_D(long groupId,
long classNameId,
java.lang.String name,
java.lang.String description,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures that the user has permissions to view where groupId = ? and classNameId = ? and name = ? and description = ?.
|
DDMStructure[] |
filterFindByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the ddm structures before and after the current ddm structure in the ordered set of ddm structures that the user has permission to view where groupId = ? and classNameId = ?.
|
java.util.List<DDMStructure> |
filterFindByG_C(long[] groupIds,
long classNameId)
Returns all the ddm structures that the user has permission to view where groupId = any ? and classNameId = ?.
|
java.util.List<DDMStructure> |
filterFindByG_C(long[] groupIds,
long classNameId,
int start,
int end)
Returns a range of all the ddm structures that the user has permission to view where groupId = any ? and classNameId = ?.
|
java.util.List<DDMStructure> |
filterFindByG_C(long[] groupIds,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures that the user has permission to view where groupId = any ? and classNameId = ?.
|
java.util.List<DDMStructure> |
filterFindByG_C(long groupId,
long classNameId)
Returns all the ddm structures that the user has permission to view where groupId = ? and classNameId = ?.
|
java.util.List<DDMStructure> |
filterFindByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the ddm structures that the user has permission to view where groupId = ? and classNameId = ?.
|
java.util.List<DDMStructure> |
filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures that the user has permissions to view where groupId = ? and classNameId = ?.
|
DDMStructure[] |
filterFindByG_N_D_PrevAndNext(long structureId,
long groupId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the ddm structures before and after the current ddm structure in the ordered set of ddm structures that the user has permission to view where groupId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
filterFindByG_N_D(long groupId,
java.lang.String name,
java.lang.String description)
Returns all the ddm structures that the user has permission to view where groupId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
filterFindByG_N_D(long groupId,
java.lang.String name,
java.lang.String description,
int start,
int end)
Returns a range of all the ddm structures that the user has permission to view where groupId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
filterFindByG_N_D(long groupId,
java.lang.String name,
java.lang.String description,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures that the user has permissions to view where groupId = ? and name = ? and description = ?.
|
DDMStructure[] |
filterFindByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the ddm structures before and after the current ddm structure in the ordered set of ddm structures that the user has permission to view where groupId = ? and parentStructureId = ?.
|
java.util.List<DDMStructure> |
filterFindByG_P(long groupId,
long parentStructureId)
Returns all the ddm structures that the user has permission to view where groupId = ? and parentStructureId = ?.
|
java.util.List<DDMStructure> |
filterFindByG_P(long groupId,
long parentStructureId,
int start,
int end)
Returns a range of all the ddm structures that the user has permission to view where groupId = ? and parentStructureId = ?.
|
java.util.List<DDMStructure> |
filterFindByG_P(long groupId,
long parentStructureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures that the user has permissions to view where groupId = ? and parentStructureId = ?.
|
DDMStructure[] |
filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the ddm structures before and after the current ddm structure in the ordered set of ddm structures that the user has permission to view where groupId = ?.
|
java.util.List<DDMStructure> |
filterFindByGroupId(long groupId)
Returns all the ddm structures that the user has permission to view where groupId = ?.
|
java.util.List<DDMStructure> |
filterFindByGroupId(long[] groupIds)
Returns all the ddm structures that the user has permission to view where groupId = any ?.
|
java.util.List<DDMStructure> |
filterFindByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the ddm structures that the user has permission to view where groupId = any ?.
|
java.util.List<DDMStructure> |
filterFindByGroupId(long[] groupIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures that the user has permission to view where groupId = any ?.
|
java.util.List<DDMStructure> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the ddm structures that the user has permission to view where groupId = ?.
|
java.util.List<DDMStructure> |
filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures that the user has permissions to view where groupId = ?.
|
java.util.List<DDMStructure> |
findAll()
Returns all the ddm structures.
|
java.util.List<DDMStructure> |
findAll(int start,
int end)
Returns a range of all the ddm structures.
|
java.util.List<DDMStructure> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures.
|
java.util.List<DDMStructure> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structures.
|
DDMStructure |
findByC_C_First(long companyId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where companyId = ? and classNameId = ?.
|
DDMStructure |
findByC_C_Last(long companyId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where companyId = ? and classNameId = ?.
|
DDMStructure[] |
findByC_C_PrevAndNext(long structureId,
long companyId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the ddm structures before and after the current ddm structure in the ordered set where companyId = ? and classNameId = ?.
|
java.util.List<DDMStructure> |
findByC_C(long companyId,
long classNameId)
Returns all the ddm structures where companyId = ? and classNameId = ?.
|
java.util.List<DDMStructure> |
findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the ddm structures where companyId = ? and classNameId = ?.
|
java.util.List<DDMStructure> |
findByC_C(long companyId,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures where companyId = ? and classNameId = ?.
|
java.util.List<DDMStructure> |
findByC_C(long companyId,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structures where companyId = ? and classNameId = ?.
|
DDMStructure |
findByG_C_First(long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where groupId = ? and classNameId = ?.
|
DDMStructure |
findByG_C_Last(long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where groupId = ? and classNameId = ?.
|
DDMStructure |
findByG_C_N_D_First(long groupId,
long classNameId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where groupId = ? and classNameId = ? and name = ? and description = ?.
|
DDMStructure |
findByG_C_N_D_Last(long groupId,
long classNameId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where groupId = ? and classNameId = ? and name = ? and description = ?.
|
DDMStructure[] |
findByG_C_N_D_PrevAndNext(long structureId,
long groupId,
long classNameId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the ddm structures before and after the current ddm structure in the ordered set where groupId = ? and classNameId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
findByG_C_N_D(long[] groupIds,
long classNameId,
java.lang.String name,
java.lang.String description)
Returns all the ddm structures where groupId = any ? and classNameId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
findByG_C_N_D(long[] groupIds,
long classNameId,
java.lang.String name,
java.lang.String description,
int start,
int end)
Returns a range of all the ddm structures where groupId = any ? and classNameId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
findByG_C_N_D(long[] groupIds,
long classNameId,
java.lang.String name,
java.lang.String description,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures where groupId = any ? and classNameId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
findByG_C_N_D(long[] groupIds,
long classNameId,
java.lang.String name,
java.lang.String description,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structures where groupId = ? and classNameId = ? and name = ? and description = ?, optionally using the finder cache.
|
java.util.List<DDMStructure> |
findByG_C_N_D(long groupId,
long classNameId,
java.lang.String name,
java.lang.String description)
Returns all the ddm structures where groupId = ? and classNameId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
findByG_C_N_D(long groupId,
long classNameId,
java.lang.String name,
java.lang.String description,
int start,
int end)
Returns a range of all the ddm structures where groupId = ? and classNameId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
findByG_C_N_D(long groupId,
long classNameId,
java.lang.String name,
java.lang.String description,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures where groupId = ? and classNameId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
findByG_C_N_D(long groupId,
long classNameId,
java.lang.String name,
java.lang.String description,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structures where groupId = ? and classNameId = ? and name = ? and description = ?.
|
DDMStructure[] |
findByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the ddm structures before and after the current ddm structure in the ordered set where groupId = ? and classNameId = ?.
|
DDMStructure |
findByG_C_S(long groupId,
long classNameId,
java.lang.String structureKey)
Returns the ddm structure where groupId = ? and classNameId = ? and structureKey = ? or throws a
NoSuchStructureException if it could not be found. |
java.util.List<DDMStructure> |
findByG_C(long[] groupIds,
long classNameId)
Returns all the ddm structures where groupId = any ? and classNameId = ?.
|
java.util.List<DDMStructure> |
findByG_C(long[] groupIds,
long classNameId,
int start,
int end)
Returns a range of all the ddm structures where groupId = any ? and classNameId = ?.
|
java.util.List<DDMStructure> |
findByG_C(long[] groupIds,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures where groupId = any ? and classNameId = ?.
|
java.util.List<DDMStructure> |
findByG_C(long[] groupIds,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structures where groupId = ? and classNameId = ?, optionally using the finder cache.
|
java.util.List<DDMStructure> |
findByG_C(long groupId,
long classNameId)
Returns all the ddm structures where groupId = ? and classNameId = ?.
|
java.util.List<DDMStructure> |
findByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the ddm structures where groupId = ? and classNameId = ?.
|
java.util.List<DDMStructure> |
findByG_C(long groupId,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures where groupId = ? and classNameId = ?.
|
java.util.List<DDMStructure> |
findByG_C(long groupId,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structures where groupId = ? and classNameId = ?.
|
DDMStructure |
findByG_N_D_First(long groupId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where groupId = ? and name = ? and description = ?.
|
DDMStructure |
findByG_N_D_Last(long groupId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where groupId = ? and name = ? and description = ?.
|
DDMStructure[] |
findByG_N_D_PrevAndNext(long structureId,
long groupId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the ddm structures before and after the current ddm structure in the ordered set where groupId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
findByG_N_D(long groupId,
java.lang.String name,
java.lang.String description)
Returns all the ddm structures where groupId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
findByG_N_D(long groupId,
java.lang.String name,
java.lang.String description,
int start,
int end)
Returns a range of all the ddm structures where groupId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
findByG_N_D(long groupId,
java.lang.String name,
java.lang.String description,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures where groupId = ? and name = ? and description = ?.
|
java.util.List<DDMStructure> |
findByG_N_D(long groupId,
java.lang.String name,
java.lang.String description,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structures where groupId = ? and name = ? and description = ?.
|
DDMStructure |
findByG_P_First(long groupId,
long parentStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where groupId = ? and parentStructureId = ?.
|
DDMStructure |
findByG_P_Last(long groupId,
long parentStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where groupId = ? and parentStructureId = ?.
|
DDMStructure[] |
findByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the ddm structures before and after the current ddm structure in the ordered set where groupId = ? and parentStructureId = ?.
|
java.util.List<DDMStructure> |
findByG_P(long groupId,
long parentStructureId)
Returns all the ddm structures where groupId = ? and parentStructureId = ?.
|
java.util.List<DDMStructure> |
findByG_P(long groupId,
long parentStructureId,
int start,
int end)
Returns a range of all the ddm structures where groupId = ? and parentStructureId = ?.
|
java.util.List<DDMStructure> |
findByG_P(long groupId,
long parentStructureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures where groupId = ? and parentStructureId = ?.
|
java.util.List<DDMStructure> |
findByG_P(long groupId,
long parentStructureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structures where groupId = ? and parentStructureId = ?.
|
DDMStructure |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where groupId = ?.
|
DDMStructure |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where groupId = ?.
|
DDMStructure[] |
findByGroupId_PrevAndNext(long structureId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the ddm structures before and after the current ddm structure in the ordered set where groupId = ?.
|
java.util.List<DDMStructure> |
findByGroupId(long groupId)
Returns all the ddm structures where groupId = ?.
|
java.util.List<DDMStructure> |
findByGroupId(long[] groupIds)
Returns all the ddm structures where groupId = any ?.
|
java.util.List<DDMStructure> |
findByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the ddm structures where groupId = any ?.
|
java.util.List<DDMStructure> |
findByGroupId(long[] groupIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures where groupId = any ?.
|
java.util.List<DDMStructure> |
findByGroupId(long[] groupIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structures where groupId = ?, optionally using the finder cache.
|
java.util.List<DDMStructure> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the ddm structures where groupId = ?.
|
java.util.List<DDMStructure> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures where groupId = ?.
|
java.util.List<DDMStructure> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structures where groupId = ?.
|
DDMStructure |
findByParentStructureId_First(long parentStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where parentStructureId = ?.
|
DDMStructure |
findByParentStructureId_Last(long parentStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where parentStructureId = ?.
|
DDMStructure[] |
findByParentStructureId_PrevAndNext(long structureId,
long parentStructureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the ddm structures before and after the current ddm structure in the ordered set where parentStructureId = ?.
|
java.util.List<DDMStructure> |
findByParentStructureId(long parentStructureId)
Returns all the ddm structures where parentStructureId = ?.
|
java.util.List<DDMStructure> |
findByParentStructureId(long parentStructureId,
int start,
int end)
Returns a range of all the ddm structures where parentStructureId = ?.
|
java.util.List<DDMStructure> |
findByParentStructureId(long parentStructureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures where parentStructureId = ?.
|
java.util.List<DDMStructure> |
findByParentStructureId(long parentStructureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structures where parentStructureId = ?.
|
DDMStructure |
findByPrimaryKey(long structureId)
Returns the ddm structure with the primary key or throws a
NoSuchStructureException if it could not be found. |
DDMStructure |
findByStructureKey_First(java.lang.String structureKey,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where structureKey = ?.
|
DDMStructure |
findByStructureKey_Last(java.lang.String structureKey,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where structureKey = ?.
|
DDMStructure[] |
findByStructureKey_PrevAndNext(long structureId,
java.lang.String structureKey,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the ddm structures before and after the current ddm structure in the ordered set where structureKey = ?.
|
java.util.List<DDMStructure> |
findByStructureKey(java.lang.String structureKey)
Returns all the ddm structures where structureKey = ?.
|
java.util.List<DDMStructure> |
findByStructureKey(java.lang.String structureKey,
int start,
int end)
Returns a range of all the ddm structures where structureKey = ?.
|
java.util.List<DDMStructure> |
findByStructureKey(java.lang.String structureKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures where structureKey = ?.
|
java.util.List<DDMStructure> |
findByStructureKey(java.lang.String structureKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structures where structureKey = ?.
|
DDMStructure |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where uuid = ? and companyId = ?.
|
DDMStructure |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where uuid = ? and companyId = ?.
|
DDMStructure[] |
findByUuid_C_PrevAndNext(long structureId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the ddm structures before and after the current ddm structure in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<DDMStructure> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the ddm structures where uuid = ? and companyId = ?.
|
java.util.List<DDMStructure> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the ddm structures where uuid = ? and companyId = ?.
|
java.util.List<DDMStructure> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures where uuid = ? and companyId = ?.
|
java.util.List<DDMStructure> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structures where uuid = ? and companyId = ?.
|
DDMStructure |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the first ddm structure in the ordered set where uuid = ?.
|
DDMStructure |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the ddm structure where uuid = ? and groupId = ? or throws a
NoSuchStructureException if it could not be found. |
DDMStructure |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the last ddm structure in the ordered set where uuid = ?.
|
DDMStructure[] |
findByUuid_PrevAndNext(long structureId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns the ddm structures before and after the current ddm structure in the ordered set where uuid = ?.
|
java.util.List<DDMStructure> |
findByUuid(java.lang.String uuid)
Returns all the ddm structures where uuid = ?.
|
java.util.List<DDMStructure> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the ddm structures where uuid = ?.
|
java.util.List<DDMStructure> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the ddm structures where uuid = ?.
|
java.util.List<DDMStructure> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structures where uuid = ?.
|
DDMStructure |
remove(long structureId)
Removes the ddm structure with the primary key from the database.
|
void |
removeAll()
Removes all the ddm structures from the database.
|
void |
removeByC_C(long companyId,
long classNameId)
Removes all the ddm structures where companyId = ? and classNameId = ? from the database.
|
void |
removeByG_C_N_D(long groupId,
long classNameId,
java.lang.String name,
java.lang.String description)
Removes all the ddm structures where groupId = ? and classNameId = ? and name = ? and description = ? from the database.
|
DDMStructure |
removeByG_C_S(long groupId,
long classNameId,
java.lang.String structureKey)
Removes the ddm structure where groupId = ? and classNameId = ? and structureKey = ? from the database.
|
void |
removeByG_C(long groupId,
long classNameId)
Removes all the ddm structures where groupId = ? and classNameId = ? from the database.
|
void |
removeByG_N_D(long groupId,
java.lang.String name,
java.lang.String description)
Removes all the ddm structures where groupId = ? and name = ? and description = ? from the database.
|
void |
removeByG_P(long groupId,
long parentStructureId)
Removes all the ddm structures where groupId = ? and parentStructureId = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the ddm structures where groupId = ? from the database.
|
void |
removeByParentStructureId(long parentStructureId)
Removes all the ddm structures where parentStructureId = ? from the database.
|
void |
removeByStructureKey(java.lang.String structureKey)
Removes all the ddm structures where structureKey = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the ddm structures where uuid = ? and companyId = ? from the database.
|
DDMStructure |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the ddm structure where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the ddm structures where uuid = ? from the database.
|
DDMStructure |
updateImpl(DDMStructure ddmStructure) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<DDMStructure> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<DDMStructure> 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 DDMStructureModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructure findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure[] findByUuid_PrevAndNext(long structureId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureId
- the primary key of the current ddm structureuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a ddm structure with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidDDMStructure findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchStructureException
NoSuchStructureException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching ddm structure could not be foundDDMStructure fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching ddm structure could not be foundDDMStructure removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchStructureException
uuid
- the uuidgroupId
- the group IDNoSuchStructureException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<DDMStructure> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<DDMStructure> 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 DDMStructureModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructure findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure[] findByUuid_C_PrevAndNext(long structureId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureId
- the primary key of the current ddm structureuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a ddm structure with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<DDMStructure> findByGroupId(long groupId)
groupId
- the group IDjava.util.List<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructure findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure[] findByGroupId_PrevAndNext(long structureId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureId
- the primary key of the current ddm structuregroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a ddm structure with the primary key could not be foundjava.util.List<DDMStructure> filterFindByGroupId(long groupId)
groupId
- the group IDjava.util.List<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)DDMStructure[] filterFindByGroupId_PrevAndNext(long structureId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureId
- the primary key of the current ddm structuregroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a ddm structure with the primary key could not be foundjava.util.List<DDMStructure> filterFindByGroupId(long[] groupIds)
groupIds
- the group IDsjava.util.List<DDMStructure> filterFindByGroupId(long[] groupIds, 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 DDMStructureModelImpl
.
groupIds
- the group IDsstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> filterFindByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupIds
- the group IDsstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByGroupId(long[] groupIds)
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 DDMStructureModelImpl
.
groupIds
- the group IDsjava.util.List<DDMStructure> findByGroupId(long[] groupIds, 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 DDMStructureModelImpl
.
groupIds
- the group IDsstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupIds
- the group IDsstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long[] groupIds)
groupIds
- the group IDsint filterCountByGroupId(long groupId)
groupId
- the group IDint filterCountByGroupId(long[] groupIds)
groupIds
- the group IDsjava.util.List<DDMStructure> findByParentStructureId(long parentStructureId)
parentStructureId
- the parent structure IDjava.util.List<DDMStructure> findByParentStructureId(long parentStructureId, 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 DDMStructureModelImpl
.
parentStructureId
- the parent structure IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> findByParentStructureId(long parentStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
parentStructureId
- the parent structure IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByParentStructureId(long parentStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
parentStructureId
- the parent structure IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructure findByParentStructureId_First(long parentStructureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
parentStructureId
- the parent structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByParentStructureId_First(long parentStructureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
parentStructureId
- the parent structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure findByParentStructureId_Last(long parentStructureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
parentStructureId
- the parent structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByParentStructureId_Last(long parentStructureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
parentStructureId
- the parent structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure[] findByParentStructureId_PrevAndNext(long structureId, long parentStructureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureId
- the primary key of the current ddm structureparentStructureId
- the parent structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a ddm structure with the primary key could not be foundvoid removeByParentStructureId(long parentStructureId)
parentStructureId
- the parent structure IDint countByParentStructureId(long parentStructureId)
parentStructureId
- the parent structure IDjava.util.List<DDMStructure> findByStructureKey(java.lang.String structureKey)
structureKey
- the structure keyjava.util.List<DDMStructure> findByStructureKey(java.lang.String structureKey, 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 DDMStructureModelImpl
.
structureKey
- the structure keystart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> findByStructureKey(java.lang.String structureKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
structureKey
- the structure keystart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByStructureKey(java.lang.String structureKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
structureKey
- the structure keystart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructure findByStructureKey_First(java.lang.String structureKey, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureKey
- the structure keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByStructureKey_First(java.lang.String structureKey, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
structureKey
- the structure keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure findByStructureKey_Last(java.lang.String structureKey, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureKey
- the structure keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByStructureKey_Last(java.lang.String structureKey, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
structureKey
- the structure keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure[] findByStructureKey_PrevAndNext(long structureId, java.lang.String structureKey, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureId
- the primary key of the current ddm structurestructureKey
- the structure keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a ddm structure with the primary key could not be foundvoid removeByStructureKey(java.lang.String structureKey)
structureKey
- the structure keyint countByStructureKey(java.lang.String structureKey)
structureKey
- the structure keyjava.util.List<DDMStructure> findByG_P(long groupId, long parentStructureId)
groupId
- the group IDparentStructureId
- the parent structure IDjava.util.List<DDMStructure> findByG_P(long groupId, long parentStructureId, 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 DDMStructureModelImpl
.
groupId
- the group IDparentStructureId
- the parent structure IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> findByG_P(long groupId, long parentStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDparentStructureId
- the parent structure IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByG_P(long groupId, long parentStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDparentStructureId
- the parent structure IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructure findByG_P_First(long groupId, long parentStructureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
groupId
- the group IDparentStructureId
- the parent structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByG_P_First(long groupId, long parentStructureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
groupId
- the group IDparentStructureId
- the parent structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure findByG_P_Last(long groupId, long parentStructureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
groupId
- the group IDparentStructureId
- the parent structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByG_P_Last(long groupId, long parentStructureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
groupId
- the group IDparentStructureId
- the parent structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure[] findByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureId
- the primary key of the current ddm structuregroupId
- the group IDparentStructureId
- the parent structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a ddm structure with the primary key could not be foundjava.util.List<DDMStructure> filterFindByG_P(long groupId, long parentStructureId)
groupId
- the group IDparentStructureId
- the parent structure IDjava.util.List<DDMStructure> filterFindByG_P(long groupId, long parentStructureId, 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 DDMStructureModelImpl
.
groupId
- the group IDparentStructureId
- the parent structure IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> filterFindByG_P(long groupId, long parentStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDparentStructureId
- the parent structure IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)DDMStructure[] filterFindByG_P_PrevAndNext(long structureId, long groupId, long parentStructureId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureId
- the primary key of the current ddm structuregroupId
- the group IDparentStructureId
- the parent structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a ddm structure with the primary key could not be foundvoid removeByG_P(long groupId, long parentStructureId)
groupId
- the group IDparentStructureId
- the parent structure IDint countByG_P(long groupId, long parentStructureId)
groupId
- the group IDparentStructureId
- the parent structure IDint filterCountByG_P(long groupId, long parentStructureId)
groupId
- the group IDparentStructureId
- the parent structure IDjava.util.List<DDMStructure> findByG_C(long groupId, long classNameId)
groupId
- the group IDclassNameId
- the class name IDjava.util.List<DDMStructure> findByG_C(long groupId, long classNameId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMStructureModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructure findByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure findByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure[] findByG_C_PrevAndNext(long structureId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureId
- the primary key of the current ddm structuregroupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a ddm structure with the primary key could not be foundjava.util.List<DDMStructure> filterFindByG_C(long groupId, long classNameId)
groupId
- the group IDclassNameId
- the class name IDjava.util.List<DDMStructure> filterFindByG_C(long groupId, long classNameId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMStructureModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> filterFindByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)DDMStructure[] filterFindByG_C_PrevAndNext(long structureId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureId
- the primary key of the current ddm structuregroupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a ddm structure with the primary key could not be foundjava.util.List<DDMStructure> filterFindByG_C(long[] groupIds, long classNameId)
groupIds
- the group IDsclassNameId
- the class name IDjava.util.List<DDMStructure> filterFindByG_C(long[] groupIds, long classNameId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMStructureModelImpl
.
groupIds
- the group IDsclassNameId
- the class name IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> filterFindByG_C(long[] groupIds, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupIds
- the group IDsclassNameId
- the class name IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByG_C(long[] groupIds, long classNameId)
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 DDMStructureModelImpl
.
groupIds
- the group IDsclassNameId
- the class name IDjava.util.List<DDMStructure> findByG_C(long[] groupIds, long classNameId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMStructureModelImpl
.
groupIds
- the group IDsclassNameId
- the class name IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> findByG_C(long[] groupIds, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupIds
- the group IDsclassNameId
- the class name IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByG_C(long[] groupIds, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByG_C(long groupId, long classNameId)
groupId
- the group IDclassNameId
- the class name IDint countByG_C(long groupId, long classNameId)
groupId
- the group IDclassNameId
- the class name IDint countByG_C(long[] groupIds, long classNameId)
groupIds
- the group IDsclassNameId
- the class name IDint filterCountByG_C(long groupId, long classNameId)
groupId
- the group IDclassNameId
- the class name IDint filterCountByG_C(long[] groupIds, long classNameId)
groupIds
- the group IDsclassNameId
- the class name IDjava.util.List<DDMStructure> findByC_C(long companyId, long classNameId)
companyId
- the company IDclassNameId
- the class name IDjava.util.List<DDMStructure> findByC_C(long companyId, long classNameId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMStructureModelImpl
.
companyId
- the company IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> findByC_C(long companyId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
companyId
- the company IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByC_C(long companyId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
companyId
- the company IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructure findByC_C_First(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByC_C_First(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure findByC_C_Last(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByC_C_Last(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure[] findByC_C_PrevAndNext(long structureId, long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureId
- the primary key of the current ddm structurecompanyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a ddm structure with the primary key could not be foundvoid removeByC_C(long companyId, long classNameId)
companyId
- the company IDclassNameId
- the class name IDint countByC_C(long companyId, long classNameId)
companyId
- the company IDclassNameId
- the class name IDDDMStructure findByG_C_S(long groupId, long classNameId, java.lang.String structureKey) throws NoSuchStructureException
NoSuchStructureException
if it could not be found.groupId
- the group IDclassNameId
- the class name IDstructureKey
- the structure keyNoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByG_C_S(long groupId, long classNameId, java.lang.String structureKey)
null
if it could not be found. Uses the finder cache.groupId
- the group IDclassNameId
- the class name IDstructureKey
- the structure keynull
if a matching ddm structure could not be foundDDMStructure fetchByG_C_S(long groupId, long classNameId, java.lang.String structureKey, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDclassNameId
- the class name IDstructureKey
- the structure keyuseFinderCache
- whether to use the finder cachenull
if a matching ddm structure could not be foundDDMStructure removeByG_C_S(long groupId, long classNameId, java.lang.String structureKey) throws NoSuchStructureException
groupId
- the group IDclassNameId
- the class name IDstructureKey
- the structure keyNoSuchStructureException
int countByG_C_S(long groupId, long classNameId, java.lang.String structureKey)
groupId
- the group IDclassNameId
- the class name IDstructureKey
- the structure keyjava.util.List<DDMStructure> findByG_N_D(long groupId, java.lang.String name, java.lang.String description)
groupId
- the group IDname
- the namedescription
- the descriptionjava.util.List<DDMStructure> findByG_N_D(long groupId, java.lang.String name, java.lang.String description, 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 DDMStructureModelImpl
.
groupId
- the group IDname
- the namedescription
- the descriptionstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> findByG_N_D(long groupId, java.lang.String name, java.lang.String description, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDname
- the namedescription
- the descriptionstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByG_N_D(long groupId, java.lang.String name, java.lang.String description, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDname
- the namedescription
- the descriptionstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructure findByG_N_D_First(long groupId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
groupId
- the group IDname
- the namedescription
- the descriptionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByG_N_D_First(long groupId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
groupId
- the group IDname
- the namedescription
- the descriptionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure findByG_N_D_Last(long groupId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
groupId
- the group IDname
- the namedescription
- the descriptionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByG_N_D_Last(long groupId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
groupId
- the group IDname
- the namedescription
- the descriptionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure[] findByG_N_D_PrevAndNext(long structureId, long groupId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureId
- the primary key of the current ddm structuregroupId
- the group IDname
- the namedescription
- the descriptionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a ddm structure with the primary key could not be foundjava.util.List<DDMStructure> filterFindByG_N_D(long groupId, java.lang.String name, java.lang.String description)
groupId
- the group IDname
- the namedescription
- the descriptionjava.util.List<DDMStructure> filterFindByG_N_D(long groupId, java.lang.String name, java.lang.String description, 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 DDMStructureModelImpl
.
groupId
- the group IDname
- the namedescription
- the descriptionstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> filterFindByG_N_D(long groupId, java.lang.String name, java.lang.String description, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDname
- the namedescription
- the descriptionstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)DDMStructure[] filterFindByG_N_D_PrevAndNext(long structureId, long groupId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureId
- the primary key of the current ddm structuregroupId
- the group IDname
- the namedescription
- the descriptionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a ddm structure with the primary key could not be foundvoid removeByG_N_D(long groupId, java.lang.String name, java.lang.String description)
groupId
- the group IDname
- the namedescription
- the descriptionint countByG_N_D(long groupId, java.lang.String name, java.lang.String description)
groupId
- the group IDname
- the namedescription
- the descriptionint filterCountByG_N_D(long groupId, java.lang.String name, java.lang.String description)
groupId
- the group IDname
- the namedescription
- the descriptionjava.util.List<DDMStructure> findByG_C_N_D(long groupId, long classNameId, java.lang.String name, java.lang.String description)
groupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionjava.util.List<DDMStructure> findByG_C_N_D(long groupId, long classNameId, java.lang.String name, java.lang.String description, 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 DDMStructureModelImpl
.
groupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> findByG_C_N_D(long groupId, long classNameId, java.lang.String name, java.lang.String description, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByG_C_N_D(long groupId, long classNameId, java.lang.String name, java.lang.String description, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructure findByG_C_N_D_First(long groupId, long classNameId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
groupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByG_C_N_D_First(long groupId, long classNameId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure findByG_C_N_D_Last(long groupId, long classNameId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
groupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a matching ddm structure could not be foundDDMStructure fetchByG_C_N_D_Last(long groupId, long classNameId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure could not be foundDDMStructure[] findByG_C_N_D_PrevAndNext(long structureId, long groupId, long classNameId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureId
- the primary key of the current ddm structuregroupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a ddm structure with the primary key could not be foundjava.util.List<DDMStructure> filterFindByG_C_N_D(long groupId, long classNameId, java.lang.String name, java.lang.String description)
groupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionjava.util.List<DDMStructure> filterFindByG_C_N_D(long groupId, long classNameId, java.lang.String name, java.lang.String description, 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 DDMStructureModelImpl
.
groupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> filterFindByG_C_N_D(long groupId, long classNameId, java.lang.String name, java.lang.String description, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)DDMStructure[] filterFindByG_C_N_D_PrevAndNext(long structureId, long groupId, long classNameId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> orderByComparator) throws NoSuchStructureException
structureId
- the primary key of the current ddm structuregroupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureException
- if a ddm structure with the primary key could not be foundjava.util.List<DDMStructure> filterFindByG_C_N_D(long[] groupIds, long classNameId, java.lang.String name, java.lang.String description)
groupIds
- the group IDsclassNameId
- the class name IDname
- the namedescription
- the descriptionjava.util.List<DDMStructure> filterFindByG_C_N_D(long[] groupIds, long classNameId, java.lang.String name, java.lang.String description, 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 DDMStructureModelImpl
.
groupIds
- the group IDsclassNameId
- the class name IDname
- the namedescription
- the descriptionstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> filterFindByG_C_N_D(long[] groupIds, long classNameId, java.lang.String name, java.lang.String description, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupIds
- the group IDsclassNameId
- the class name IDname
- the namedescription
- the descriptionstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByG_C_N_D(long[] groupIds, long classNameId, java.lang.String name, java.lang.String description)
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 DDMStructureModelImpl
.
groupIds
- the group IDsclassNameId
- the class name IDname
- the namedescription
- the descriptionjava.util.List<DDMStructure> findByG_C_N_D(long[] groupIds, long classNameId, java.lang.String name, java.lang.String description, 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 DDMStructureModelImpl
.
groupIds
- the group IDsclassNameId
- the class name IDname
- the namedescription
- the descriptionstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> findByG_C_N_D(long[] groupIds, long classNameId, java.lang.String name, java.lang.String description, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupIds
- the group IDsclassNameId
- the class name IDname
- the namedescription
- the descriptionstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findByG_C_N_D(long[] groupIds, long classNameId, java.lang.String name, java.lang.String description, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
groupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionstart
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByG_C_N_D(long groupId, long classNameId, java.lang.String name, java.lang.String description)
groupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionint countByG_C_N_D(long groupId, long classNameId, java.lang.String name, java.lang.String description)
groupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionint countByG_C_N_D(long[] groupIds, long classNameId, java.lang.String name, java.lang.String description)
groupIds
- the group IDsclassNameId
- the class name IDname
- the namedescription
- the descriptionint filterCountByG_C_N_D(long groupId, long classNameId, java.lang.String name, java.lang.String description)
groupId
- the group IDclassNameId
- the class name IDname
- the namedescription
- the descriptionint filterCountByG_C_N_D(long[] groupIds, long classNameId, java.lang.String name, java.lang.String description)
groupIds
- the group IDsclassNameId
- the class name IDname
- the namedescription
- the descriptionvoid cacheResult(DDMStructure ddmStructure)
ddmStructure
- the ddm structurevoid cacheResult(java.util.List<DDMStructure> ddmStructures)
ddmStructures
- the ddm structuresDDMStructure create(long structureId)
structureId
- the primary key for the new ddm structureDDMStructure remove(long structureId) throws NoSuchStructureException
structureId
- the primary key of the ddm structureNoSuchStructureException
- if a ddm structure with the primary key could not be foundDDMStructure updateImpl(DDMStructure ddmStructure)
DDMStructure findByPrimaryKey(long structureId) throws NoSuchStructureException
NoSuchStructureException
if it could not be found.structureId
- the primary key of the ddm structureNoSuchStructureException
- if a ddm structure with the primary key could not be foundDDMStructure fetchByPrimaryKey(long structureId)
null
if it could not be found.structureId
- the primary key of the ddm structurenull
if a ddm structure with the primary key could not be foundjava.util.List<DDMStructure> findAll()
java.util.List<DDMStructure> 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 DDMStructureModelImpl
.
start
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)java.util.List<DDMStructure> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
start
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructure> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructure> 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 DDMStructureModelImpl
.
start
- the lower bound of the range of ddm structuresend
- the upper bound of the range of ddm structures (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()