com.liferay.portlet.journal.service.persistence
Interface JournalStructurePersistence
- All Superinterfaces:
- BasePersistence<JournalStructure>
- All Known Implementing Classes:
- JournalStructurePersistenceImpl
public interface JournalStructurePersistence
- extends BasePersistence<JournalStructure>
- See Also:
JournalStructurePersistenceImpl,
JournalStructureUtil- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
void |
cacheResult(JournalStructure journalStructure)
|
void |
cacheResult(List<JournalStructure> journalStructures)
|
int |
countAll()
|
int |
countByG_P(long groupId,
String parentStructureId)
|
int |
countByG_S(long groupId,
String structureId)
|
int |
countByGroupId(long groupId)
|
int |
countByStructureId(String structureId)
|
int |
countByUUID_G(String uuid,
long groupId)
|
int |
countByUuid(String uuid)
|
JournalStructure |
create(long id)
|
JournalStructure |
fetchByG_S(long groupId,
String structureId)
|
JournalStructure |
fetchByG_S(long groupId,
String structureId,
boolean retrieveFromCache)
|
JournalStructure |
fetchByPrimaryKey(long id)
|
JournalStructure |
fetchByUUID_G(String uuid,
long groupId)
|
JournalStructure |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
|
int |
filterCountByG_P(long groupId,
String parentStructureId)
|
int |
filterCountByG_S(long groupId,
String structureId)
|
int |
filterCountByGroupId(long groupId)
|
List<JournalStructure> |
filterFindByG_P(long groupId,
String parentStructureId)
|
List<JournalStructure> |
filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end)
|
List<JournalStructure> |
filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalStructure> |
filterFindByGroupId(long groupId)
|
List<JournalStructure> |
filterFindByGroupId(long groupId,
int start,
int end)
|
List<JournalStructure> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalStructure> |
findAll()
|
List<JournalStructure> |
findAll(int start,
int end)
|
List<JournalStructure> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
JournalStructure |
findByG_P_First(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
|
JournalStructure |
findByG_P_Last(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
|
JournalStructure[] |
findByG_P_PrevAndNext(long id,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
|
List<JournalStructure> |
findByG_P(long groupId,
String parentStructureId)
|
List<JournalStructure> |
findByG_P(long groupId,
String parentStructureId,
int start,
int end)
|
List<JournalStructure> |
findByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
|
JournalStructure |
findByG_S(long groupId,
String structureId)
|
JournalStructure |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
|
JournalStructure |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
|
JournalStructure[] |
findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
|
List<JournalStructure> |
findByGroupId(long groupId)
|
List<JournalStructure> |
findByGroupId(long groupId,
int start,
int end)
|
List<JournalStructure> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
JournalStructure |
findByPrimaryKey(long id)
|
JournalStructure |
findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
|
JournalStructure |
findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
|
JournalStructure[] |
findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
|
List<JournalStructure> |
findByStructureId(String structureId)
|
List<JournalStructure> |
findByStructureId(String structureId,
int start,
int end)
|
List<JournalStructure> |
findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
|
JournalStructure |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
|
JournalStructure |
findByUUID_G(String uuid,
long groupId)
|
JournalStructure |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
|
JournalStructure[] |
findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
|
List<JournalStructure> |
findByUuid(String uuid)
|
List<JournalStructure> |
findByUuid(String uuid,
int start,
int end)
|
List<JournalStructure> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
|
JournalStructure |
remove(long id)
|
void |
removeAll()
|
void |
removeByG_P(long groupId,
String parentStructureId)
|
void |
removeByG_S(long groupId,
String structureId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByStructureId(String structureId)
|
void |
removeByUUID_G(String uuid,
long groupId)
|
void |
removeByUuid(String uuid)
|
JournalStructure |
updateImpl(JournalStructure journalStructure,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
cacheResult
void cacheResult(JournalStructure journalStructure)
cacheResult
void cacheResult(List<JournalStructure> journalStructures)
create
JournalStructure create(long id)
remove
JournalStructure remove(long id)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
updateImpl
JournalStructure updateImpl(JournalStructure journalStructure,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
JournalStructure findByPrimaryKey(long id)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
fetchByPrimaryKey
JournalStructure fetchByPrimaryKey(long id)
throws SystemException
- Throws:
SystemException
findByUuid
List<JournalStructure> findByUuid(String uuid)
throws SystemException
- Throws:
SystemException
findByUuid
List<JournalStructure> findByUuid(String uuid,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByUuid
List<JournalStructure> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByUuid_First
JournalStructure findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
findByUuid_Last
JournalStructure findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
findByUuid_PrevAndNext
JournalStructure[] findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
findByUUID_G
JournalStructure findByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
fetchByUUID_G
JournalStructure fetchByUUID_G(String uuid,
long groupId)
throws SystemException
- Throws:
SystemException
fetchByUUID_G
JournalStructure fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByGroupId
List<JournalStructure> findByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
findByGroupId
List<JournalStructure> findByGroupId(long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByGroupId
List<JournalStructure> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByGroupId_First
JournalStructure findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
findByGroupId_Last
JournalStructure findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
findByGroupId_PrevAndNext
JournalStructure[] findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
filterFindByGroupId
List<JournalStructure> filterFindByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
filterFindByGroupId
List<JournalStructure> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
filterFindByGroupId
List<JournalStructure> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByStructureId
List<JournalStructure> findByStructureId(String structureId)
throws SystemException
- Throws:
SystemException
findByStructureId
List<JournalStructure> findByStructureId(String structureId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByStructureId
List<JournalStructure> findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByStructureId_First
JournalStructure findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
findByStructureId_Last
JournalStructure findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
findByStructureId_PrevAndNext
JournalStructure[] findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
findByG_S
JournalStructure findByG_S(long groupId,
String structureId)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
fetchByG_S
JournalStructure fetchByG_S(long groupId,
String structureId)
throws SystemException
- Throws:
SystemException
fetchByG_S
JournalStructure fetchByG_S(long groupId,
String structureId,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByG_P
List<JournalStructure> findByG_P(long groupId,
String parentStructureId)
throws SystemException
- Throws:
SystemException
findByG_P
List<JournalStructure> findByG_P(long groupId,
String parentStructureId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByG_P
List<JournalStructure> findByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByG_P_First
JournalStructure findByG_P_First(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
findByG_P_Last
JournalStructure findByG_P_Last(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
findByG_P_PrevAndNext
JournalStructure[] findByG_P_PrevAndNext(long id,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
filterFindByG_P
List<JournalStructure> filterFindByG_P(long groupId,
String parentStructureId)
throws SystemException
- Throws:
SystemException
filterFindByG_P
List<JournalStructure> filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end)
throws SystemException
- Throws:
SystemException
filterFindByG_P
List<JournalStructure> filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findAll
List<JournalStructure> findAll()
throws SystemException
- Throws:
SystemException
findAll
List<JournalStructure> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
List<JournalStructure> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByUuid
void removeByUuid(String uuid)
throws SystemException
- Throws:
SystemException
removeByUUID_G
void removeByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
removeByGroupId
void removeByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
removeByStructureId
void removeByStructureId(String structureId)
throws SystemException
- Throws:
SystemException
removeByG_S
void removeByG_S(long groupId,
String structureId)
throws SystemException,
NoSuchStructureException
- Throws:
SystemException
NoSuchStructureException
removeByG_P
void removeByG_P(long groupId,
String parentStructureId)
throws SystemException
- Throws:
SystemException
removeAll
void removeAll()
throws SystemException
- Throws:
SystemException
countByUuid
int countByUuid(String uuid)
throws SystemException
- Throws:
SystemException
countByUUID_G
int countByUUID_G(String uuid,
long groupId)
throws SystemException
- Throws:
SystemException
countByGroupId
int countByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
filterCountByGroupId
int filterCountByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
countByStructureId
int countByStructureId(String structureId)
throws SystemException
- Throws:
SystemException
countByG_S
int countByG_S(long groupId,
String structureId)
throws SystemException
- Throws:
SystemException
filterCountByG_S
int filterCountByG_S(long groupId,
String structureId)
throws SystemException
- Throws:
SystemException
countByG_P
int countByG_P(long groupId,
String parentStructureId)
throws SystemException
- Throws:
SystemException
filterCountByG_P
int filterCountByG_P(long groupId,
String parentStructureId)
throws SystemException
- Throws:
SystemException
countAll
int countAll()
throws SystemException
- Throws:
SystemException