|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface JournalTemplatePersistence
| Method Summary | |
|---|---|
int |
countAll()
|
int |
countByG_S(long groupId,
java.lang.String structureId)
|
int |
countByG_T(long groupId,
java.lang.String templateId)
|
int |
countByGroupId(long groupId)
|
int |
countBySmallImageId(long smallImageId)
|
int |
countByTemplateId(java.lang.String templateId)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
JournalTemplate |
create(long id)
|
JournalTemplate |
fetchByG_T(long groupId,
java.lang.String templateId)
|
JournalTemplate |
fetchByPrimaryKey(long id)
|
JournalTemplate |
fetchBySmallImageId(long smallImageId)
|
JournalTemplate |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
java.util.List<JournalTemplate> |
findAll()
|
java.util.List<JournalTemplate> |
findAll(int start,
int end)
|
java.util.List<JournalTemplate> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalTemplate |
findByG_S_First(long groupId,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalTemplate |
findByG_S_Last(long groupId,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalTemplate[] |
findByG_S_PrevAndNext(long id,
long groupId,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalTemplate> |
findByG_S(long groupId,
java.lang.String structureId)
|
java.util.List<JournalTemplate> |
findByG_S(long groupId,
java.lang.String structureId,
int start,
int end)
|
java.util.List<JournalTemplate> |
findByG_S(long groupId,
java.lang.String structureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalTemplate |
findByG_T(long groupId,
java.lang.String templateId)
|
JournalTemplate |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalTemplate |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalTemplate[] |
findByGroupId_PrevAndNext(long id,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalTemplate> |
findByGroupId(long groupId)
|
java.util.List<JournalTemplate> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<JournalTemplate> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalTemplate |
findByPrimaryKey(long id)
|
JournalTemplate |
findBySmallImageId(long smallImageId)
|
JournalTemplate |
findByTemplateId_First(java.lang.String templateId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalTemplate |
findByTemplateId_Last(java.lang.String templateId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalTemplate[] |
findByTemplateId_PrevAndNext(long id,
java.lang.String templateId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalTemplate> |
findByTemplateId(java.lang.String templateId)
|
java.util.List<JournalTemplate> |
findByTemplateId(java.lang.String templateId,
int start,
int end)
|
java.util.List<JournalTemplate> |
findByTemplateId(java.lang.String templateId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalTemplate |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalTemplate |
findByUUID_G(java.lang.String uuid,
long groupId)
|
JournalTemplate |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalTemplate[] |
findByUuid_PrevAndNext(long id,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalTemplate> |
findByUuid(java.lang.String uuid)
|
java.util.List<JournalTemplate> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<JournalTemplate> |
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)
|
JournalTemplate |
remove(JournalTemplate journalTemplate)
|
JournalTemplate |
remove(long id)
|
void |
removeAll()
|
void |
removeByG_S(long groupId,
java.lang.String structureId)
|
void |
removeByG_T(long groupId,
java.lang.String templateId)
|
void |
removeByGroupId(long groupId)
|
void |
removeBySmallImageId(long smallImageId)
|
void |
removeByTemplateId(java.lang.String templateId)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
void |
unregisterListener(ModelListener listener)
|
JournalTemplate |
update(JournalTemplate journalTemplate)
Deprecated. Use update(JournalTemplate journalTemplate, boolean merge). |
JournalTemplate |
update(JournalTemplate journalTemplate,
boolean merge)
Add, update, or merge, the entity. |
JournalTemplate |
updateImpl(JournalTemplate journalTemplate,
boolean merge)
|
| Method Detail |
|---|
JournalTemplate create(long id)
JournalTemplate remove(long id)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
JournalTemplate remove(JournalTemplate journalTemplate)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
JournalTemplate update(JournalTemplate journalTemplate)
throws com.liferay.portal.SystemException
update(JournalTemplate journalTemplate, boolean merge).
com.liferay.portal.SystemException
JournalTemplate update(JournalTemplate journalTemplate,
boolean merge)
throws com.liferay.portal.SystemException
journalTemplate - 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 journalTemplate is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
JournalTemplate updateImpl(JournalTemplate journalTemplate,
boolean merge)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate findByPrimaryKey(long id)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
JournalTemplate fetchByPrimaryKey(long id)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalTemplate> findByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalTemplate> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalTemplate> 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
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate[] findByUuid_PrevAndNext(long id,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
JournalTemplate fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalTemplate> findByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalTemplate> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalTemplate> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate[] findByGroupId_PrevAndNext(long id,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalTemplate> findByTemplateId(java.lang.String templateId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalTemplate> findByTemplateId(java.lang.String templateId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalTemplate> findByTemplateId(java.lang.String templateId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate findByTemplateId_First(java.lang.String templateId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate findByTemplateId_Last(java.lang.String templateId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate[] findByTemplateId_PrevAndNext(long id,
java.lang.String templateId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate findBySmallImageId(long smallImageId)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
JournalTemplate fetchBySmallImageId(long smallImageId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate findByG_T(long groupId,
java.lang.String templateId)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
JournalTemplate fetchByG_T(long groupId,
java.lang.String templateId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalTemplate> findByG_S(long groupId,
java.lang.String structureId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalTemplate> findByG_S(long groupId,
java.lang.String structureId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalTemplate> findByG_S(long groupId,
java.lang.String structureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate findByG_S_First(long groupId,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate findByG_S_Last(long groupId,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalTemplate[] findByG_S_PrevAndNext(long id,
long groupId,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalTemplate> findAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalTemplate> findAll(int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalTemplate> 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,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
void removeByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByTemplateId(java.lang.String templateId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeBySmallImageId(long smallImageId)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
void removeByG_T(long groupId,
java.lang.String templateId)
throws com.liferay.portal.SystemException,
NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
void removeByG_S(long groupId,
java.lang.String structureId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByTemplateId(java.lang.String templateId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countBySmallImageId(long smallImageId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByG_T(long groupId,
java.lang.String templateId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByG_S(long groupId,
java.lang.String structureId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemExceptionvoid registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||