|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DDMStructurePersistence
The persistence interface for the d d m structure service.
Caching information and settings can be found in portal.properties
DDMStructurePersistenceImpl,
DDMStructureUtil| Method Summary | |
|---|---|
void |
cacheResult(DDMStructure ddmStructure)
Caches the d d m structure in the entity cache if it is enabled. |
void |
cacheResult(List<DDMStructure> ddmStructures)
Caches the d d m structures in the entity cache if it is enabled. |
int |
countAll()
Returns the number of d d m structures. |
int |
countByC_C(long companyId,
long classNameId)
Returns the number of d d m structures where companyId = ? and classNameId = ?. |
int |
countByClassNameId(long classNameId)
Returns the number of d d m structures where classNameId = ?. |
int |
countByG_C(long groupId,
long classNameId)
Returns the number of d d m structures where groupId = ? and classNameId = ?. |
int |
countByG_N_D(long groupId,
String name,
String description)
Returns the number of d d m structures where groupId = ? and name = ? and description = ?. |
int |
countByG_S(long groupId,
String structureKey)
Returns the number of d d m structures where groupId = ? and structureKey = ?. |
int |
countByGroupId(long groupId)
Returns the number of d d m structures where groupId = ?. |
int |
countByGroupId(long[] groupIds)
Returns the number of d d m structures where groupId = any ?. |
int |
countByStructureKey(String structureKey)
Returns the number of d d m structures where structureKey = ?. |
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of d d m structures where uuid = ? and companyId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Returns the number of d d m structures where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Returns the number of d d m structures where uuid = ?. |
DDMStructure |
create(long structureId)
Creates a new d d m structure with the primary key. |
DDMStructure |
fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
fetchByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
fetchByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
fetchByG_S(long groupId,
String structureKey)
Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found. |
DDMStructure |
fetchByG_S(long groupId,
String structureKey,
boolean retrieveFromCache)
Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found, optionally using the finder cache. |
DDMStructure |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
DDMStructure |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
DDMStructure |
fetchByPrimaryKey(long structureId)
Returns the d d m structure with the primary key or returns null if it could not be found. |
DDMStructure |
fetchByStructureKey_First(String structureKey,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
fetchByStructureKey_Last(String structureKey,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
DDMStructure |
fetchByUUID_G(String uuid,
long groupId)
Returns the d d m structure where uuid = ? and groupId = ? or returns null if it could not be found. |
DDMStructure |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d m structure where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
DDMStructure |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
int |
filterCountByG_C(long groupId,
long classNameId)
Returns the number of d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
int |
filterCountByG_N_D(long groupId,
String name,
String description)
Returns the number of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
int |
filterCountByGroupId(long groupId)
Returns the number of d d m structures that the user has permission to view where groupId = ?. |
int |
filterCountByGroupId(long[] groupIds)
Returns the number of d d m structures that the user has permission to view where groupId = any ?. |
DDMStructure[] |
filterFindByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
List<DDMStructure> |
filterFindByG_C(long groupId,
long classNameId)
Returns all the d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
List<DDMStructure> |
filterFindByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
List<DDMStructure> |
filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and classNameId = ?. |
DDMStructure[] |
filterFindByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
filterFindByG_N_D(long groupId,
String name,
String description)
Returns all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?. |
DDMStructure[] |
filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?. |
List<DDMStructure> |
filterFindByGroupId(long groupId)
Returns all the d d m structures that the user has permission to view where groupId = ?. |
List<DDMStructure> |
filterFindByGroupId(long[] groupIds)
Returns all the d d m structures that the user has permission to view where groupId = any ?. |
List<DDMStructure> |
filterFindByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = any ?. |
List<DDMStructure> |
filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?. |
List<DDMStructure> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ?. |
List<DDMStructure> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?. |
List<DDMStructure> |
findAll()
Returns all the d d m structures. |
List<DDMStructure> |
findAll(int start,
int end)
Returns a range of all the d d m structures. |
List<DDMStructure> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures. |
DDMStructure |
findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure[] |
findByC_C_PrevAndNext(long structureId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?. |
List<DDMStructure> |
findByC_C(long companyId,
long classNameId)
Returns all the d d m structures where companyId = ? and classNameId = ?. |
List<DDMStructure> |
findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures where companyId = ? and classNameId = ?. |
List<DDMStructure> |
findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?. |
DDMStructure |
findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructure[] |
findByClassNameId_PrevAndNext(long structureId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?. |
List<DDMStructure> |
findByClassNameId(long classNameId)
Returns all the d d m structures where classNameId = ?. |
List<DDMStructure> |
findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the d d m structures where classNameId = ?. |
List<DDMStructure> |
findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where classNameId = ?. |
DDMStructure |
findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure[] |
findByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?. |
List<DDMStructure> |
findByG_C(long groupId,
long classNameId)
Returns all the d d m structures where groupId = ? and classNameId = ?. |
List<DDMStructure> |
findByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures where groupId = ? and classNameId = ?. |
List<DDMStructure> |
findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?. |
DDMStructure |
findByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
findByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure[] |
findByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
findByG_N_D(long groupId,
String name,
String description)
Returns all the d d m structures where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
findByG_N_D(long groupId,
String name,
String description,
int start,
int end)
Returns a range of all the d d m structures where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
findByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?. |
DDMStructure |
findByG_S(long groupId,
String structureKey)
Returns the d d m structure where groupId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found. |
DDMStructure |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
DDMStructure |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
DDMStructure[] |
findByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?. |
List<DDMStructure> |
findByGroupId(long groupId)
Returns all the d d m structures where groupId = ?. |
List<DDMStructure> |
findByGroupId(long[] groupIds)
Returns all the d d m structures where groupId = any ?. |
List<DDMStructure> |
findByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the d d m structures where groupId = any ?. |
List<DDMStructure> |
findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ?. |
List<DDMStructure> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m structures where groupId = ?. |
List<DDMStructure> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ?. |
DDMStructure |
findByPrimaryKey(long structureId)
Returns the d d m structure with the primary key or throws a NoSuchStructureException if it could not be found. |
DDMStructure |
findByStructureKey_First(String structureKey,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
findByStructureKey_Last(String structureKey,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
DDMStructure[] |
findByStructureKey_PrevAndNext(long structureId,
String structureKey,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?. |
List<DDMStructure> |
findByStructureKey(String structureKey)
Returns all the d d m structures where structureKey = ?. |
List<DDMStructure> |
findByStructureKey(String structureKey,
int start,
int end)
Returns a range of all the d d m structures where structureKey = ?. |
List<DDMStructure> |
findByStructureKey(String structureKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where structureKey = ?. |
DDMStructure |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure[] |
findByUuid_C_PrevAndNext(long structureId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ? and companyId = ?. |
List<DDMStructure> |
findByUuid_C(String uuid,
long companyId)
Returns all the d d m structures where uuid = ? and companyId = ?. |
List<DDMStructure> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d m structures where uuid = ? and companyId = ?. |
List<DDMStructure> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?. |
DDMStructure |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
DDMStructure |
findByUUID_G(String uuid,
long groupId)
Returns the d d m structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found. |
DDMStructure |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
DDMStructure[] |
findByUuid_PrevAndNext(long structureId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?. |
List<DDMStructure> |
findByUuid(String uuid)
Returns all the d d m structures where uuid = ?. |
List<DDMStructure> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d m structures where uuid = ?. |
List<DDMStructure> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ?. |
DDMStructure |
remove(long structureId)
Removes the d d m structure with the primary key from the database. |
void |
removeAll()
Removes all the d d m structures from the database. |
void |
removeByC_C(long companyId,
long classNameId)
Removes all the d d m structures where companyId = ? and classNameId = ? from the database. |
void |
removeByClassNameId(long classNameId)
Removes all the d d m structures where classNameId = ? from the database. |
void |
removeByG_C(long groupId,
long classNameId)
Removes all the d d m structures where groupId = ? and classNameId = ? from the database. |
void |
removeByG_N_D(long groupId,
String name,
String description)
Removes all the d d m structures where groupId = ? and name = ? and description = ? from the database. |
DDMStructure |
removeByG_S(long groupId,
String structureKey)
Removes the d d m structure where groupId = ? and structureKey = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the d d m structures where groupId = ? from the database. |
void |
removeByStructureKey(String structureKey)
Removes all the d d m structures where structureKey = ? from the database. |
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the d d m structures where uuid = ? and companyId = ? from the database. |
DDMStructure |
removeByUUID_G(String uuid,
long groupId)
Removes the d d m structure where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the d d m structures where uuid = ? from the database. |
DDMStructure |
updateImpl(DDMStructure ddmStructure)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
| Method Detail |
|---|
List<DDMStructure> findByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
List<DDMStructure> findByUuid(String uuid,
int start,
int end)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
SystemException - if a system exception occurred
List<DDMStructure> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
DDMStructure findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure[] findByUuid_PrevAndNext(long structureId,
String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
structureId - the primary key of the current d d m structureuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a d d m structure with the primary key could not be found
SystemException - if a system exception occurred
void removeByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
int countByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
DDMStructure findByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchStructureException
NoSuchStructureException if it could not be found.
uuid - the uuidgroupId - the group ID
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByUUID_G(String uuid,
long groupId)
throws SystemException
null if it could not be found. Uses the finder cache.
uuid - the uuidgroupId - the group ID
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
uuid - the uuidgroupId - the group IDretrieveFromCache - whether to use the finder cache
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure removeByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchStructureException
uuid - the uuidgroupId - the group ID
SystemException - if a system exception occurred
NoSuchStructureException
int countByUUID_G(String uuid,
long groupId)
throws SystemException
uuid - the uuidgroupId - the group ID
SystemException - if a system exception occurred
List<DDMStructure> findByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
List<DDMStructure> findByUuid_C(String uuid,
long companyId,
int start,
int end)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
SystemException - if a system exception occurred
List<DDMStructure> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
DDMStructure findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure[] findByUuid_C_PrevAndNext(long structureId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
structureId - the primary key of the current d d m structureuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a d d m structure with the primary key could not be found
SystemException - if a system exception occurred
void removeByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
int countByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
List<DDMStructure> findByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
List<DDMStructure> findByGroupId(long groupId,
int start,
int end)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
SystemException - if a system exception occurred
List<DDMStructure> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
DDMStructure findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure[] findByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
structureId - the primary key of the current d d m structuregroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a d d m structure with the primary key could not be found
SystemException - if a system exception occurred
List<DDMStructure> filterFindByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
List<DDMStructure> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
SystemException - if a system exception occurred
List<DDMStructure> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
DDMStructure[] filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
structureId - the primary key of the current d d m structuregroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a d d m structure with the primary key could not be found
SystemException - if a system exception occurred
List<DDMStructure> filterFindByGroupId(long[] groupIds)
throws SystemException
groupIds - the group IDs
SystemException - if a system exception occurred
List<DDMStructure> filterFindByGroupId(long[] groupIds,
int start,
int end)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupIds - the group IDsstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
SystemException - if a system exception occurred
List<DDMStructure> filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupIds - the group IDsstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
List<DDMStructure> findByGroupId(long[] groupIds)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupIds - the group IDs
SystemException - if a system exception occurred
List<DDMStructure> findByGroupId(long[] groupIds,
int start,
int end)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupIds - the group IDsstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
SystemException - if a system exception occurred
List<DDMStructure> findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupIds - the group IDsstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
void removeByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
int countByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
int countByGroupId(long[] groupIds)
throws SystemException
groupIds - the group IDs
SystemException - if a system exception occurred
int filterCountByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
int filterCountByGroupId(long[] groupIds)
throws SystemException
groupIds - the group IDs
SystemException - if a system exception occurred
List<DDMStructure> findByClassNameId(long classNameId)
throws SystemException
classNameId - the class name ID
SystemException - if a system exception occurred
List<DDMStructure> findByClassNameId(long classNameId,
int start,
int end)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId - the class name IDstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
SystemException - if a system exception occurred
List<DDMStructure> findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId - the class name IDstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
DDMStructure findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
classNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
throws SystemException
classNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
classNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
throws SystemException
classNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure[] findByClassNameId_PrevAndNext(long structureId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
structureId - the primary key of the current d d m structureclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a d d m structure with the primary key could not be found
SystemException - if a system exception occurred
void removeByClassNameId(long classNameId)
throws SystemException
classNameId - the class name ID
SystemException - if a system exception occurred
int countByClassNameId(long classNameId)
throws SystemException
classNameId - the class name ID
SystemException - if a system exception occurred
List<DDMStructure> findByStructureKey(String structureKey)
throws SystemException
structureKey - the structure key
SystemException - if a system exception occurred
List<DDMStructure> findByStructureKey(String structureKey,
int start,
int end)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
structureKey - the structure keystart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
SystemException - if a system exception occurred
List<DDMStructure> findByStructureKey(String structureKey,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
structureKey - the structure keystart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
DDMStructure findByStructureKey_First(String structureKey,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
structureKey - the structure keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByStructureKey_First(String structureKey,
OrderByComparator orderByComparator)
throws SystemException
structureKey - the structure keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure findByStructureKey_Last(String structureKey,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
structureKey - the structure keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByStructureKey_Last(String structureKey,
OrderByComparator orderByComparator)
throws SystemException
structureKey - the structure keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure[] findByStructureKey_PrevAndNext(long structureId,
String structureKey,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
structureId - the primary key of the current d d m structurestructureKey - the structure keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a d d m structure with the primary key could not be found
SystemException - if a system exception occurred
void removeByStructureKey(String structureKey)
throws SystemException
structureKey - the structure key
SystemException - if a system exception occurred
int countByStructureKey(String structureKey)
throws SystemException
structureKey - the structure key
SystemException - if a system exception occurred
List<DDMStructure> findByG_C(long groupId,
long classNameId)
throws SystemException
groupId - the group IDclassNameId - the class name ID
SystemException - if a system exception occurred
List<DDMStructure> findByG_C(long groupId,
long classNameId,
int start,
int end)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDclassNameId - the class name IDstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
SystemException - if a system exception occurred
List<DDMStructure> findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDclassNameId - the class name IDstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
DDMStructure findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
groupId - the group IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
groupId - the group IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure[] findByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
structureId - the primary key of the current d d m structuregroupId - the group IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a d d m structure with the primary key could not be found
SystemException - if a system exception occurred
List<DDMStructure> filterFindByG_C(long groupId,
long classNameId)
throws SystemException
groupId - the group IDclassNameId - the class name ID
SystemException - if a system exception occurred
List<DDMStructure> filterFindByG_C(long groupId,
long classNameId,
int start,
int end)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDclassNameId - the class name IDstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
SystemException - if a system exception occurred
List<DDMStructure> filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDclassNameId - the class name IDstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
DDMStructure[] filterFindByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
structureId - the primary key of the current d d m structuregroupId - the group IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a d d m structure with the primary key could not be found
SystemException - if a system exception occurred
void removeByG_C(long groupId,
long classNameId)
throws SystemException
groupId - the group IDclassNameId - the class name ID
SystemException - if a system exception occurred
int countByG_C(long groupId,
long classNameId)
throws SystemException
groupId - the group IDclassNameId - the class name ID
SystemException - if a system exception occurred
int filterCountByG_C(long groupId,
long classNameId)
throws SystemException
groupId - the group IDclassNameId - the class name ID
SystemException - if a system exception occurred
DDMStructure findByG_S(long groupId,
String structureKey)
throws SystemException,
NoSuchStructureException
NoSuchStructureException if it could not be found.
groupId - the group IDstructureKey - the structure key
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByG_S(long groupId,
String structureKey)
throws SystemException
null if it could not be found. Uses the finder cache.
groupId - the group IDstructureKey - the structure key
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByG_S(long groupId,
String structureKey,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
groupId - the group IDstructureKey - the structure keyretrieveFromCache - whether to use the finder cache
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure removeByG_S(long groupId,
String structureKey)
throws SystemException,
NoSuchStructureException
groupId - the group IDstructureKey - the structure key
SystemException - if a system exception occurred
NoSuchStructureException
int countByG_S(long groupId,
String structureKey)
throws SystemException
groupId - the group IDstructureKey - the structure key
SystemException - if a system exception occurred
List<DDMStructure> findByC_C(long companyId,
long classNameId)
throws SystemException
companyId - the company IDclassNameId - the class name ID
SystemException - if a system exception occurred
List<DDMStructure> findByC_C(long companyId,
long classNameId,
int start,
int end)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDclassNameId - the class name IDstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
SystemException - if a system exception occurred
List<DDMStructure> findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDclassNameId - the class name IDstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
DDMStructure findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
companyId - the company IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
companyId - the company IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure[] findByC_C_PrevAndNext(long structureId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
structureId - the primary key of the current d d m structurecompanyId - the company IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a d d m structure with the primary key could not be found
SystemException - if a system exception occurred
void removeByC_C(long companyId,
long classNameId)
throws SystemException
companyId - the company IDclassNameId - the class name ID
SystemException - if a system exception occurred
int countByC_C(long companyId,
long classNameId)
throws SystemException
companyId - the company IDclassNameId - the class name ID
SystemException - if a system exception occurred
List<DDMStructure> findByG_N_D(long groupId,
String name,
String description)
throws SystemException
groupId - the group IDname - the namedescription - the description
SystemException - if a system exception occurred
List<DDMStructure> findByG_N_D(long groupId,
String name,
String description,
int start,
int end)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDname - the namedescription - the descriptionstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
SystemException - if a system exception occurred
List<DDMStructure> findByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDname - the namedescription - the descriptionstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
DDMStructure findByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
groupId - the group IDname - the namedescription - the descriptionorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDname - the namedescription - the descriptionorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure findByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
groupId - the group IDname - the namedescription - the descriptionorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure fetchByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDname - the namedescription - the descriptionorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
SystemException - if a system exception occurred
DDMStructure[] findByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
structureId - the primary key of the current d d m structuregroupId - the group IDname - the namedescription - the descriptionorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a d d m structure with the primary key could not be found
SystemException - if a system exception occurred
List<DDMStructure> filterFindByG_N_D(long groupId,
String name,
String description)
throws SystemException
groupId - the group IDname - the namedescription - the description
SystemException - if a system exception occurred
List<DDMStructure> filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDname - the namedescription - the descriptionstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
SystemException - if a system exception occurred
List<DDMStructure> filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDname - the namedescription - the descriptionstart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
DDMStructure[] filterFindByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
structureId - the primary key of the current d d m structuregroupId - the group IDname - the namedescription - the descriptionorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a d d m structure with the primary key could not be found
SystemException - if a system exception occurred
void removeByG_N_D(long groupId,
String name,
String description)
throws SystemException
groupId - the group IDname - the namedescription - the description
SystemException - if a system exception occurred
int countByG_N_D(long groupId,
String name,
String description)
throws SystemException
groupId - the group IDname - the namedescription - the description
SystemException - if a system exception occurred
int filterCountByG_N_D(long groupId,
String name,
String description)
throws SystemException
groupId - the group IDname - the namedescription - the description
SystemException - if a system exception occurredvoid cacheResult(DDMStructure ddmStructure)
ddmStructure - the d d m structurevoid cacheResult(List<DDMStructure> ddmStructures)
ddmStructures - the d d m structuresDDMStructure create(long structureId)
structureId - the primary key for the new d d m structure
DDMStructure remove(long structureId)
throws SystemException,
NoSuchStructureException
structureId - the primary key of the d d m structure
NoSuchStructureException - if a d d m structure with the primary key could not be found
SystemException - if a system exception occurred
DDMStructure updateImpl(DDMStructure ddmStructure)
throws SystemException
SystemException
DDMStructure findByPrimaryKey(long structureId)
throws SystemException,
NoSuchStructureException
NoSuchStructureException if it could not be found.
structureId - the primary key of the d d m structure
NoSuchStructureException - if a d d m structure with the primary key could not be found
SystemException - if a system exception occurred
DDMStructure fetchByPrimaryKey(long structureId)
throws SystemException
null if it could not be found.
structureId - the primary key of the d d m structure
null if a d d m structure with the primary key could not be found
SystemException - if a system exception occurred
List<DDMStructure> findAll()
throws SystemException
SystemException - if a system exception occurred
List<DDMStructure> findAll(int start,
int end)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
SystemException - if a system exception occurred
List<DDMStructure> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DDMStructureModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||