|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JournalStructurePersistence
Method Summary | |
---|---|
int |
countAll()
|
int |
countByG_S(long groupId,
java.lang.String structureId)
|
int |
countByGroupId(long groupId)
|
int |
countByStructureId(java.lang.String structureId)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
JournalStructure |
create(long id)
|
JournalStructure |
fetchByG_S(long groupId,
java.lang.String structureId)
|
JournalStructure |
fetchByPrimaryKey(long id)
|
JournalStructure |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
java.util.List<JournalStructure> |
findAll()
|
java.util.List<JournalStructure> |
findAll(int start,
int end)
|
java.util.List<JournalStructure> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalStructure |
findByG_S(long groupId,
java.lang.String structureId)
|
JournalStructure |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalStructure |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalStructure[] |
findByGroupId_PrevAndNext(long id,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalStructure> |
findByGroupId(long groupId)
|
java.util.List<JournalStructure> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<JournalStructure> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalStructure |
findByPrimaryKey(long id)
|
JournalStructure |
findByStructureId_First(java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalStructure |
findByStructureId_Last(java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalStructure[] |
findByStructureId_PrevAndNext(long id,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalStructure> |
findByStructureId(java.lang.String structureId)
|
java.util.List<JournalStructure> |
findByStructureId(java.lang.String structureId,
int start,
int end)
|
java.util.List<JournalStructure> |
findByStructureId(java.lang.String structureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalStructure |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalStructure |
findByUUID_G(java.lang.String uuid,
long groupId)
|
JournalStructure |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalStructure[] |
findByUuid_PrevAndNext(long id,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalStructure> |
findByUuid(java.lang.String uuid)
|
java.util.List<JournalStructure> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<JournalStructure> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
void |
registerListener(ModelListener listener)
|
JournalStructure |
remove(JournalStructure journalStructure)
|
JournalStructure |
remove(long id)
|
void |
removeAll()
|
void |
removeByG_S(long groupId,
java.lang.String structureId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByStructureId(java.lang.String structureId)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
void |
unregisterListener(ModelListener listener)
|
JournalStructure |
update(JournalStructure journalStructure)
Deprecated. Use update(JournalStructure journalStructure, boolean merge) . |
JournalStructure |
update(JournalStructure journalStructure,
boolean merge)
Add, update, or merge, the entity. |
JournalStructure |
updateImpl(JournalStructure journalStructure,
boolean merge)
|
Method Detail |
---|
JournalStructure create(long id)
JournalStructure remove(long id) throws com.liferay.portal.SystemException, NoSuchStructureException
com.liferay.portal.SystemException
NoSuchStructureException
JournalStructure remove(JournalStructure journalStructure) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
JournalStructure update(JournalStructure journalStructure) throws com.liferay.portal.SystemException
update(JournalStructure journalStructure, boolean merge)
.
com.liferay.portal.SystemException
JournalStructure update(JournalStructure journalStructure, boolean merge) throws com.liferay.portal.SystemException
journalStructure
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when journalStructure is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
JournalStructure updateImpl(JournalStructure journalStructure, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
JournalStructure findByPrimaryKey(long id) throws com.liferay.portal.SystemException, NoSuchStructureException
com.liferay.portal.SystemException
NoSuchStructureException
JournalStructure fetchByPrimaryKey(long id) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalStructure> findByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalStructure> findByUuid(java.lang.String uuid, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalStructure> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
JournalStructure findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchStructureException
com.liferay.portal.SystemException
NoSuchStructureException
JournalStructure findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchStructureException
com.liferay.portal.SystemException
NoSuchStructureException
JournalStructure[] findByUuid_PrevAndNext(long id, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchStructureException
com.liferay.portal.SystemException
NoSuchStructureException
JournalStructure findByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException, NoSuchStructureException
com.liferay.portal.SystemException
NoSuchStructureException
JournalStructure fetchByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalStructure> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalStructure> findByGroupId(long groupId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalStructure> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
JournalStructure findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchStructureException
com.liferay.portal.SystemException
NoSuchStructureException
JournalStructure findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchStructureException
com.liferay.portal.SystemException
NoSuchStructureException
JournalStructure[] findByGroupId_PrevAndNext(long id, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchStructureException
com.liferay.portal.SystemException
NoSuchStructureException
java.util.List<JournalStructure> findByStructureId(java.lang.String structureId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalStructure> findByStructureId(java.lang.String structureId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalStructure> findByStructureId(java.lang.String structureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
JournalStructure findByStructureId_First(java.lang.String structureId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchStructureException
com.liferay.portal.SystemException
NoSuchStructureException
JournalStructure findByStructureId_Last(java.lang.String structureId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchStructureException
com.liferay.portal.SystemException
NoSuchStructureException
JournalStructure[] findByStructureId_PrevAndNext(long id, java.lang.String structureId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchStructureException
com.liferay.portal.SystemException
NoSuchStructureException
JournalStructure findByG_S(long groupId, java.lang.String structureId) throws com.liferay.portal.SystemException, NoSuchStructureException
com.liferay.portal.SystemException
NoSuchStructureException
JournalStructure fetchByG_S(long groupId, java.lang.String structureId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalStructure> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalStructure> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalStructure> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException, NoSuchStructureException
com.liferay.portal.SystemException
NoSuchStructureException
void removeByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByStructureId(java.lang.String structureId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_S(long groupId, java.lang.String structureId) throws com.liferay.portal.SystemException, NoSuchStructureException
com.liferay.portal.SystemException
NoSuchStructureException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByStructureId(java.lang.String structureId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_S(long groupId, java.lang.String structureId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |