@ProviderType public interface DDMStructureLayoutPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<DDMStructureLayout>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDMStructureLayout>
Caching information and settings can be found in portal.properties
DDMStructureLayoutUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(DDMStructureLayout ddmStructureLayout)
Caches the ddm structure layout in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<DDMStructureLayout> ddmStructureLayouts)
Caches the ddm structure layouts in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of ddm structure layouts.
|
int |
countByG_C_S(long groupId,
long classNameId,
java.lang.String structureLayoutKey)
Returns the number of ddm structure layouts where groupId = ? and classNameId = ? and structureLayoutKey = ?.
|
int |
countByG_C_SV(long groupId,
long classNameId,
long structureVersionId)
Returns the number of ddm structure layouts where groupId = ? and classNameId = ? and structureVersionId = ?.
|
int |
countByG_C(long groupId,
long classNameId)
Returns the number of ddm structure layouts where groupId = ? and classNameId = ?.
|
int |
countByGroupId(long groupId)
Returns the number of ddm structure layouts where groupId = ?.
|
int |
countByStructureLayoutKey(java.lang.String structureLayoutKey)
Returns the number of ddm structure layouts where structureLayoutKey = ?.
|
int |
countByStructureVersionId(long structureVersionId)
Returns the number of ddm structure layouts where structureVersionId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of ddm structure layouts where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of ddm structure layouts where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of ddm structure layouts where uuid = ?.
|
DDMStructureLayout |
create(long structureLayoutId)
Creates a new ddm structure layout with the primary key.
|
DDMStructureLayout |
fetchByG_C_First(long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the first ddm structure layout in the ordered set where groupId = ? and classNameId = ?.
|
DDMStructureLayout |
fetchByG_C_Last(long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the last ddm structure layout in the ordered set where groupId = ? and classNameId = ?.
|
DDMStructureLayout |
fetchByG_C_S(long groupId,
long classNameId,
java.lang.String structureLayoutKey)
Returns the ddm structure layout where groupId = ? and classNameId = ? and structureLayoutKey = ? or returns
null if it could not be found. |
DDMStructureLayout |
fetchByG_C_S(long groupId,
long classNameId,
java.lang.String structureLayoutKey,
boolean useFinderCache)
Returns the ddm structure layout where groupId = ? and classNameId = ? and structureLayoutKey = ? or returns
null if it could not be found, optionally using the finder cache. |
DDMStructureLayout |
fetchByG_C_SV_First(long groupId,
long classNameId,
long structureVersionId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the first ddm structure layout in the ordered set where groupId = ? and classNameId = ? and structureVersionId = ?.
|
DDMStructureLayout |
fetchByG_C_SV_Last(long groupId,
long classNameId,
long structureVersionId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the last ddm structure layout in the ordered set where groupId = ? and classNameId = ? and structureVersionId = ?.
|
DDMStructureLayout |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the first ddm structure layout in the ordered set where groupId = ?.
|
DDMStructureLayout |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the last ddm structure layout in the ordered set where groupId = ?.
|
DDMStructureLayout |
fetchByPrimaryKey(long structureLayoutId)
Returns the ddm structure layout with the primary key or returns
null if it could not be found. |
DDMStructureLayout |
fetchByStructureLayoutKey_First(java.lang.String structureLayoutKey,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the first ddm structure layout in the ordered set where structureLayoutKey = ?.
|
DDMStructureLayout |
fetchByStructureLayoutKey_Last(java.lang.String structureLayoutKey,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the last ddm structure layout in the ordered set where structureLayoutKey = ?.
|
DDMStructureLayout |
fetchByStructureVersionId(long structureVersionId)
Returns the ddm structure layout where structureVersionId = ? or returns
null if it could not be found. |
DDMStructureLayout |
fetchByStructureVersionId(long structureVersionId,
boolean useFinderCache)
Returns the ddm structure layout where structureVersionId = ? or returns
null if it could not be found, optionally using the finder cache. |
DDMStructureLayout |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the first ddm structure layout in the ordered set where uuid = ? and companyId = ?.
|
DDMStructureLayout |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the last ddm structure layout in the ordered set where uuid = ? and companyId = ?.
|
DDMStructureLayout |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the first ddm structure layout in the ordered set where uuid = ?.
|
DDMStructureLayout |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the ddm structure layout where uuid = ? and groupId = ? or returns
null if it could not be found. |
DDMStructureLayout |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the ddm structure layout where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
DDMStructureLayout |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the last ddm structure layout in the ordered set where uuid = ?.
|
java.util.List<DDMStructureLayout> |
findAll()
Returns all the ddm structure layouts.
|
java.util.List<DDMStructureLayout> |
findAll(int start,
int end)
Returns a range of all the ddm structure layouts.
|
java.util.List<DDMStructureLayout> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns an ordered range of all the ddm structure layouts.
|
java.util.List<DDMStructureLayout> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structure layouts.
|
DDMStructureLayout |
findByG_C_First(long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the first ddm structure layout in the ordered set where groupId = ? and classNameId = ?.
|
DDMStructureLayout |
findByG_C_Last(long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the last ddm structure layout in the ordered set where groupId = ? and classNameId = ?.
|
DDMStructureLayout[] |
findByG_C_PrevAndNext(long structureLayoutId,
long groupId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the ddm structure layouts before and after the current ddm structure layout in the ordered set where groupId = ? and classNameId = ?.
|
DDMStructureLayout |
findByG_C_S(long groupId,
long classNameId,
java.lang.String structureLayoutKey)
Returns the ddm structure layout where groupId = ? and classNameId = ? and structureLayoutKey = ? or throws a
NoSuchStructureLayoutException if it could not be found. |
DDMStructureLayout |
findByG_C_SV_First(long groupId,
long classNameId,
long structureVersionId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the first ddm structure layout in the ordered set where groupId = ? and classNameId = ? and structureVersionId = ?.
|
DDMStructureLayout |
findByG_C_SV_Last(long groupId,
long classNameId,
long structureVersionId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the last ddm structure layout in the ordered set where groupId = ? and classNameId = ? and structureVersionId = ?.
|
DDMStructureLayout[] |
findByG_C_SV_PrevAndNext(long structureLayoutId,
long groupId,
long classNameId,
long structureVersionId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the ddm structure layouts before and after the current ddm structure layout in the ordered set where groupId = ? and classNameId = ? and structureVersionId = ?.
|
java.util.List<DDMStructureLayout> |
findByG_C_SV(long groupId,
long classNameId,
long structureVersionId)
Returns all the ddm structure layouts where groupId = ? and classNameId = ? and structureVersionId = ?.
|
java.util.List<DDMStructureLayout> |
findByG_C_SV(long groupId,
long classNameId,
long structureVersionId,
int start,
int end)
Returns a range of all the ddm structure layouts where groupId = ? and classNameId = ? and structureVersionId = ?.
|
java.util.List<DDMStructureLayout> |
findByG_C_SV(long groupId,
long classNameId,
long structureVersionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns an ordered range of all the ddm structure layouts where groupId = ? and classNameId = ? and structureVersionId = ?.
|
java.util.List<DDMStructureLayout> |
findByG_C_SV(long groupId,
long classNameId,
long structureVersionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structure layouts where groupId = ? and classNameId = ? and structureVersionId = ?.
|
java.util.List<DDMStructureLayout> |
findByG_C(long groupId,
long classNameId)
Returns all the ddm structure layouts where groupId = ? and classNameId = ?.
|
java.util.List<DDMStructureLayout> |
findByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the ddm structure layouts where groupId = ? and classNameId = ?.
|
java.util.List<DDMStructureLayout> |
findByG_C(long groupId,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns an ordered range of all the ddm structure layouts where groupId = ? and classNameId = ?.
|
java.util.List<DDMStructureLayout> |
findByG_C(long groupId,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structure layouts where groupId = ? and classNameId = ?.
|
DDMStructureLayout |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the first ddm structure layout in the ordered set where groupId = ?.
|
DDMStructureLayout |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the last ddm structure layout in the ordered set where groupId = ?.
|
DDMStructureLayout[] |
findByGroupId_PrevAndNext(long structureLayoutId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the ddm structure layouts before and after the current ddm structure layout in the ordered set where groupId = ?.
|
java.util.List<DDMStructureLayout> |
findByGroupId(long groupId)
Returns all the ddm structure layouts where groupId = ?.
|
java.util.List<DDMStructureLayout> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the ddm structure layouts where groupId = ?.
|
java.util.List<DDMStructureLayout> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns an ordered range of all the ddm structure layouts where groupId = ?.
|
java.util.List<DDMStructureLayout> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structure layouts where groupId = ?.
|
DDMStructureLayout |
findByPrimaryKey(long structureLayoutId)
Returns the ddm structure layout with the primary key or throws a
NoSuchStructureLayoutException if it could not be found. |
DDMStructureLayout |
findByStructureLayoutKey_First(java.lang.String structureLayoutKey,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the first ddm structure layout in the ordered set where structureLayoutKey = ?.
|
DDMStructureLayout |
findByStructureLayoutKey_Last(java.lang.String structureLayoutKey,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the last ddm structure layout in the ordered set where structureLayoutKey = ?.
|
DDMStructureLayout[] |
findByStructureLayoutKey_PrevAndNext(long structureLayoutId,
java.lang.String structureLayoutKey,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the ddm structure layouts before and after the current ddm structure layout in the ordered set where structureLayoutKey = ?.
|
java.util.List<DDMStructureLayout> |
findByStructureLayoutKey(java.lang.String structureLayoutKey)
Returns all the ddm structure layouts where structureLayoutKey = ?.
|
java.util.List<DDMStructureLayout> |
findByStructureLayoutKey(java.lang.String structureLayoutKey,
int start,
int end)
Returns a range of all the ddm structure layouts where structureLayoutKey = ?.
|
java.util.List<DDMStructureLayout> |
findByStructureLayoutKey(java.lang.String structureLayoutKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns an ordered range of all the ddm structure layouts where structureLayoutKey = ?.
|
java.util.List<DDMStructureLayout> |
findByStructureLayoutKey(java.lang.String structureLayoutKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structure layouts where structureLayoutKey = ?.
|
DDMStructureLayout |
findByStructureVersionId(long structureVersionId)
Returns the ddm structure layout where structureVersionId = ? or throws a
NoSuchStructureLayoutException if it could not be found. |
DDMStructureLayout |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the first ddm structure layout in the ordered set where uuid = ? and companyId = ?.
|
DDMStructureLayout |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the last ddm structure layout in the ordered set where uuid = ? and companyId = ?.
|
DDMStructureLayout[] |
findByUuid_C_PrevAndNext(long structureLayoutId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the ddm structure layouts before and after the current ddm structure layout in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<DDMStructureLayout> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the ddm structure layouts where uuid = ? and companyId = ?.
|
java.util.List<DDMStructureLayout> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the ddm structure layouts where uuid = ? and companyId = ?.
|
java.util.List<DDMStructureLayout> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns an ordered range of all the ddm structure layouts where uuid = ? and companyId = ?.
|
java.util.List<DDMStructureLayout> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structure layouts where uuid = ? and companyId = ?.
|
DDMStructureLayout |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the first ddm structure layout in the ordered set where uuid = ?.
|
DDMStructureLayout |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the ddm structure layout where uuid = ? and groupId = ? or throws a
NoSuchStructureLayoutException if it could not be found. |
DDMStructureLayout |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the last ddm structure layout in the ordered set where uuid = ?.
|
DDMStructureLayout[] |
findByUuid_PrevAndNext(long structureLayoutId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns the ddm structure layouts before and after the current ddm structure layout in the ordered set where uuid = ?.
|
java.util.List<DDMStructureLayout> |
findByUuid(java.lang.String uuid)
Returns all the ddm structure layouts where uuid = ?.
|
java.util.List<DDMStructureLayout> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the ddm structure layouts where uuid = ?.
|
java.util.List<DDMStructureLayout> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
Returns an ordered range of all the ddm structure layouts where uuid = ?.
|
java.util.List<DDMStructureLayout> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm structure layouts where uuid = ?.
|
DDMStructureLayout |
remove(long structureLayoutId)
Removes the ddm structure layout with the primary key from the database.
|
void |
removeAll()
Removes all the ddm structure layouts from the database.
|
DDMStructureLayout |
removeByG_C_S(long groupId,
long classNameId,
java.lang.String structureLayoutKey)
Removes the ddm structure layout where groupId = ? and classNameId = ? and structureLayoutKey = ? from the database.
|
void |
removeByG_C_SV(long groupId,
long classNameId,
long structureVersionId)
Removes all the ddm structure layouts where groupId = ? and classNameId = ? and structureVersionId = ? from the database.
|
void |
removeByG_C(long groupId,
long classNameId)
Removes all the ddm structure layouts where groupId = ? and classNameId = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the ddm structure layouts where groupId = ? from the database.
|
void |
removeByStructureLayoutKey(java.lang.String structureLayoutKey)
Removes all the ddm structure layouts where structureLayoutKey = ? from the database.
|
DDMStructureLayout |
removeByStructureVersionId(long structureVersionId)
Removes the ddm structure layout where structureVersionId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the ddm structure layouts where uuid = ? and companyId = ? from the database.
|
DDMStructureLayout |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the ddm structure layout where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the ddm structure layouts where uuid = ? from the database.
|
DDMStructureLayout |
updateImpl(DDMStructureLayout ddmStructureLayout) |
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<DDMStructureLayout> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)java.util.List<DDMStructureLayout> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructureLayout> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructureLayout findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a matching ddm structure layout could not be foundDDMStructureLayout fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure layout could not be foundDDMStructureLayout findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a matching ddm structure layout could not be foundDDMStructureLayout fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure layout could not be foundDDMStructureLayout[] findByUuid_PrevAndNext(long structureLayoutId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
structureLayoutId
- the primary key of the current ddm structure layoutuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a ddm structure layout with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidDDMStructureLayout findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchStructureLayoutException
NoSuchStructureLayoutException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchStructureLayoutException
- if a matching ddm structure layout could not be foundDDMStructureLayout 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 layout could not be foundDDMStructureLayout 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 layout could not be foundDDMStructureLayout removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchStructureLayoutException
uuid
- the uuidgroupId
- the group IDNoSuchStructureLayoutException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<DDMStructureLayout> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)java.util.List<DDMStructureLayout> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructureLayout> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructureLayout findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a matching ddm structure layout could not be foundDDMStructureLayout fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure layout could not be foundDDMStructureLayout findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a matching ddm structure layout could not be foundDDMStructureLayout fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure layout could not be foundDDMStructureLayout[] findByUuid_C_PrevAndNext(long structureLayoutId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
structureLayoutId
- the primary key of the current ddm structure layoutuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a ddm structure layout 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<DDMStructureLayout> findByGroupId(long groupId)
groupId
- the group IDjava.util.List<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)java.util.List<DDMStructureLayout> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructureLayout> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructureLayout findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a matching ddm structure layout could not be foundDDMStructureLayout fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure layout could not be foundDDMStructureLayout findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a matching ddm structure layout could not be foundDDMStructureLayout fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure layout could not be foundDDMStructureLayout[] findByGroupId_PrevAndNext(long structureLayoutId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
structureLayoutId
- the primary key of the current ddm structure layoutgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a ddm structure layout with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDjava.util.List<DDMStructureLayout> findByStructureLayoutKey(java.lang.String structureLayoutKey)
structureLayoutKey
- the structure layout keyjava.util.List<DDMStructureLayout> findByStructureLayoutKey(java.lang.String structureLayoutKey, 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 DDMStructureLayoutModelImpl
.
structureLayoutKey
- the structure layout keystart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)java.util.List<DDMStructureLayout> findByStructureLayoutKey(java.lang.String structureLayoutKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
structureLayoutKey
- the structure layout keystart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructureLayout> findByStructureLayoutKey(java.lang.String structureLayoutKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
structureLayoutKey
- the structure layout keystart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructureLayout findByStructureLayoutKey_First(java.lang.String structureLayoutKey, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
structureLayoutKey
- the structure layout keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a matching ddm structure layout could not be foundDDMStructureLayout fetchByStructureLayoutKey_First(java.lang.String structureLayoutKey, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
structureLayoutKey
- the structure layout keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure layout could not be foundDDMStructureLayout findByStructureLayoutKey_Last(java.lang.String structureLayoutKey, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
structureLayoutKey
- the structure layout keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a matching ddm structure layout could not be foundDDMStructureLayout fetchByStructureLayoutKey_Last(java.lang.String structureLayoutKey, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
structureLayoutKey
- the structure layout keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure layout could not be foundDDMStructureLayout[] findByStructureLayoutKey_PrevAndNext(long structureLayoutId, java.lang.String structureLayoutKey, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
structureLayoutId
- the primary key of the current ddm structure layoutstructureLayoutKey
- the structure layout keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a ddm structure layout with the primary key could not be foundvoid removeByStructureLayoutKey(java.lang.String structureLayoutKey)
structureLayoutKey
- the structure layout keyint countByStructureLayoutKey(java.lang.String structureLayoutKey)
structureLayoutKey
- the structure layout keyDDMStructureLayout findByStructureVersionId(long structureVersionId) throws NoSuchStructureLayoutException
NoSuchStructureLayoutException
if it could not be found.structureVersionId
- the structure version IDNoSuchStructureLayoutException
- if a matching ddm structure layout could not be foundDDMStructureLayout fetchByStructureVersionId(long structureVersionId)
null
if it could not be found. Uses the finder cache.structureVersionId
- the structure version IDnull
if a matching ddm structure layout could not be foundDDMStructureLayout fetchByStructureVersionId(long structureVersionId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.structureVersionId
- the structure version IDuseFinderCache
- whether to use the finder cachenull
if a matching ddm structure layout could not be foundDDMStructureLayout removeByStructureVersionId(long structureVersionId) throws NoSuchStructureLayoutException
structureVersionId
- the structure version IDNoSuchStructureLayoutException
int countByStructureVersionId(long structureVersionId)
structureVersionId
- the structure version IDjava.util.List<DDMStructureLayout> findByG_C(long groupId, long classNameId)
groupId
- the group IDclassNameId
- the class name IDjava.util.List<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)java.util.List<DDMStructureLayout> findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructureLayout> findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructureLayout findByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a matching ddm structure layout could not be foundDDMStructureLayout fetchByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure layout could not be foundDDMStructureLayout findByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a matching ddm structure layout could not be foundDDMStructureLayout fetchByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure layout could not be foundDDMStructureLayout[] findByG_C_PrevAndNext(long structureLayoutId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
structureLayoutId
- the primary key of the current ddm structure layoutgroupId
- the group IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a ddm structure layout with the primary key could not be foundvoid 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 IDDDMStructureLayout findByG_C_S(long groupId, long classNameId, java.lang.String structureLayoutKey) throws NoSuchStructureLayoutException
NoSuchStructureLayoutException
if it could not be found.groupId
- the group IDclassNameId
- the class name IDstructureLayoutKey
- the structure layout keyNoSuchStructureLayoutException
- if a matching ddm structure layout could not be foundDDMStructureLayout fetchByG_C_S(long groupId, long classNameId, java.lang.String structureLayoutKey)
null
if it could not be found. Uses the finder cache.groupId
- the group IDclassNameId
- the class name IDstructureLayoutKey
- the structure layout keynull
if a matching ddm structure layout could not be foundDDMStructureLayout fetchByG_C_S(long groupId, long classNameId, java.lang.String structureLayoutKey, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDclassNameId
- the class name IDstructureLayoutKey
- the structure layout keyuseFinderCache
- whether to use the finder cachenull
if a matching ddm structure layout could not be foundDDMStructureLayout removeByG_C_S(long groupId, long classNameId, java.lang.String structureLayoutKey) throws NoSuchStructureLayoutException
groupId
- the group IDclassNameId
- the class name IDstructureLayoutKey
- the structure layout keyNoSuchStructureLayoutException
int countByG_C_S(long groupId, long classNameId, java.lang.String structureLayoutKey)
groupId
- the group IDclassNameId
- the class name IDstructureLayoutKey
- the structure layout keyjava.util.List<DDMStructureLayout> findByG_C_SV(long groupId, long classNameId, long structureVersionId)
groupId
- the group IDclassNameId
- the class name IDstructureVersionId
- the structure version IDjava.util.List<DDMStructureLayout> findByG_C_SV(long groupId, long classNameId, long structureVersionId, 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 DDMStructureLayoutModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstructureVersionId
- the structure version IDstart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)java.util.List<DDMStructureLayout> findByG_C_SV(long groupId, long classNameId, long structureVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstructureVersionId
- the structure version IDstart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructureLayout> findByG_C_SV(long groupId, long classNameId, long structureVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
groupId
- the group IDclassNameId
- the class name IDstructureVersionId
- the structure version IDstart
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMStructureLayout findByG_C_SV_First(long groupId, long classNameId, long structureVersionId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
groupId
- the group IDclassNameId
- the class name IDstructureVersionId
- the structure version IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a matching ddm structure layout could not be foundDDMStructureLayout fetchByG_C_SV_First(long groupId, long classNameId, long structureVersionId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDstructureVersionId
- the structure version IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure layout could not be foundDDMStructureLayout findByG_C_SV_Last(long groupId, long classNameId, long structureVersionId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
groupId
- the group IDclassNameId
- the class name IDstructureVersionId
- the structure version IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a matching ddm structure layout could not be foundDDMStructureLayout fetchByG_C_SV_Last(long groupId, long classNameId, long structureVersionId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDstructureVersionId
- the structure version IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm structure layout could not be foundDDMStructureLayout[] findByG_C_SV_PrevAndNext(long structureLayoutId, long groupId, long classNameId, long structureVersionId, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws NoSuchStructureLayoutException
structureLayoutId
- the primary key of the current ddm structure layoutgroupId
- the group IDclassNameId
- the class name IDstructureVersionId
- the structure version IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchStructureLayoutException
- if a ddm structure layout with the primary key could not be foundvoid removeByG_C_SV(long groupId, long classNameId, long structureVersionId)
groupId
- the group IDclassNameId
- the class name IDstructureVersionId
- the structure version IDint countByG_C_SV(long groupId, long classNameId, long structureVersionId)
groupId
- the group IDclassNameId
- the class name IDstructureVersionId
- the structure version IDvoid cacheResult(DDMStructureLayout ddmStructureLayout)
ddmStructureLayout
- the ddm structure layoutvoid cacheResult(java.util.List<DDMStructureLayout> ddmStructureLayouts)
ddmStructureLayouts
- the ddm structure layoutsDDMStructureLayout create(long structureLayoutId)
structureLayoutId
- the primary key for the new ddm structure layoutDDMStructureLayout remove(long structureLayoutId) throws NoSuchStructureLayoutException
structureLayoutId
- the primary key of the ddm structure layoutNoSuchStructureLayoutException
- if a ddm structure layout with the primary key could not be foundDDMStructureLayout updateImpl(DDMStructureLayout ddmStructureLayout)
DDMStructureLayout findByPrimaryKey(long structureLayoutId) throws NoSuchStructureLayoutException
NoSuchStructureLayoutException
if it could not be found.structureLayoutId
- the primary key of the ddm structure layoutNoSuchStructureLayoutException
- if a ddm structure layout with the primary key could not be foundDDMStructureLayout fetchByPrimaryKey(long structureLayoutId)
null
if it could not be found.structureLayoutId
- the primary key of the ddm structure layoutnull
if a ddm structure layout with the primary key could not be foundjava.util.List<DDMStructureLayout> findAll()
java.util.List<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
start
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)java.util.List<DDMStructureLayout> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
start
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMStructureLayout> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> 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 DDMStructureLayoutModelImpl
.
start
- the lower bound of the range of ddm structure layoutsend
- the upper bound of the range of ddm structure layouts (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()