|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<DDMStructure>
com.liferay.portlet.dynamicdatamapping.service.persistence.impl.DDMStructurePersistenceImpl
@ProviderType public class DDMStructurePersistenceImpl
The persistence implementation for the d d m structure service.
Caching information and settings can be found in portal.properties
DDMStructurePersistence,
DDMStructureUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
DDMStructurePersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
addDLFileEntryType(long pk,
DLFileEntryType dlFileEntryType)
Adds an association between the d d m structure and the document library file entry type. |
void |
addDLFileEntryType(long pk,
long dlFileEntryTypePK)
Adds an association between the d d m structure and the document library file entry type. |
void |
addDLFileEntryTypes(long pk,
List<DLFileEntryType> dlFileEntryTypes)
Adds an association between the d d m structure and the document library file entry types. |
void |
addDLFileEntryTypes(long pk,
long[] dlFileEntryTypePKs)
Adds an association between the d d m structure and the document library file entry types. |
void |
addJournalFolder(long pk,
JournalFolder journalFolder)
Adds an association between the d d m structure and the journal folder. |
void |
addJournalFolder(long pk,
long journalFolderPK)
Adds an association between the d d m structure and the journal folder. |
void |
addJournalFolders(long pk,
List<JournalFolder> journalFolders)
Adds an association between the d d m structure and the journal folders. |
void |
addJournalFolders(long pk,
long[] journalFolderPKs)
Adds an association between the d d m structure and the journal folders. |
void |
afterPropertiesSet()
Initializes the d d m structure persistence. |
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. |
protected void |
cacheUniqueFindersCache(DDMStructure ddmStructure)
|
void |
clearCache()
Clears the cache for all d d m structures. |
void |
clearCache(DDMStructure ddmStructure)
Clears the cache for the d d m structure. |
void |
clearCache(List<DDMStructure> ddmStructures)
Clears the cache for a List instances of this model. |
void |
clearDLFileEntryTypes(long pk)
Clears all associations between the d d m structure and its document library file entry types. |
void |
clearJournalFolders(long pk)
Clears all associations between the d d m structure and its journal folders. |
protected void |
clearUniqueFindersCache(DDMStructure ddmStructure)
|
boolean |
containsDLFileEntryType(long pk,
long dlFileEntryTypePK)
Returns true if the document library file entry type is associated with the d d m structure. |
boolean |
containsDLFileEntryTypes(long pk)
Returns true if the d d m structure has any document library file entry types associated with it. |
boolean |
containsJournalFolder(long pk,
long journalFolderPK)
Returns true if the journal folder is associated with the d d m structure. |
boolean |
containsJournalFolders(long pk)
Returns true if the d d m structure has any journal folders associated with it. |
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_S(long groupId,
long classNameId,
String structureKey)
Returns the number of d d m structures where groupId = ? and classNameId = ? and structureKey = ?. |
int |
countByG_C(long[] groupIds,
long classNameId)
Returns the number of d d m structures where groupId = any ? and 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_P(long groupId,
long parentStructureId)
Returns the number of d d m structures where groupId = ? and parentStructureId = ?. |
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 |
countByParentStructureId(long parentStructureId)
Returns the number of d d m structures where parentStructureId = ?. |
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. |
void |
destroy()
|
DDMStructure |
fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
fetchByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
fetchByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
fetchByG_C_S(long groupId,
long classNameId,
String structureKey)
Returns the d d m structure where groupId = ? and classNameId = ? and structureKey = ? or returns null if it could not be found. |
DDMStructure |
fetchByG_C_S(long groupId,
long classNameId,
String structureKey,
boolean retrieveFromCache)
Returns the d d m structure where groupId = ? and classNameId = ? and structureKey = ? or returns null if it could not be found, optionally using the finder cache. |
DDMStructure |
fetchByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
fetchByG_P_First(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure |
fetchByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure |
fetchByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
DDMStructure |
fetchByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
DDMStructure |
fetchByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
DDMStructure |
fetchByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
DDMStructure |
fetchByPrimaryKey(long structureId)
Returns the d d m structure with the primary key or returns null if it could not be found. |
DDMStructure |
fetchByPrimaryKey(Serializable primaryKey)
Returns the d d m structure with the primary key or returns null if it could not be found. |
Map<Serializable,DDMStructure> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
DDMStructure |
fetchByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
fetchByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
fetchByUuid_First(String uuid,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
int |
filterCountByG_C(long[] groupIds,
long classNameId)
Returns the number of d d m structures that the user has permission to view where groupId = any ? and classNameId = ?. |
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 |
filterCountByG_P(long groupId,
long parentStructureId)
Returns the number of d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
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<DDMStructure> 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[] groupIds,
long classNameId)
Returns all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?. |
List<DDMStructure> |
filterFindByG_C(long[] groupIds,
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 = any ? and classNameId = ?. |
List<DDMStructure> |
filterFindByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ? 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<DDMStructure> 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<DDMStructure> 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<DDMStructure> 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[] |
filterFindByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> 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 parentStructureId = ?. |
List<DDMStructure> |
filterFindByG_P(long groupId,
long parentStructureId)
Returns all the d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
List<DDMStructure> |
filterFindByG_P(long groupId,
long parentStructureId,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
List<DDMStructure> |
filterFindByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and parentStructureId = ?. |
DDMStructure[] |
filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator<DDMStructure> 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<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?. |
protected DDMStructure |
filterGetByG_C_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
|
protected DDMStructure |
filterGetByG_N_D_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
|
protected DDMStructure |
filterGetByG_P_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
|
protected DDMStructure |
filterGetByGroupId_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
|
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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures. |
DDMStructure |
findByC_C_First(long companyId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> 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<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?. |
DDMStructure |
findByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
findByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructure[] |
findByClassNameId_PrevAndNext(long structureId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where classNameId = ?. |
DDMStructure |
findByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMStructure> 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<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
findByG_C_S(long groupId,
long classNameId,
String structureKey)
Returns the d d m structure where groupId = ? and classNameId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found. |
List<DDMStructure> |
findByG_C(long[] groupIds,
long classNameId)
Returns all the d d m structures where groupId = any ? and classNameId = ?. |
List<DDMStructure> |
findByG_C(long[] groupIds,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures where groupId = any ? and classNameId = ?. |
List<DDMStructure> |
findByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ? 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<DDMStructure> 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<DDMStructure> 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<DDMStructure> 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<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?. |
DDMStructure |
findByG_P_First(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure |
findByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure[] |
findByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
List<DDMStructure> |
findByG_P(long groupId,
long parentStructureId)
Returns all the d d m structures where groupId = ? and parentStructureId = ?. |
List<DDMStructure> |
findByG_P(long groupId,
long parentStructureId,
int start,
int end)
Returns a range of all the d d m structures where groupId = ? and parentStructureId = ?. |
List<DDMStructure> |
findByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and parentStructureId = ?. |
DDMStructure |
findByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
DDMStructure |
findByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
DDMStructure[] |
findByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator<DDMStructure> 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<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ?. |
DDMStructure |
findByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
DDMStructure |
findByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
DDMStructure[] |
findByParentStructureId_PrevAndNext(long structureId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where parentStructureId = ?. |
List<DDMStructure> |
findByParentStructureId(long parentStructureId)
Returns all the d d m structures where parentStructureId = ?. |
List<DDMStructure> |
findByParentStructureId(long parentStructureId,
int start,
int end)
Returns a range of all the d d m structures where parentStructureId = ?. |
List<DDMStructure> |
findByParentStructureId(long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where parentStructureId = ?. |
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 |
findByPrimaryKey(Serializable primaryKey)
Returns the d d m structure with the primary key or throws a NoSuchModelException if it could not be found. |
DDMStructure |
findByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
findByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
DDMStructure[] |
findByStructureKey_PrevAndNext(long structureId,
String structureKey,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where structureKey = ?. |
DDMStructure |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMStructure> 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<DDMStructure> 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<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?. |
DDMStructure |
findByUuid_First(String uuid,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
DDMStructure[] |
findByUuid_PrevAndNext(long structureId,
String uuid,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ?. |
protected Set<String> |
getBadColumnNames()
|
protected DDMStructure |
getByC_C_PrevAndNext(Session session,
DDMStructure ddmStructure,
long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
|
protected DDMStructure |
getByClassNameId_PrevAndNext(Session session,
DDMStructure ddmStructure,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
|
protected DDMStructure |
getByG_C_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
|
protected DDMStructure |
getByG_N_D_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
|
protected DDMStructure |
getByG_P_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
|
protected DDMStructure |
getByGroupId_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
|
protected DDMStructure |
getByParentStructureId_PrevAndNext(Session session,
DDMStructure ddmStructure,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
|
protected DDMStructure |
getByStructureKey_PrevAndNext(Session session,
DDMStructure ddmStructure,
String structureKey,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
|
protected DDMStructure |
getByUuid_C_PrevAndNext(Session session,
DDMStructure ddmStructure,
String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
|
protected DDMStructure |
getByUuid_PrevAndNext(Session session,
DDMStructure ddmStructure,
String uuid,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
|
long[] |
getDLFileEntryTypePrimaryKeys(long pk)
Returns the primaryKeys of document library file entry types associated with the d d m structure. |
List<DLFileEntryType> |
getDLFileEntryTypes(long pk)
Returns all the document library file entry types associated with the d d m structure. |
List<DLFileEntryType> |
getDLFileEntryTypes(long pk,
int start,
int end)
Returns a range of all the document library file entry types associated with the d d m structure. |
List<DLFileEntryType> |
getDLFileEntryTypes(long pk,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types associated with the d d m structure. |
int |
getDLFileEntryTypesSize(long pk)
Returns the number of document library file entry types associated with the d d m structure. |
long[] |
getJournalFolderPrimaryKeys(long pk)
Returns the primaryKeys of journal folders associated with the d d m structure. |
List<JournalFolder> |
getJournalFolders(long pk)
Returns all the journal folders associated with the d d m structure. |
List<JournalFolder> |
getJournalFolders(long pk,
int start,
int end)
Returns a range of all the journal folders associated with the d d m structure. |
List<JournalFolder> |
getJournalFolders(long pk,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders associated with the d d m structure. |
int |
getJournalFoldersSize(long pk)
Returns the number of journal folders associated with the d d m structure. |
DDMStructure |
remove(long structureId)
Removes the d d m structure with the primary key from the database. |
DDMStructure |
remove(Serializable primaryKey)
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. |
DDMStructure |
removeByG_C_S(long groupId,
long classNameId,
String structureKey)
Removes the d d m structure where groupId = ? and classNameId = ? and structureKey = ? 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. |
void |
removeByG_P(long groupId,
long parentStructureId)
Removes all the d d m structures where groupId = ? and parentStructureId = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the d d m structures where groupId = ? from the database. |
void |
removeByParentStructureId(long parentStructureId)
Removes all the d d m structures where parentStructureId = ? 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. |
void |
removeDLFileEntryType(long pk,
DLFileEntryType dlFileEntryType)
Removes the association between the d d m structure and the document library file entry type. |
void |
removeDLFileEntryType(long pk,
long dlFileEntryTypePK)
Removes the association between the d d m structure and the document library file entry type. |
void |
removeDLFileEntryTypes(long pk,
List<DLFileEntryType> dlFileEntryTypes)
Removes the association between the d d m structure and the document library file entry types. |
void |
removeDLFileEntryTypes(long pk,
long[] dlFileEntryTypePKs)
Removes the association between the d d m structure and the document library file entry types. |
protected DDMStructure |
removeImpl(DDMStructure ddmStructure)
Removes the model instance from the database. |
void |
removeJournalFolder(long pk,
JournalFolder journalFolder)
Removes the association between the d d m structure and the journal folder. |
void |
removeJournalFolder(long pk,
long journalFolderPK)
Removes the association between the d d m structure and the journal folder. |
void |
removeJournalFolders(long pk,
List<JournalFolder> journalFolders)
Removes the association between the d d m structure and the journal folders. |
void |
removeJournalFolders(long pk,
long[] journalFolderPKs)
Removes the association between the d d m structure and the journal folders. |
void |
setDLFileEntryTypes(long pk,
List<DLFileEntryType> dlFileEntryTypes)
Sets the document library file entry types associated with the d d m structure, removing and adding associations as necessary. |
void |
setDLFileEntryTypes(long pk,
long[] dlFileEntryTypePKs)
Sets the document library file entry types associated with the d d m structure, removing and adding associations as necessary. |
void |
setJournalFolders(long pk,
List<JournalFolder> journalFolders)
Sets the journal folders associated with the d d m structure, removing and adding associations as necessary. |
void |
setJournalFolders(long pk,
long[] journalFolderPKs)
Sets the journal folders associated with the d d m structure, removing and adding associations as necessary. |
protected DDMStructure |
toUnwrappedModel(DDMStructure ddmStructure)
|
DDMStructure |
updateImpl(DDMStructure ddmStructure)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_PARENTSTRUCTUREID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_PARENTSTRUCTUREID
public static final FinderPath FINDER_PATH_COUNT_BY_PARENTSTRUCTUREID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_CLASSNAMEID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_CLASSNAMEID
public static final FinderPath FINDER_PATH_COUNT_BY_CLASSNAMEID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_STRUCTUREKEY
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_STRUCTUREKEY
public static final FinderPath FINDER_PATH_COUNT_BY_STRUCTUREKEY
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P
public static final FinderPath FINDER_PATH_COUNT_BY_G_P
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_C
public static final FinderPath FINDER_PATH_COUNT_BY_G_C
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_C
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_C
public static final FinderPath FINDER_PATH_COUNT_BY_C_C
public static final FinderPath FINDER_PATH_FETCH_BY_G_C_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_C_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_N_D
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_N_D
public static final FinderPath FINDER_PATH_COUNT_BY_G_N_D
@BeanReference(type=DLFileEntryTypePersistence.class) protected DLFileEntryTypePersistence dlFileEntryTypePersistence
protected TableMapper<DDMStructure,DLFileEntryType> ddmStructureToDLFileEntryTypeTableMapper
@BeanReference(type=JournalFolderPersistence.class) protected JournalFolderPersistence journalFolderPersistence
protected TableMapper<DDMStructure,JournalFolder> ddmStructureToJournalFolderTableMapper
| Constructor Detail |
|---|
public DDMStructurePersistenceImpl()
| Method Detail |
|---|
public List<DDMStructure> findByUuid(String uuid)
findByUuid in interface DDMStructurePersistenceuuid - the uuid
public List<DDMStructure> findByUuid(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 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.
findByUuid in interface DDMStructurePersistenceuuid - 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)
public List<DDMStructure> findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByUuid in interface DDMStructurePersistenceuuid - 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)
public DDMStructure findByUuid_First(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByUuid_First in interface DDMStructurePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
public DDMStructure fetchByUuid_First(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
fetchByUuid_First in interface DDMStructurePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
public DDMStructure findByUuid_Last(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByUuid_Last in interface DDMStructurePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
public DDMStructure fetchByUuid_Last(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
fetchByUuid_Last in interface DDMStructurePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
public DDMStructure[] findByUuid_PrevAndNext(long structureId,
String uuid,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByUuid_PrevAndNext in interface DDMStructurePersistencestructureId - 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
protected DDMStructure getByUuid_PrevAndNext(Session session,
DDMStructure ddmStructure,
String uuid,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
public void removeByUuid(String uuid)
removeByUuid in interface DDMStructurePersistenceuuid - the uuidpublic int countByUuid(String uuid)
countByUuid in interface DDMStructurePersistenceuuid - the uuid
public DDMStructure findByUUID_G(String uuid,
long groupId)
throws NoSuchStructureException
NoSuchStructureException if it could not be found.
findByUUID_G in interface DDMStructurePersistenceuuid - the uuidgroupId - the group ID
NoSuchStructureException - if a matching d d m structure could not be found
public DDMStructure fetchByUUID_G(String uuid,
long groupId)
null if it could not be found. Uses the finder cache.
fetchByUUID_G in interface DDMStructurePersistenceuuid - the uuidgroupId - the group ID
null if a matching d d m structure could not be found
public DDMStructure fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByUUID_G in interface DDMStructurePersistenceuuid - the uuidgroupId - the group IDretrieveFromCache - whether to use the finder cache
null if a matching d d m structure could not be found
public DDMStructure removeByUUID_G(String uuid,
long groupId)
throws NoSuchStructureException
removeByUUID_G in interface DDMStructurePersistenceuuid - the uuidgroupId - the group ID
NoSuchStructureException
public int countByUUID_G(String uuid,
long groupId)
countByUUID_G in interface DDMStructurePersistenceuuid - the uuidgroupId - the group ID
public List<DDMStructure> findByUuid_C(String uuid,
long companyId)
findByUuid_C in interface DDMStructurePersistenceuuid - the uuidcompanyId - the company ID
public List<DDMStructure> findByUuid_C(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 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.
findByUuid_C in interface DDMStructurePersistenceuuid - 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)
public List<DDMStructure> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByUuid_C in interface DDMStructurePersistenceuuid - 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)
public DDMStructure findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByUuid_C_First in interface DDMStructurePersistenceuuid - 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
public DDMStructure fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator)
fetchByUuid_C_First in interface DDMStructurePersistenceuuid - 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
public DDMStructure findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByUuid_C_Last in interface DDMStructurePersistenceuuid - 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
public DDMStructure fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator)
fetchByUuid_C_Last in interface DDMStructurePersistenceuuid - 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
public DDMStructure[] findByUuid_C_PrevAndNext(long structureId,
String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByUuid_C_PrevAndNext in interface DDMStructurePersistencestructureId - 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
protected DDMStructure getByUuid_C_PrevAndNext(Session session,
DDMStructure ddmStructure,
String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
public void removeByUuid_C(String uuid,
long companyId)
removeByUuid_C in interface DDMStructurePersistenceuuid - the uuidcompanyId - the company ID
public int countByUuid_C(String uuid,
long companyId)
countByUuid_C in interface DDMStructurePersistenceuuid - the uuidcompanyId - the company ID
public List<DDMStructure> findByGroupId(long groupId)
findByGroupId in interface DDMStructurePersistencegroupId - the group ID
public List<DDMStructure> findByGroupId(long groupId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByGroupId in interface DDMStructurePersistencegroupId - 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)
public List<DDMStructure> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByGroupId in interface DDMStructurePersistencegroupId - 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)
public DDMStructure findByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByGroupId_First in interface DDMStructurePersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
public DDMStructure fetchByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
fetchByGroupId_First in interface DDMStructurePersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
public DDMStructure findByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByGroupId_Last in interface DDMStructurePersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
public DDMStructure fetchByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
fetchByGroupId_Last in interface DDMStructurePersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
public DDMStructure[] findByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByGroupId_PrevAndNext in interface DDMStructurePersistencestructureId - 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
protected DDMStructure getByGroupId_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
public List<DDMStructure> filterFindByGroupId(long groupId)
filterFindByGroupId in interface DDMStructurePersistencegroupId - the group ID
public List<DDMStructure> filterFindByGroupId(long groupId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
filterFindByGroupId in interface DDMStructurePersistencegroupId - 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)
public List<DDMStructure> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
filterFindByGroupId in interface DDMStructurePersistencegroupId - 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)
public DDMStructure[] filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
filterFindByGroupId_PrevAndNext in interface DDMStructurePersistencestructureId - 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
protected DDMStructure filterGetByGroupId_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
public List<DDMStructure> filterFindByGroupId(long[] groupIds)
filterFindByGroupId in interface DDMStructurePersistencegroupIds - the group IDs
public List<DDMStructure> filterFindByGroupId(long[] groupIds,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
filterFindByGroupId in interface DDMStructurePersistencegroupIds - 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)
public List<DDMStructure> filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
filterFindByGroupId in interface DDMStructurePersistencegroupIds - 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)
public List<DDMStructure> findByGroupId(long[] groupIds)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByGroupId in interface DDMStructurePersistencegroupIds - the group IDs
public List<DDMStructure> findByGroupId(long[] groupIds,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByGroupId in interface DDMStructurePersistencegroupIds - 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)
public List<DDMStructure> findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByGroupId in interface DDMStructurePersistencegroupIds - 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)
public void removeByGroupId(long groupId)
removeByGroupId in interface DDMStructurePersistencegroupId - the group IDpublic int countByGroupId(long groupId)
countByGroupId in interface DDMStructurePersistencegroupId - the group ID
public int countByGroupId(long[] groupIds)
countByGroupId in interface DDMStructurePersistencegroupIds - the group IDs
public int filterCountByGroupId(long groupId)
filterCountByGroupId in interface DDMStructurePersistencegroupId - the group ID
public int filterCountByGroupId(long[] groupIds)
filterCountByGroupId in interface DDMStructurePersistencegroupIds - the group IDs
public List<DDMStructure> findByParentStructureId(long parentStructureId)
findByParentStructureId in interface DDMStructurePersistenceparentStructureId - the parent structure ID
public List<DDMStructure> findByParentStructureId(long parentStructureId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByParentStructureId in interface DDMStructurePersistenceparentStructureId - the parent structure 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)
public List<DDMStructure> findByParentStructureId(long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByParentStructureId in interface DDMStructurePersistenceparentStructureId - the parent structure 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)
public DDMStructure findByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByParentStructureId_First in interface DDMStructurePersistenceparentStructureId - the parent structure IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
public DDMStructure fetchByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
fetchByParentStructureId_First in interface DDMStructurePersistenceparentStructureId - the parent structure IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
public DDMStructure findByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByParentStructureId_Last in interface DDMStructurePersistenceparentStructureId - the parent structure IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
public DDMStructure fetchByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
fetchByParentStructureId_Last in interface DDMStructurePersistenceparentStructureId - the parent structure IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
public DDMStructure[] findByParentStructureId_PrevAndNext(long structureId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByParentStructureId_PrevAndNext in interface DDMStructurePersistencestructureId - the primary key of the current d d m structureparentStructureId - the parent structure 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
protected DDMStructure getByParentStructureId_PrevAndNext(Session session,
DDMStructure ddmStructure,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
public void removeByParentStructureId(long parentStructureId)
removeByParentStructureId in interface DDMStructurePersistenceparentStructureId - the parent structure IDpublic int countByParentStructureId(long parentStructureId)
countByParentStructureId in interface DDMStructurePersistenceparentStructureId - the parent structure ID
public List<DDMStructure> findByClassNameId(long classNameId)
findByClassNameId in interface DDMStructurePersistenceclassNameId - the class name ID
public List<DDMStructure> findByClassNameId(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 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.
findByClassNameId in interface DDMStructurePersistenceclassNameId - 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)
public List<DDMStructure> findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByClassNameId in interface DDMStructurePersistenceclassNameId - 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)
public DDMStructure findByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByClassNameId_First in interface DDMStructurePersistenceclassNameId - 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
public DDMStructure fetchByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
fetchByClassNameId_First in interface DDMStructurePersistenceclassNameId - 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
public DDMStructure findByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByClassNameId_Last in interface DDMStructurePersistenceclassNameId - 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
public DDMStructure fetchByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
fetchByClassNameId_Last in interface DDMStructurePersistenceclassNameId - 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
public DDMStructure[] findByClassNameId_PrevAndNext(long structureId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByClassNameId_PrevAndNext in interface DDMStructurePersistencestructureId - 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
protected DDMStructure getByClassNameId_PrevAndNext(Session session,
DDMStructure ddmStructure,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
public void removeByClassNameId(long classNameId)
removeByClassNameId in interface DDMStructurePersistenceclassNameId - the class name IDpublic int countByClassNameId(long classNameId)
countByClassNameId in interface DDMStructurePersistenceclassNameId - the class name ID
public List<DDMStructure> findByStructureKey(String structureKey)
findByStructureKey in interface DDMStructurePersistencestructureKey - the structure key
public List<DDMStructure> findByStructureKey(String structureKey,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByStructureKey in interface DDMStructurePersistencestructureKey - 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)
public List<DDMStructure> findByStructureKey(String structureKey,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByStructureKey in interface DDMStructurePersistencestructureKey - 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)
public DDMStructure findByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByStructureKey_First in interface DDMStructurePersistencestructureKey - the structure keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
public DDMStructure fetchByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
fetchByStructureKey_First in interface DDMStructurePersistencestructureKey - the structure keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
public DDMStructure findByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByStructureKey_Last in interface DDMStructurePersistencestructureKey - the structure keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
public DDMStructure fetchByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
fetchByStructureKey_Last in interface DDMStructurePersistencestructureKey - the structure keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
public DDMStructure[] findByStructureKey_PrevAndNext(long structureId,
String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByStructureKey_PrevAndNext in interface DDMStructurePersistencestructureId - 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
protected DDMStructure getByStructureKey_PrevAndNext(Session session,
DDMStructure ddmStructure,
String structureKey,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
public void removeByStructureKey(String structureKey)
removeByStructureKey in interface DDMStructurePersistencestructureKey - the structure keypublic int countByStructureKey(String structureKey)
countByStructureKey in interface DDMStructurePersistencestructureKey - the structure key
public List<DDMStructure> findByG_P(long groupId,
long parentStructureId)
findByG_P in interface DDMStructurePersistencegroupId - the group IDparentStructureId - the parent structure ID
public List<DDMStructure> findByG_P(long groupId,
long parentStructureId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByG_P in interface DDMStructurePersistencegroupId - the group IDparentStructureId - the parent structure 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)
public List<DDMStructure> findByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByG_P in interface DDMStructurePersistencegroupId - the group IDparentStructureId - the parent structure 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)
public DDMStructure findByG_P_First(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByG_P_First in interface DDMStructurePersistencegroupId - the group IDparentStructureId - the parent structure IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
public DDMStructure fetchByG_P_First(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
fetchByG_P_First in interface DDMStructurePersistencegroupId - the group IDparentStructureId - the parent structure IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
public DDMStructure findByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByG_P_Last in interface DDMStructurePersistencegroupId - the group IDparentStructureId - the parent structure IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchStructureException - if a matching d d m structure could not be found
public DDMStructure fetchByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
fetchByG_P_Last in interface DDMStructurePersistencegroupId - the group IDparentStructureId - the parent structure IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d m structure could not be found
public DDMStructure[] findByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByG_P_PrevAndNext in interface DDMStructurePersistencestructureId - the primary key of the current d d m structuregroupId - the group IDparentStructureId - the parent structure 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
protected DDMStructure getByG_P_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
public List<DDMStructure> filterFindByG_P(long groupId,
long parentStructureId)
filterFindByG_P in interface DDMStructurePersistencegroupId - the group IDparentStructureId - the parent structure ID
public List<DDMStructure> filterFindByG_P(long groupId,
long parentStructureId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
filterFindByG_P in interface DDMStructurePersistencegroupId - the group IDparentStructureId - the parent structure 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)
public List<DDMStructure> filterFindByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
filterFindByG_P in interface DDMStructurePersistencegroupId - the group IDparentStructureId - the parent structure 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)
public DDMStructure[] filterFindByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
filterFindByG_P_PrevAndNext in interface DDMStructurePersistencestructureId - the primary key of the current d d m structuregroupId - the group IDparentStructureId - the parent structure 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
protected DDMStructure filterGetByG_P_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
public void removeByG_P(long groupId,
long parentStructureId)
removeByG_P in interface DDMStructurePersistencegroupId - the group IDparentStructureId - the parent structure ID
public int countByG_P(long groupId,
long parentStructureId)
countByG_P in interface DDMStructurePersistencegroupId - the group IDparentStructureId - the parent structure ID
public int filterCountByG_P(long groupId,
long parentStructureId)
filterCountByG_P in interface DDMStructurePersistencegroupId - the group IDparentStructureId - the parent structure ID
public List<DDMStructure> findByG_C(long groupId,
long classNameId)
findByG_C in interface DDMStructurePersistencegroupId - the group IDclassNameId - the class name ID
public List<DDMStructure> findByG_C(long groupId,
long classNameId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByG_C in interface DDMStructurePersistencegroupId - 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)
public List<DDMStructure> findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByG_C in interface DDMStructurePersistencegroupId - 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)
public DDMStructure findByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByG_C_First in interface DDMStructurePersistencegroupId - 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
public DDMStructure fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
fetchByG_C_First in interface DDMStructurePersistencegroupId - 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
public DDMStructure findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByG_C_Last in interface DDMStructurePersistencegroupId - 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
public DDMStructure fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
fetchByG_C_Last in interface DDMStructurePersistencegroupId - 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
public DDMStructure[] findByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByG_C_PrevAndNext in interface DDMStructurePersistencestructureId - 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
protected DDMStructure getByG_C_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
public List<DDMStructure> filterFindByG_C(long groupId,
long classNameId)
filterFindByG_C in interface DDMStructurePersistencegroupId - the group IDclassNameId - the class name ID
public List<DDMStructure> filterFindByG_C(long groupId,
long classNameId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
filterFindByG_C in interface DDMStructurePersistencegroupId - 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)
public List<DDMStructure> filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
filterFindByG_C in interface DDMStructurePersistencegroupId - 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)
public DDMStructure[] filterFindByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
filterFindByG_C_PrevAndNext in interface DDMStructurePersistencestructureId - 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
protected DDMStructure filterGetByG_C_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
public List<DDMStructure> filterFindByG_C(long[] groupIds,
long classNameId)
filterFindByG_C in interface DDMStructurePersistencegroupIds - the group IDsclassNameId - the class name ID
public List<DDMStructure> filterFindByG_C(long[] groupIds,
long classNameId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
filterFindByG_C in interface DDMStructurePersistencegroupIds - the group IDsclassNameId - 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)
public List<DDMStructure> filterFindByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
filterFindByG_C in interface DDMStructurePersistencegroupIds - the group IDsclassNameId - 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)
public List<DDMStructure> findByG_C(long[] groupIds,
long classNameId)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByG_C in interface DDMStructurePersistencegroupIds - the group IDsclassNameId - the class name ID
public List<DDMStructure> findByG_C(long[] groupIds,
long classNameId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByG_C in interface DDMStructurePersistencegroupIds - the group IDsclassNameId - 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)
public List<DDMStructure> findByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByG_C in interface DDMStructurePersistencegroupIds - the group IDsclassNameId - 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)
public void removeByG_C(long groupId,
long classNameId)
removeByG_C in interface DDMStructurePersistencegroupId - the group IDclassNameId - the class name ID
public int countByG_C(long groupId,
long classNameId)
countByG_C in interface DDMStructurePersistencegroupId - the group IDclassNameId - the class name ID
public int countByG_C(long[] groupIds,
long classNameId)
countByG_C in interface DDMStructurePersistencegroupIds - the group IDsclassNameId - the class name ID
public int filterCountByG_C(long groupId,
long classNameId)
filterCountByG_C in interface DDMStructurePersistencegroupId - the group IDclassNameId - the class name ID
public int filterCountByG_C(long[] groupIds,
long classNameId)
filterCountByG_C in interface DDMStructurePersistencegroupIds - the group IDsclassNameId - the class name ID
public List<DDMStructure> findByC_C(long companyId,
long classNameId)
findByC_C in interface DDMStructurePersistencecompanyId - the company IDclassNameId - the class name ID
public List<DDMStructure> findByC_C(long companyId,
long classNameId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByC_C in interface DDMStructurePersistencecompanyId - 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)
public List<DDMStructure> findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByC_C in interface DDMStructurePersistencecompanyId - 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)
public DDMStructure findByC_C_First(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByC_C_First in interface DDMStructurePersistencecompanyId - 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
public DDMStructure fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
fetchByC_C_First in interface DDMStructurePersistencecompanyId - 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
public DDMStructure findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByC_C_Last in interface DDMStructurePersistencecompanyId - 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
public DDMStructure fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
fetchByC_C_Last in interface DDMStructurePersistencecompanyId - 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
public DDMStructure[] findByC_C_PrevAndNext(long structureId,
long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByC_C_PrevAndNext in interface DDMStructurePersistencestructureId - 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
protected DDMStructure getByC_C_PrevAndNext(Session session,
DDMStructure ddmStructure,
long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
public void removeByC_C(long companyId,
long classNameId)
removeByC_C in interface DDMStructurePersistencecompanyId - the company IDclassNameId - the class name ID
public int countByC_C(long companyId,
long classNameId)
countByC_C in interface DDMStructurePersistencecompanyId - the company IDclassNameId - the class name ID
public DDMStructure findByG_C_S(long groupId,
long classNameId,
String structureKey)
throws NoSuchStructureException
NoSuchStructureException if it could not be found.
findByG_C_S in interface DDMStructurePersistencegroupId - the group IDclassNameId - the class name IDstructureKey - the structure key
NoSuchStructureException - if a matching d d m structure could not be found
public DDMStructure fetchByG_C_S(long groupId,
long classNameId,
String structureKey)
null if it could not be found. Uses the finder cache.
fetchByG_C_S in interface DDMStructurePersistencegroupId - the group IDclassNameId - the class name IDstructureKey - the structure key
null if a matching d d m structure could not be found
public DDMStructure fetchByG_C_S(long groupId,
long classNameId,
String structureKey,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByG_C_S in interface DDMStructurePersistencegroupId - the group IDclassNameId - the class name IDstructureKey - the structure keyretrieveFromCache - whether to use the finder cache
null if a matching d d m structure could not be found
public DDMStructure removeByG_C_S(long groupId,
long classNameId,
String structureKey)
throws NoSuchStructureException
removeByG_C_S in interface DDMStructurePersistencegroupId - the group IDclassNameId - the class name IDstructureKey - the structure key
NoSuchStructureException
public int countByG_C_S(long groupId,
long classNameId,
String structureKey)
countByG_C_S in interface DDMStructurePersistencegroupId - the group IDclassNameId - the class name IDstructureKey - the structure key
public List<DDMStructure> findByG_N_D(long groupId,
String name,
String description)
findByG_N_D in interface DDMStructurePersistencegroupId - the group IDname - the namedescription - the description
public List<DDMStructure> findByG_N_D(long groupId,
String name,
String description,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByG_N_D in interface DDMStructurePersistencegroupId - 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)
public List<DDMStructure> findByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findByG_N_D in interface DDMStructurePersistencegroupId - 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)
public DDMStructure findByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByG_N_D_First in interface DDMStructurePersistencegroupId - 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
public DDMStructure fetchByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
fetchByG_N_D_First in interface DDMStructurePersistencegroupId - 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
public DDMStructure findByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByG_N_D_Last in interface DDMStructurePersistencegroupId - 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
public DDMStructure fetchByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
fetchByG_N_D_Last in interface DDMStructurePersistencegroupId - 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
public DDMStructure[] findByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
findByG_N_D_PrevAndNext in interface DDMStructurePersistencestructureId - 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
protected DDMStructure getByG_N_D_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
public List<DDMStructure> filterFindByG_N_D(long groupId,
String name,
String description)
filterFindByG_N_D in interface DDMStructurePersistencegroupId - the group IDname - the namedescription - the description
public List<DDMStructure> filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
filterFindByG_N_D in interface DDMStructurePersistencegroupId - 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)
public List<DDMStructure> filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
filterFindByG_N_D in interface DDMStructurePersistencegroupId - 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)
public DDMStructure[] filterFindByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
throws NoSuchStructureException
filterFindByG_N_D_PrevAndNext in interface DDMStructurePersistencestructureId - 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
protected DDMStructure filterGetByG_N_D_PrevAndNext(Session session,
DDMStructure ddmStructure,
long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator,
boolean previous)
public void removeByG_N_D(long groupId,
String name,
String description)
removeByG_N_D in interface DDMStructurePersistencegroupId - the group IDname - the namedescription - the description
public int countByG_N_D(long groupId,
String name,
String description)
countByG_N_D in interface DDMStructurePersistencegroupId - the group IDname - the namedescription - the description
public int filterCountByG_N_D(long groupId,
String name,
String description)
filterCountByG_N_D in interface DDMStructurePersistencegroupId - the group IDname - the namedescription - the description
public void cacheResult(DDMStructure ddmStructure)
cacheResult in interface DDMStructurePersistenceddmStructure - the d d m structurepublic void cacheResult(List<DDMStructure> ddmStructures)
cacheResult in interface DDMStructurePersistenceddmStructures - the d d m structurespublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<DDMStructure>clearCache in class BasePersistenceImpl<DDMStructure>public void clearCache(DDMStructure ddmStructure)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<DDMStructure>clearCache in class BasePersistenceImpl<DDMStructure>ddmStructure - the instance of this model to clear the cache forpublic void clearCache(List<DDMStructure> ddmStructures)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<DDMStructure>clearCache in class BasePersistenceImpl<DDMStructure>ddmStructures - the List instances of this model to clear the cache forprotected void cacheUniqueFindersCache(DDMStructure ddmStructure)
protected void clearUniqueFindersCache(DDMStructure ddmStructure)
public DDMStructure create(long structureId)
create in interface DDMStructurePersistencestructureId - the primary key for the new d d m structure
public DDMStructure remove(long structureId)
throws NoSuchStructureException
remove in interface DDMStructurePersistencestructureId - the primary key of the d d m structure
NoSuchStructureException - if a d d m structure with the primary key could not be found
public DDMStructure remove(Serializable primaryKey)
throws NoSuchStructureException
remove in interface BasePersistence<DDMStructure>remove in class BasePersistenceImpl<DDMStructure>primaryKey - the primary key of the d d m structure
NoSuchStructureException - if a d d m structure with the primary key could not be foundprotected DDMStructure removeImpl(DDMStructure ddmStructure)
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<DDMStructure>ddmStructure - the model instance to remove
public DDMStructure updateImpl(DDMStructure ddmStructure)
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface DDMStructurePersistenceupdateImpl in class BasePersistenceImpl<DDMStructure>ddmStructure - the model instance to update
protected DDMStructure toUnwrappedModel(DDMStructure ddmStructure)
public DDMStructure findByPrimaryKey(Serializable primaryKey)
throws NoSuchStructureException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<DDMStructure>findByPrimaryKey in class BasePersistenceImpl<DDMStructure>primaryKey - the primary key of the d d m structure
NoSuchStructureException - if a d d m structure with the primary key could not be found
public DDMStructure findByPrimaryKey(long structureId)
throws NoSuchStructureException
NoSuchStructureException if it could not be found.
findByPrimaryKey in interface DDMStructurePersistencestructureId - the primary key of the d d m structure
NoSuchStructureException - if a d d m structure with the primary key could not be foundpublic DDMStructure fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<DDMStructure>fetchByPrimaryKey in class BasePersistenceImpl<DDMStructure>primaryKey - the primary key of the d d m structure
null if a d d m structure with the primary key could not be foundpublic DDMStructure fetchByPrimaryKey(long structureId)
null if it could not be found.
fetchByPrimaryKey in interface DDMStructurePersistencestructureId - the primary key of the d d m structure
null if a d d m structure with the primary key could not be foundpublic Map<Serializable,DDMStructure> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<DDMStructure>fetchByPrimaryKeys in interface DDMStructurePersistencefetchByPrimaryKeys in class BasePersistenceImpl<DDMStructure>public List<DDMStructure> findAll()
findAll in interface DDMStructurePersistence
public List<DDMStructure> findAll(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findAll in interface DDMStructurePersistencestart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
public List<DDMStructure> findAll(int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent 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.
findAll in interface DDMStructurePersistencestart - 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)
public void removeAll()
removeAll in interface DDMStructurePersistencepublic int countAll()
countAll in interface DDMStructurePersistencepublic long[] getDLFileEntryTypePrimaryKeys(long pk)
getDLFileEntryTypePrimaryKeys in interface DDMStructurePersistencepk - the primary key of the d d m structure
public List<DLFileEntryType> getDLFileEntryTypes(long pk)
getDLFileEntryTypes in interface DDMStructurePersistencepk - the primary key of the d d m structure
public List<DLFileEntryType> getDLFileEntryTypes(long pk,
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 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.
getDLFileEntryTypes in interface DDMStructurePersistencepk - the primary key of the d d m structurestart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
public List<DLFileEntryType> getDLFileEntryTypes(long pk,
int start,
int end,
OrderByComparator<DLFileEntryType> 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 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.
getDLFileEntryTypes in interface DDMStructurePersistencepk - the primary key of the d d m structurestart - 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)
public int getDLFileEntryTypesSize(long pk)
getDLFileEntryTypesSize in interface DDMStructurePersistencepk - the primary key of the d d m structure
public boolean containsDLFileEntryType(long pk,
long dlFileEntryTypePK)
true if the document library file entry type is associated with the d d m structure.
containsDLFileEntryType in interface DDMStructurePersistencepk - the primary key of the d d m structuredlFileEntryTypePK - the primary key of the document library file entry type
true if the document library file entry type is associated with the d d m structure; false otherwisepublic boolean containsDLFileEntryTypes(long pk)
true if the d d m structure has any document library file entry types associated with it.
containsDLFileEntryTypes in interface DDMStructurePersistencepk - the primary key of the d d m structure to check for associations with document library file entry types
true if the d d m structure has any document library file entry types associated with it; false otherwise
public void addDLFileEntryType(long pk,
long dlFileEntryTypePK)
addDLFileEntryType in interface DDMStructurePersistencepk - the primary key of the d d m structuredlFileEntryTypePK - the primary key of the document library file entry type
public void addDLFileEntryType(long pk,
DLFileEntryType dlFileEntryType)
addDLFileEntryType in interface DDMStructurePersistencepk - the primary key of the d d m structuredlFileEntryType - the document library file entry type
public void addDLFileEntryTypes(long pk,
long[] dlFileEntryTypePKs)
addDLFileEntryTypes in interface DDMStructurePersistencepk - the primary key of the d d m structuredlFileEntryTypePKs - the primary keys of the document library file entry types
public void addDLFileEntryTypes(long pk,
List<DLFileEntryType> dlFileEntryTypes)
addDLFileEntryTypes in interface DDMStructurePersistencepk - the primary key of the d d m structuredlFileEntryTypes - the document library file entry typespublic void clearDLFileEntryTypes(long pk)
clearDLFileEntryTypes in interface DDMStructurePersistencepk - the primary key of the d d m structure to clear the associated document library file entry types from
public void removeDLFileEntryType(long pk,
long dlFileEntryTypePK)
removeDLFileEntryType in interface DDMStructurePersistencepk - the primary key of the d d m structuredlFileEntryTypePK - the primary key of the document library file entry type
public void removeDLFileEntryType(long pk,
DLFileEntryType dlFileEntryType)
removeDLFileEntryType in interface DDMStructurePersistencepk - the primary key of the d d m structuredlFileEntryType - the document library file entry type
public void removeDLFileEntryTypes(long pk,
long[] dlFileEntryTypePKs)
removeDLFileEntryTypes in interface DDMStructurePersistencepk - the primary key of the d d m structuredlFileEntryTypePKs - the primary keys of the document library file entry types
public void removeDLFileEntryTypes(long pk,
List<DLFileEntryType> dlFileEntryTypes)
removeDLFileEntryTypes in interface DDMStructurePersistencepk - the primary key of the d d m structuredlFileEntryTypes - the document library file entry types
public void setDLFileEntryTypes(long pk,
long[] dlFileEntryTypePKs)
setDLFileEntryTypes in interface DDMStructurePersistencepk - the primary key of the d d m structuredlFileEntryTypePKs - the primary keys of the document library file entry types to be associated with the d d m structure
public void setDLFileEntryTypes(long pk,
List<DLFileEntryType> dlFileEntryTypes)
setDLFileEntryTypes in interface DDMStructurePersistencepk - the primary key of the d d m structuredlFileEntryTypes - the document library file entry types to be associated with the d d m structurepublic long[] getJournalFolderPrimaryKeys(long pk)
getJournalFolderPrimaryKeys in interface DDMStructurePersistencepk - the primary key of the d d m structure
public List<JournalFolder> getJournalFolders(long pk)
getJournalFolders in interface DDMStructurePersistencepk - the primary key of the d d m structure
public List<JournalFolder> getJournalFolders(long pk,
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 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.
getJournalFolders in interface DDMStructurePersistencepk - the primary key of the d d m structurestart - the lower bound of the range of d d m structuresend - the upper bound of the range of d d m structures (not inclusive)
public List<JournalFolder> getJournalFolders(long pk,
int start,
int end,
OrderByComparator<JournalFolder> 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 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.
getJournalFolders in interface DDMStructurePersistencepk - the primary key of the d d m structurestart - 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)
public int getJournalFoldersSize(long pk)
getJournalFoldersSize in interface DDMStructurePersistencepk - the primary key of the d d m structure
public boolean containsJournalFolder(long pk,
long journalFolderPK)
true if the journal folder is associated with the d d m structure.
containsJournalFolder in interface DDMStructurePersistencepk - the primary key of the d d m structurejournalFolderPK - the primary key of the journal folder
true if the journal folder is associated with the d d m structure; false otherwisepublic boolean containsJournalFolders(long pk)
true if the d d m structure has any journal folders associated with it.
containsJournalFolders in interface DDMStructurePersistencepk - the primary key of the d d m structure to check for associations with journal folders
true if the d d m structure has any journal folders associated with it; false otherwise
public void addJournalFolder(long pk,
long journalFolderPK)
addJournalFolder in interface DDMStructurePersistencepk - the primary key of the d d m structurejournalFolderPK - the primary key of the journal folder
public void addJournalFolder(long pk,
JournalFolder journalFolder)
addJournalFolder in interface DDMStructurePersistencepk - the primary key of the d d m structurejournalFolder - the journal folder
public void addJournalFolders(long pk,
long[] journalFolderPKs)
addJournalFolders in interface DDMStructurePersistencepk - the primary key of the d d m structurejournalFolderPKs - the primary keys of the journal folders
public void addJournalFolders(long pk,
List<JournalFolder> journalFolders)
addJournalFolders in interface DDMStructurePersistencepk - the primary key of the d d m structurejournalFolders - the journal folderspublic void clearJournalFolders(long pk)
clearJournalFolders in interface DDMStructurePersistencepk - the primary key of the d d m structure to clear the associated journal folders from
public void removeJournalFolder(long pk,
long journalFolderPK)
removeJournalFolder in interface DDMStructurePersistencepk - the primary key of the d d m structurejournalFolderPK - the primary key of the journal folder
public void removeJournalFolder(long pk,
JournalFolder journalFolder)
removeJournalFolder in interface DDMStructurePersistencepk - the primary key of the d d m structurejournalFolder - the journal folder
public void removeJournalFolders(long pk,
long[] journalFolderPKs)
removeJournalFolders in interface DDMStructurePersistencepk - the primary key of the d d m structurejournalFolderPKs - the primary keys of the journal folders
public void removeJournalFolders(long pk,
List<JournalFolder> journalFolders)
removeJournalFolders in interface DDMStructurePersistencepk - the primary key of the d d m structurejournalFolders - the journal folders
public void setJournalFolders(long pk,
long[] journalFolderPKs)
setJournalFolders in interface DDMStructurePersistencepk - the primary key of the d d m structurejournalFolderPKs - the primary keys of the journal folders to be associated with the d d m structure
public void setJournalFolders(long pk,
List<JournalFolder> journalFolders)
setJournalFolders in interface DDMStructurePersistencepk - the primary key of the d d m structurejournalFolders - the journal folders to be associated with the d d m structureprotected Set<String> getBadColumnNames()
getBadColumnNames in class BasePersistenceImpl<DDMStructure>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||