|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JournalTemplate | |
|---|---|
| com.liferay.portlet.journal.model | |
| com.liferay.portlet.journal.service | |
| com.liferay.portlet.journal.service.persistence | |
| Uses of JournalTemplate in com.liferay.portlet.journal.model |
|---|
| Classes in com.liferay.portlet.journal.model that implement JournalTemplate | |
|---|---|
class |
JournalTemplateWrapper
This class is a wrapper for JournalTemplate. |
| Methods in com.liferay.portlet.journal.model that return JournalTemplate | |
|---|---|
JournalTemplate |
JournalTemplateWrapper.getWrappedJournalTemplate()
|
JournalTemplate |
JournalTemplateWrapper.toEscapedModel()
|
JournalTemplate |
JournalTemplateModel.toEscapedModel()
|
| Methods in com.liferay.portlet.journal.model that return types with arguments of type JournalTemplate | |
|---|---|
CacheModel<JournalTemplate> |
JournalTemplateWrapper.toCacheModel()
|
CacheModel<JournalTemplate> |
JournalTemplateModel.toCacheModel()
|
| Methods in com.liferay.portlet.journal.model with parameters of type JournalTemplate | |
|---|---|
int |
JournalTemplateWrapper.compareTo(JournalTemplate journalTemplate)
|
int |
JournalTemplateModel.compareTo(JournalTemplate journalTemplate)
|
static JournalTemplateSoap |
JournalTemplateSoap.toSoapModel(JournalTemplate model)
|
static JournalTemplateSoap[] |
JournalTemplateSoap.toSoapModels(JournalTemplate[] models)
|
static JournalTemplateSoap[][] |
JournalTemplateSoap.toSoapModels(JournalTemplate[][] models)
|
| Method parameters in com.liferay.portlet.journal.model with type arguments of type JournalTemplate | |
|---|---|
static JournalTemplateSoap[] |
JournalTemplateSoap.toSoapModels(List<JournalTemplate> models)
|
| Constructors in com.liferay.portlet.journal.model with parameters of type JournalTemplate | |
|---|---|
JournalTemplateWrapper(JournalTemplate journalTemplate)
|
|
| Uses of JournalTemplate in com.liferay.portlet.journal.service |
|---|
| Methods in com.liferay.portlet.journal.service that return JournalTemplate | |
|---|---|
JournalTemplate |
JournalTemplateLocalServiceWrapper.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
JournalTemplate |
JournalTemplateLocalService.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.addTemplate(long userId,
long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.addTemplate(long userId,
long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateLocalService.addTemplate(long userId,
long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateServiceWrapper.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateServiceUtil.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateService.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateServiceWrapper.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateServiceUtil.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateService.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.copyTemplate(long userId,
long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.copyTemplate(long userId,
long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
JournalTemplate |
JournalTemplateLocalService.copyTemplate(long userId,
long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
JournalTemplate |
JournalTemplateServiceWrapper.copyTemplate(long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
static JournalTemplate |
JournalTemplateServiceUtil.copyTemplate(long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
JournalTemplate |
JournalTemplateService.copyTemplate(long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.createJournalTemplate(long id)
Creates a new journal template with the primary key. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.createJournalTemplate(long id)
Creates a new journal template with the primary key. |
JournalTemplate |
JournalTemplateLocalService.createJournalTemplate(long id)
Creates a new journal template with the primary key. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.getJournalTemplate(long id)
Returns the journal template with the primary key. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.getJournalTemplate(long id)
Returns the journal template with the primary key. |
JournalTemplate |
JournalTemplateLocalService.getJournalTemplate(long id)
Returns the journal template with the primary key. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.getJournalTemplateByUuidAndGroupId(String uuid,
long groupId)
Returns the journal template with the UUID in the group. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.getJournalTemplateByUuidAndGroupId(String uuid,
long groupId)
Returns the journal template with the UUID in the group. |
JournalTemplate |
JournalTemplateLocalService.getJournalTemplateByUuidAndGroupId(String uuid,
long groupId)
Returns the journal template with the UUID in the group. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.getTemplate(long id)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.getTemplate(long id)
|
JournalTemplate |
JournalTemplateLocalService.getTemplate(long id)
|
JournalTemplate |
JournalTemplateServiceWrapper.getTemplate(long groupId,
String templateId)
|
static JournalTemplate |
JournalTemplateServiceUtil.getTemplate(long groupId,
String templateId)
|
JournalTemplate |
JournalTemplateService.getTemplate(long groupId,
String templateId)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.getTemplate(long groupId,
String templateId)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.getTemplate(long groupId,
String templateId)
|
JournalTemplate |
JournalTemplateLocalService.getTemplate(long groupId,
String templateId)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.getTemplateBySmallImageId(long smallImageId)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.getTemplateBySmallImageId(long smallImageId)
|
JournalTemplate |
JournalTemplateLocalService.getTemplateBySmallImageId(long smallImageId)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate)
Updates the journal template in the database or adds it if it does not yet exist. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.updateJournalTemplate(JournalTemplate journalTemplate)
Updates the journal template in the database or adds it if it does not yet exist. |
JournalTemplate |
JournalTemplateLocalService.updateJournalTemplate(JournalTemplate journalTemplate)
Updates the journal template in the database or adds it if it does not yet exist. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate,
boolean merge)
Updates the journal template in the database or adds it if it does not yet exist. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.updateJournalTemplate(JournalTemplate journalTemplate,
boolean merge)
Updates the journal template in the database or adds it if it does not yet exist. |
JournalTemplate |
JournalTemplateLocalService.updateJournalTemplate(JournalTemplate journalTemplate,
boolean merge)
Updates the journal template in the database or adds it if it does not yet exist. |
JournalTemplate |
JournalTemplateServiceWrapper.updateTemplate(long groupId,
String templateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateServiceUtil.updateTemplate(long groupId,
String templateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateService.updateTemplate(long groupId,
String templateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.updateTemplate(long groupId,
String templateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.updateTemplate(long groupId,
String templateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateLocalService.updateTemplate(long groupId,
String templateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateServiceWrapper.updateTemplate(long groupId,
String templateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateServiceUtil.updateTemplate(long groupId,
String templateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateService.updateTemplate(long groupId,
String templateId,
String structureId,
String name,
String description,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.journal.service that return types with arguments of type JournalTemplate | |
|---|---|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getJournalTemplates(int start,
int end)
Returns a range of all the journal templates. |
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getJournalTemplates(int start,
int end)
Returns a range of all the journal templates. |
List<JournalTemplate> |
JournalTemplateLocalService.getJournalTemplates(int start,
int end)
Returns a range of all the journal templates. |
List<JournalTemplate> |
JournalTemplateServiceWrapper.getStructureTemplates(long groupId,
String structureId)
|
static List<JournalTemplate> |
JournalTemplateServiceUtil.getStructureTemplates(long groupId,
String structureId)
|
List<JournalTemplate> |
JournalTemplateService.getStructureTemplates(long groupId,
String structureId)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getStructureTemplates(long groupId,
String structureId)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getStructureTemplates(long groupId,
String structureId)
|
List<JournalTemplate> |
JournalTemplateLocalService.getStructureTemplates(long groupId,
String structureId)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getStructureTemplates(long groupId,
String structureId,
int start,
int end)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getStructureTemplates(long groupId,
String structureId,
int start,
int end)
|
List<JournalTemplate> |
JournalTemplateLocalService.getStructureTemplates(long groupId,
String structureId,
int start,
int end)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getTemplates()
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getTemplates()
|
List<JournalTemplate> |
JournalTemplateLocalService.getTemplates()
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getTemplates(long groupId)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getTemplates(long groupId)
|
List<JournalTemplate> |
JournalTemplateLocalService.getTemplates(long groupId)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getTemplates(long groupId,
int start,
int end)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getTemplates(long groupId,
int start,
int end)
|
List<JournalTemplate> |
JournalTemplateLocalService.getTemplates(long groupId,
int start,
int end)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateLocalService.search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.search(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.search(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateLocalService.search(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.search(long companyId,
long groupId,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
Deprecated. JournalTemplateLocalServiceWrapper.search(long, long[], String, String, String, int,
int, OrderByComparator) |
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.search(long companyId,
long groupId,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
Deprecated. JournalTemplateLocalServiceUtil.search(long, long[], String, String, String, int,
int, OrderByComparator) |
List<JournalTemplate> |
JournalTemplateLocalService.search(long companyId,
long groupId,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
Deprecated. JournalTemplateLocalService.search(long, long[], String, String, String, int,
int, OrderByComparator) |
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.search(long companyId,
long groupId,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Deprecated. JournalTemplateLocalServiceWrapper.search(long, long[], String, String, String, String,
String, boolean, int, int, OrderByComparator) |
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.search(long companyId,
long groupId,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Deprecated. JournalTemplateLocalServiceUtil.search(long, long[], String, String, String, String,
String, boolean, int, int, OrderByComparator) |
List<JournalTemplate> |
JournalTemplateLocalService.search(long companyId,
long groupId,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Deprecated. JournalTemplateLocalService.search(long, long[], String, String, String, String,
String, boolean, int, int, OrderByComparator) |
| Methods in com.liferay.portlet.journal.service with parameters of type JournalTemplate | |
|---|---|
JournalTemplate |
JournalTemplateLocalServiceWrapper.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
JournalTemplate |
JournalTemplateLocalService.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
void |
JournalTemplateLocalServiceWrapper.addTemplateResources(JournalTemplate template,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
static void |
JournalTemplateLocalServiceUtil.addTemplateResources(JournalTemplate template,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
JournalTemplateLocalService.addTemplateResources(JournalTemplate template,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
JournalTemplateLocalServiceWrapper.addTemplateResources(JournalTemplate template,
String[] communityPermissions,
String[] guestPermissions)
|
static void |
JournalTemplateLocalServiceUtil.addTemplateResources(JournalTemplate template,
String[] communityPermissions,
String[] guestPermissions)
|
void |
JournalTemplateLocalService.addTemplateResources(JournalTemplate template,
String[] communityPermissions,
String[] guestPermissions)
|
void |
JournalTemplateLocalServiceWrapper.deleteJournalTemplate(JournalTemplate journalTemplate)
Deletes the journal template from the database. |
static void |
JournalTemplateLocalServiceUtil.deleteJournalTemplate(JournalTemplate journalTemplate)
Deletes the journal template from the database. |
void |
JournalTemplateLocalService.deleteJournalTemplate(JournalTemplate journalTemplate)
Deletes the journal template from the database. |
void |
JournalTemplateLocalServiceWrapper.deleteTemplate(JournalTemplate template)
|
static void |
JournalTemplateLocalServiceUtil.deleteTemplate(JournalTemplate template)
|
void |
JournalTemplateLocalService.deleteTemplate(JournalTemplate template)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate)
Updates the journal template in the database or adds it if it does not yet exist. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.updateJournalTemplate(JournalTemplate journalTemplate)
Updates the journal template in the database or adds it if it does not yet exist. |
JournalTemplate |
JournalTemplateLocalService.updateJournalTemplate(JournalTemplate journalTemplate)
Updates the journal template in the database or adds it if it does not yet exist. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate,
boolean merge)
Updates the journal template in the database or adds it if it does not yet exist. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.updateJournalTemplate(JournalTemplate journalTemplate,
boolean merge)
Updates the journal template in the database or adds it if it does not yet exist. |
JournalTemplate |
JournalTemplateLocalService.updateJournalTemplate(JournalTemplate journalTemplate,
boolean merge)
Updates the journal template in the database or adds it if it does not yet exist. |
| Uses of JournalTemplate in com.liferay.portlet.journal.service.persistence |
|---|
| Methods in com.liferay.portlet.journal.service.persistence that return JournalTemplate | |
|---|---|
static JournalTemplate |
JournalTemplateUtil.create(long id)
Creates a new journal template with the primary key. |
JournalTemplate |
JournalTemplatePersistence.create(long id)
Creates a new journal template with the primary key. |
static JournalTemplate |
JournalTemplateUtil.fetchByG_T(long groupId,
String templateId)
Finds the journal template where groupId = ? and templateId = ? or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.fetchByG_T(long groupId,
String templateId)
Finds the journal template where groupId = ? and templateId = ? or returns null if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.fetchByG_T(long groupId,
String templateId,
boolean retrieveFromCache)
Finds the journal template where groupId = ? and templateId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalTemplate |
JournalTemplatePersistence.fetchByG_T(long groupId,
String templateId,
boolean retrieveFromCache)
Finds the journal template where groupId = ? and templateId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalTemplate |
JournalTemplateUtil.fetchByPrimaryKey(long id)
Finds the journal template with the primary key or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.fetchByPrimaryKey(long id)
Finds the journal template with the primary key or returns null if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.fetchBySmallImageId(long smallImageId)
Finds the journal template where smallImageId = ? or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.fetchBySmallImageId(long smallImageId)
Finds the journal template where smallImageId = ? or returns null if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
Finds the journal template where smallImageId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalTemplate |
JournalTemplatePersistence.fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
Finds the journal template where smallImageId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalTemplate |
JournalTemplateUtil.fetchByUUID_G(String uuid,
long groupId)
Finds the journal template where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.fetchByUUID_G(String uuid,
long groupId)
Finds the journal template where uuid = ? and groupId = ? or returns null if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the journal template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalTemplate |
JournalTemplatePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the journal template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalTemplate[] |
JournalTemplateUtil.filterFindByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Filters the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.filterFindByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Filters the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Filters the journal templates before and after the current journal template in the ordered set where groupId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Filters the journal templates before and after the current journal template in the ordered set where groupId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Finds the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Finds the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByG_T(long groupId,
String templateId)
Finds the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findByG_T(long groupId,
String templateId)
Finds the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where groupId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where groupId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Finds the journal templates before and after the current journal template in the ordered set where groupId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Finds the journal templates before and after the current journal template in the ordered set where groupId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByPrimaryKey(long id)
Finds the journal template with the primary key or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findByPrimaryKey(long id)
Finds the journal template with the primary key or throws a NoSuchTemplateException if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.findBySmallImageId(long smallImageId)
Finds the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findBySmallImageId(long smallImageId)
Finds the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where templateId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where templateId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
Finds the journal templates before and after the current journal template in the ordered set where templateId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
Finds the journal templates before and after the current journal template in the ordered set where templateId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where uuid = ?. |
static JournalTemplate |
JournalTemplateUtil.findByUUID_G(String uuid,
long groupId)
Finds the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findByUUID_G(String uuid,
long groupId)
Finds the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where uuid = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Finds the journal templates before and after the current journal template in the ordered set where uuid = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Finds the journal templates before and after the current journal template in the ordered set where uuid = ?. |
static JournalTemplate |
JournalTemplateUtil.remove(JournalTemplate journalTemplate)
|
JournalTemplate |
JournalTemplatePersistence.remove(JournalTemplate journalTemplate)
|
static JournalTemplate |
JournalTemplateUtil.remove(long id)
Removes the journal template with the primary key from the database. |
JournalTemplate |
JournalTemplatePersistence.remove(long id)
Removes the journal template with the primary key from the database. |
static JournalTemplate |
JournalTemplateUtil.update(JournalTemplate journalTemplate,
boolean merge)
|
static JournalTemplate |
JournalTemplateUtil.update(JournalTemplate journalTemplate,
boolean merge,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateUtil.updateImpl(JournalTemplate journalTemplate,
boolean merge)
|
JournalTemplate |
JournalTemplatePersistence.updateImpl(JournalTemplate journalTemplate,
boolean merge)
|
| Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalTemplate | |
|---|---|
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByG_S(long groupId,
String structureId)
Filters by the user's permissions and finds all the journal templates where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByG_S(long groupId,
String structureId)
Filters by the user's permissions and finds all the journal templates where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByG_S(long groupId,
String structureId,
int start,
int end)
Filters by the user's permissions and finds a range of all the journal templates where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByG_S(long groupId,
String structureId,
int start,
int end)
Filters by the user's permissions and finds a range of all the journal templates where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the journal templates where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the journal templates where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the journal templates where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the journal templates where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the journal templates where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the journal templates where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the journal templates where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the journal templates where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findAll()
Finds all the journal templates. |
List<JournalTemplate> |
JournalTemplatePersistence.findAll()
Finds all the journal templates. |
static List<JournalTemplate> |
JournalTemplateUtil.findAll(int start,
int end)
Finds a range of all the journal templates. |
List<JournalTemplate> |
JournalTemplatePersistence.findAll(int start,
int end)
Finds a range of all the journal templates. |
static List<JournalTemplate> |
JournalTemplateUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal templates. |
List<JournalTemplate> |
JournalTemplatePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal templates. |
static List<JournalTemplate> |
JournalTemplateFinderUtil.findByC_G_T_S_N_D(long companyId,
long[] groupIds,
String[] templateIds,
String structureId,
String structureIdComparator,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateFinder.findByC_G_T_S_N_D(long companyId,
long[] groupIds,
String[] templateIds,
String structureId,
String structureIdComparator,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateFinderUtil.findByC_G_T_S_N_D(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateFinder.findByC_G_T_S_N_D(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateUtil.findByG_S(long groupId,
String structureId)
Finds all the journal templates where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByG_S(long groupId,
String structureId)
Finds all the journal templates where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByG_S(long groupId,
String structureId,
int start,
int end)
Finds a range of all the journal templates where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByG_S(long groupId,
String structureId,
int start,
int end)
Finds a range of all the journal templates where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal templates where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal templates where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByGroupId(long groupId)
Finds all the journal templates where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByGroupId(long groupId)
Finds all the journal templates where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the journal templates where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the journal templates where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal templates where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal templates where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateFinderUtil.findByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateFinder.findByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateUtil.findByTemplateId(String templateId)
Finds all the journal templates where templateId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByTemplateId(String templateId)
Finds all the journal templates where templateId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByTemplateId(String templateId,
int start,
int end)
Finds a range of all the journal templates where templateId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByTemplateId(String templateId,
int start,
int end)
Finds a range of all the journal templates where templateId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByTemplateId(String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal templates where templateId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByTemplateId(String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal templates where templateId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByUuid(String uuid)
Finds all the journal templates where uuid = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByUuid(String uuid)
Finds all the journal templates where uuid = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByUuid(String uuid,
int start,
int end)
Finds a range of all the journal templates where uuid = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByUuid(String uuid,
int start,
int end)
Finds a range of all the journal templates where uuid = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal templates where uuid = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal templates where uuid = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<JournalTemplate> |
JournalTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<JournalTemplate> |
JournalTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portlet.journal.service.persistence with parameters of type JournalTemplate | |
|---|---|
static void |
JournalTemplateUtil.cacheResult(JournalTemplate journalTemplate)
Caches the journal template in the entity cache if it is enabled. |
void |
JournalTemplatePersistence.cacheResult(JournalTemplate journalTemplate)
Caches the journal template in the entity cache if it is enabled. |
static void |
JournalTemplateUtil.clearCache(JournalTemplate journalTemplate)
|
static JournalTemplate |
JournalTemplateUtil.remove(JournalTemplate journalTemplate)
|
JournalTemplate |
JournalTemplatePersistence.remove(JournalTemplate journalTemplate)
|
static JournalTemplate |
JournalTemplateUtil.update(JournalTemplate journalTemplate,
boolean merge)
|
static JournalTemplate |
JournalTemplateUtil.update(JournalTemplate journalTemplate,
boolean merge,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateUtil.updateImpl(JournalTemplate journalTemplate,
boolean merge)
|
JournalTemplate |
JournalTemplatePersistence.updateImpl(JournalTemplate journalTemplate,
boolean merge)
|
| Method parameters in com.liferay.portlet.journal.service.persistence with type arguments of type JournalTemplate | |
|---|---|
static void |
JournalTemplateUtil.cacheResult(List<JournalTemplate> journalTemplates)
Caches the journal templates in the entity cache if it is enabled. |
void |
JournalTemplatePersistence.cacheResult(List<JournalTemplate> journalTemplates)
Caches the journal templates in the entity cache if it is enabled. |
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||