|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 begin,
int end)
|
java.util.List<JournalTemplate> |
findAll(int begin,
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 begin,
int end)
|
java.util.List<JournalTemplate> |
findByG_S(long groupId,
java.lang.String structureId,
int begin,
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 begin,
int end)
|
java.util.List<JournalTemplate> |
findByGroupId(long groupId,
int begin,
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 begin,
int end)
|
java.util.List<JournalTemplate> |
findByTemplateId(java.lang.String templateId,
int begin,
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 begin,
int end)
|
java.util.List<JournalTemplate> |
findByUuid(java.lang.String uuid,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalTemplate> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<JournalTemplate> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
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)
|
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
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
java.util.List<JournalTemplate> findByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalTemplate> findByUuid(java.lang.String uuid, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalTemplate> findByUuid(java.lang.String uuid, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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
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
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
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
java.util.List<JournalTemplate> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalTemplate> findByGroupId(long groupId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalTemplate> findByGroupId(long groupId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
JournalTemplate findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
JournalTemplate findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchTemplateException
com.liferay.portal.SystemException
NoSuchTemplateException
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
java.util.List<JournalTemplate> findByTemplateId(java.lang.String templateId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalTemplate> findByTemplateId(java.lang.String templateId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalTemplate> findByTemplateId(java.lang.String templateId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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
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
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
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
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
java.util.List<JournalTemplate> findByG_S(long groupId, java.lang.String structureId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalTemplate> findByG_S(long groupId, java.lang.String structureId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalTemplate> findByG_S(long groupId, java.lang.String structureId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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
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
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
java.util.List<JournalTemplate> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalTemplate> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalTemplate> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalTemplate> findAll(int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<JournalTemplate> findAll(int begin, 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
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 countByTemplateId(java.lang.String templateId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countBySmallImageId(long smallImageId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_T(long groupId, java.lang.String templateId) 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |