|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JournalTemplate in com.liferay.portlet.journal.action |
---|
Methods in com.liferay.portlet.journal.action that return JournalTemplate | |
---|---|
protected JournalTemplate |
EditTemplateAction.updateTemplate(ActionRequest actionRequest)
|
Methods in com.liferay.portlet.journal.action with parameters of type JournalTemplate | |
---|---|
protected String |
EditTemplateAction.getSaveAndContinueRedirect(PortletConfig portletConfig,
ActionRequest actionRequest,
JournalTemplate template,
String redirect)
|
Uses of JournalTemplate in com.liferay.portlet.journal.lar |
---|
Methods in com.liferay.portlet.journal.lar with parameters of type JournalTemplate | |
---|---|
protected static void |
JournalPortletDataHandlerImpl.exportTemplate(PortletDataContext portletDataContext,
Element templatesElement,
Element dlFileEntryTypesElement,
Element dlFoldersElement,
Element dlFileEntriesElement,
Element dlFileRanksElement,
Element dlRepositoriesElement,
Element dlRepositoryEntriesElement,
JournalTemplate template)
|
protected static String |
JournalPortletDataHandlerImpl.getTemplatePath(PortletDataContext portletDataContext,
JournalTemplate template)
|
protected static String |
JournalPortletDataHandlerImpl.getTemplateSmallImagePath(PortletDataContext portletDataContext,
JournalTemplate template)
|
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()
Deprecated. Renamed to JournalTemplateWrapper.getWrappedModel() |
JournalTemplate |
JournalTemplateWrapper.getWrappedModel()
|
JournalTemplate |
JournalTemplateWrapper.toEscapedModel()
|
JournalTemplate |
JournalTemplateModel.toEscapedModel()
|
JournalTemplate |
JournalTemplateWrapper.toUnescapedModel()
|
JournalTemplate |
JournalTemplateModel.toUnescapedModel()
|
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 | |
---|---|
protected void |
JournalTemplateListener.clearCache(JournalTemplate template)
|
int |
JournalTemplateWrapper.compareTo(JournalTemplate journalTemplate)
|
int |
JournalTemplateModel.compareTo(JournalTemplate journalTemplate)
|
void |
JournalTemplateListener.onAfterRemove(JournalTemplate template)
|
void |
JournalTemplateListener.onAfterUpdate(JournalTemplate template)
|
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.model.impl |
---|
Classes in com.liferay.portlet.journal.model.impl that implement JournalTemplate | |
---|---|
class |
JournalTemplateBaseImpl
The extended model base implementation for the JournalTemplate service. |
class |
JournalTemplateImpl
|
Methods in com.liferay.portlet.journal.model.impl that return JournalTemplate | |
---|---|
JournalTemplate |
JournalTemplateCacheModel.toEntityModel()
|
JournalTemplate |
JournalTemplateModelImpl.toEscapedModel()
|
static JournalTemplate |
JournalTemplateModelImpl.toModel(JournalTemplateSoap soapModel)
Converts the soap model instance into a normal model instance. |
JournalTemplate |
JournalTemplateModelImpl.toUnescapedModel()
|
Methods in com.liferay.portlet.journal.model.impl that return types with arguments of type JournalTemplate | |
---|---|
CacheModel<JournalTemplate> |
JournalTemplateModelImpl.toCacheModel()
|
static List<JournalTemplate> |
JournalTemplateModelImpl.toModels(JournalTemplateSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Methods in com.liferay.portlet.journal.model.impl with parameters of type JournalTemplate | |
---|---|
int |
JournalTemplateModelImpl.compareTo(JournalTemplate journalTemplate)
|
Uses of JournalTemplate in com.liferay.portlet.journal.service |
---|
Methods in com.liferay.portlet.journal.service that return JournalTemplate | |
---|---|
JournalTemplate |
JournalTemplateLocalService.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
JournalTemplate |
JournalTemplateLocalService.addTemplate(long userId,
long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.addTemplate(long userId,
long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.addTemplate(long userId,
long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateService.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
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,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
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,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
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,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateServiceUtil.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateServiceWrapper.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateLocalService.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 |
JournalTemplateLocalServiceWrapper.copyTemplate(long userId,
long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
JournalTemplate |
JournalTemplateService.copyTemplate(long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
static JournalTemplate |
JournalTemplateServiceUtil.copyTemplate(long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
JournalTemplate |
JournalTemplateServiceWrapper.copyTemplate(long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
JournalTemplate |
JournalTemplateLocalService.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 |
JournalTemplateLocalServiceWrapper.createJournalTemplate(long id)
Creates a new journal template with the primary key. |
JournalTemplate |
JournalTemplateLocalService.deleteJournalTemplate(JournalTemplate journalTemplate)
Deletes the journal template from the database. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.deleteJournalTemplate(JournalTemplate journalTemplate)
Deletes the journal template from the database. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.deleteJournalTemplate(JournalTemplate journalTemplate)
Deletes the journal template from the database. |
JournalTemplate |
JournalTemplateLocalService.deleteJournalTemplate(long id)
Deletes the journal template with the primary key from the database. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.deleteJournalTemplate(long id)
Deletes the journal template with the primary key from the database. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.deleteJournalTemplate(long id)
Deletes the journal template with the primary key from the database. |
JournalTemplate |
JournalTemplateLocalService.fetchJournalTemplate(long id)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.fetchJournalTemplate(long id)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.fetchJournalTemplate(long id)
|
JournalTemplate |
JournalTemplateLocalService.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 |
JournalTemplateLocalServiceWrapper.getJournalTemplate(long id)
Returns the journal template with the primary key. |
JournalTemplate |
JournalTemplateLocalService.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 |
JournalTemplateLocalServiceWrapper.getJournalTemplateByUuidAndGroupId(String uuid,
long groupId)
Returns the journal template with the UUID in the group. |
JournalTemplate |
JournalTemplateLocalService.getTemplate(long id)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.getTemplate(long id)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.getTemplate(long id)
|
JournalTemplate |
JournalTemplateService.getTemplate(long groupId,
String templateId)
|
JournalTemplate |
JournalTemplateLocalService.getTemplate(long groupId,
String templateId)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.getTemplate(long groupId,
String templateId)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.getTemplate(long groupId,
String templateId)
|
static JournalTemplate |
JournalTemplateServiceUtil.getTemplate(long groupId,
String templateId)
|
JournalTemplate |
JournalTemplateServiceWrapper.getTemplate(long groupId,
String templateId)
|
JournalTemplate |
JournalTemplateService.getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
|
JournalTemplate |
JournalTemplateLocalService.getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
|
static JournalTemplate |
JournalTemplateServiceUtil.getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
|
JournalTemplate |
JournalTemplateServiceWrapper.getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
|
JournalTemplate |
JournalTemplateLocalService.getTemplateBySmallImageId(long smallImageId)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.getTemplateBySmallImageId(long smallImageId)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.getTemplateBySmallImageId(long smallImageId)
|
JournalTemplate |
JournalTemplateLocalService.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 |
JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate)
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. |
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 |
JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate,
boolean merge)
Updates the journal template in the database or adds it if it does not yet exist. |
JournalTemplate |
JournalTemplateService.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
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,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateServiceUtil.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
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,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
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,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateServiceUtil.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateServiceWrapper.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
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> |
JournalTemplateLocalService.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> |
JournalTemplateLocalServiceWrapper.getJournalTemplates(int start,
int end)
Returns a range of all the journal templates. |
List<JournalTemplate> |
JournalTemplateService.getStructureTemplates(long groupId,
String structureId)
|
List<JournalTemplate> |
JournalTemplateLocalService.getStructureTemplates(long groupId,
String structureId)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getStructureTemplates(long groupId,
String structureId)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getStructureTemplates(long groupId,
String structureId)
|
static List<JournalTemplate> |
JournalTemplateServiceUtil.getStructureTemplates(long groupId,
String structureId)
|
List<JournalTemplate> |
JournalTemplateServiceWrapper.getStructureTemplates(long groupId,
String structureId)
|
List<JournalTemplate> |
JournalTemplateLocalService.getStructureTemplates(long groupId,
String structureId,
int start,
int end)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getStructureTemplates(long groupId,
String structureId,
int start,
int end)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getStructureTemplates(long groupId,
String structureId,
int start,
int end)
|
List<JournalTemplate> |
JournalTemplateLocalService.getTemplates()
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getTemplates()
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getTemplates()
|
List<JournalTemplate> |
JournalTemplateLocalService.getTemplates(long groupId)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getTemplates(long groupId)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getTemplates(long groupId)
|
List<JournalTemplate> |
JournalTemplateLocalService.getTemplates(long groupId,
int start,
int end)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getTemplates(long groupId,
int start,
int end)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getTemplates(long groupId,
int start,
int end)
|
List<JournalTemplate> |
JournalTemplateService.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)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.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 keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateServiceUtil.search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateServiceWrapper.search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateService.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)
|
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> |
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> |
JournalTemplateServiceUtil.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> |
JournalTemplateServiceWrapper.search(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
Methods in com.liferay.portlet.journal.service with parameters of type JournalTemplate | |
---|---|
JournalTemplate |
JournalTemplateLocalService.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
void |
JournalTemplateLocalService.addTemplateResources(JournalTemplate template,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
JournalTemplateLocalServiceUtil.addTemplateResources(JournalTemplate template,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalTemplateLocalServiceWrapper.addTemplateResources(JournalTemplate template,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalTemplateLocalService.addTemplateResources(JournalTemplate template,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
JournalTemplateLocalServiceUtil.addTemplateResources(JournalTemplate template,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalTemplateLocalServiceWrapper.addTemplateResources(JournalTemplate template,
String[] groupPermissions,
String[] guestPermissions)
|
JournalTemplate |
JournalTemplateLocalService.deleteJournalTemplate(JournalTemplate journalTemplate)
Deletes the journal template from the database. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.deleteJournalTemplate(JournalTemplate journalTemplate)
Deletes the journal template from the database. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.deleteJournalTemplate(JournalTemplate journalTemplate)
Deletes the journal template from the database. |
void |
JournalTemplateLocalService.deleteTemplate(JournalTemplate template)
|
static void |
JournalTemplateLocalServiceUtil.deleteTemplate(JournalTemplate template)
|
void |
JournalTemplateLocalServiceWrapper.deleteTemplate(JournalTemplate template)
|
JournalTemplate |
JournalTemplateLocalService.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 |
JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate)
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. |
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 |
JournalTemplateLocalServiceWrapper.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.base |
---|
Methods in com.liferay.portlet.journal.service.base that return JournalTemplate | |
---|---|
JournalTemplate |
JournalTemplateLocalServiceBaseImpl.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
JournalTemplate |
JournalTemplateLocalServiceBaseImpl.createJournalTemplate(long id)
Creates a new journal template with the primary key. |
JournalTemplate |
JournalTemplateLocalServiceBaseImpl.deleteJournalTemplate(JournalTemplate journalTemplate)
Deletes the journal template from the database. |
JournalTemplate |
JournalTemplateLocalServiceBaseImpl.deleteJournalTemplate(long id)
Deletes the journal template with the primary key from the database. |
JournalTemplate |
JournalTemplateLocalServiceBaseImpl.fetchJournalTemplate(long id)
|
JournalTemplate |
JournalTemplateLocalServiceBaseImpl.getJournalTemplate(long id)
Returns the journal template with the primary key. |
JournalTemplate |
JournalTemplateLocalServiceBaseImpl.getJournalTemplateByUuidAndGroupId(String uuid,
long groupId)
Returns the journal template with the UUID in the group. |
JournalTemplate |
JournalTemplateLocalServiceBaseImpl.updateJournalTemplate(JournalTemplate journalTemplate)
Updates the journal template in the database or adds it if it does not yet exist. |
JournalTemplate |
JournalTemplateLocalServiceBaseImpl.updateJournalTemplate(JournalTemplate journalTemplate,
boolean merge)
Updates the journal template in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.journal.service.base that return types with arguments of type JournalTemplate | |
---|---|
List<JournalTemplate> |
JournalTemplateLocalServiceBaseImpl.getJournalTemplates(int start,
int end)
Returns a range of all the journal templates. |
Methods in com.liferay.portlet.journal.service.base with parameters of type JournalTemplate | |
---|---|
JournalTemplate |
JournalTemplateLocalServiceBaseImpl.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
JournalTemplate |
JournalTemplateLocalServiceBaseImpl.deleteJournalTemplate(JournalTemplate journalTemplate)
Deletes the journal template from the database. |
JournalTemplate |
JournalTemplateLocalServiceBaseImpl.updateJournalTemplate(JournalTemplate journalTemplate)
Updates the journal template in the database or adds it if it does not yet exist. |
JournalTemplate |
JournalTemplateLocalServiceBaseImpl.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.http |
---|
Methods in com.liferay.portlet.journal.service.http that return JournalTemplate | |
---|---|
static JournalTemplate |
JournalTemplateServiceHttp.addTemplate(HttpPrincipal httpPrincipal,
long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateServiceHttp.addTemplate(HttpPrincipal httpPrincipal,
long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateServiceHttp.copyTemplate(HttpPrincipal httpPrincipal,
long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
static JournalTemplate |
JournalTemplateServiceHttp.getTemplate(HttpPrincipal httpPrincipal,
long groupId,
String templateId)
|
static JournalTemplate |
JournalTemplateServiceHttp.getTemplate(HttpPrincipal httpPrincipal,
long groupId,
String templateId,
boolean includeGlobalTemplates)
|
static JournalTemplate |
JournalTemplateServiceHttp.updateTemplate(HttpPrincipal httpPrincipal,
long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateServiceHttp.updateTemplate(HttpPrincipal httpPrincipal,
long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.journal.service.http that return types with arguments of type JournalTemplate | |
---|---|
static List<JournalTemplate> |
JournalTemplateServiceHttp.getStructureTemplates(HttpPrincipal httpPrincipal,
long groupId,
String structureId)
|
static List<JournalTemplate> |
JournalTemplateServiceHttp.search(HttpPrincipal httpPrincipal,
long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateServiceHttp.search(HttpPrincipal httpPrincipal,
long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
Uses of JournalTemplate in com.liferay.portlet.journal.service.impl |
---|
Methods in com.liferay.portlet.journal.service.impl that return JournalTemplate | |
---|---|
JournalTemplate |
JournalTemplateLocalServiceImpl.addTemplate(long userId,
long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateServiceImpl.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateServiceImpl.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateLocalServiceImpl.copyTemplate(long userId,
long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
JournalTemplate |
JournalTemplateServiceImpl.copyTemplate(long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
JournalTemplate |
JournalTemplateLocalServiceImpl.getTemplate(long id)
|
JournalTemplate |
JournalTemplateServiceImpl.getTemplate(long groupId,
String templateId)
|
JournalTemplate |
JournalTemplateLocalServiceImpl.getTemplate(long groupId,
String templateId)
|
JournalTemplate |
JournalTemplateServiceImpl.getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
|
JournalTemplate |
JournalTemplateLocalServiceImpl.getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
|
JournalTemplate |
JournalTemplateLocalServiceImpl.getTemplateBySmallImageId(long smallImageId)
|
JournalTemplate |
JournalTemplateServiceImpl.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateLocalServiceImpl.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateServiceImpl.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.journal.service.impl that return types with arguments of type JournalTemplate | |
---|---|
List<JournalTemplate> |
JournalTemplateServiceImpl.getStructureTemplates(long groupId,
String structureId)
|
List<JournalTemplate> |
JournalTemplateLocalServiceImpl.getStructureTemplates(long groupId,
String structureId)
|
List<JournalTemplate> |
JournalTemplateLocalServiceImpl.getStructureTemplates(long groupId,
String structureId,
int start,
int end)
|
List<JournalTemplate> |
JournalTemplateLocalServiceImpl.getTemplates()
|
List<JournalTemplate> |
JournalTemplateLocalServiceImpl.getTemplates(long groupId)
|
List<JournalTemplate> |
JournalTemplateLocalServiceImpl.getTemplates(long groupId,
int start,
int end)
|
List<JournalTemplate> |
JournalTemplateServiceImpl.search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateLocalServiceImpl.search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateServiceImpl.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> |
JournalTemplateLocalServiceImpl.search(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
Methods in com.liferay.portlet.journal.service.impl with parameters of type JournalTemplate | |
---|---|
void |
JournalTemplateLocalServiceImpl.addTemplateResources(JournalTemplate template,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalTemplateLocalServiceImpl.addTemplateResources(JournalTemplate template,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalTemplateLocalServiceImpl.deleteTemplate(JournalTemplate template)
|
Uses of JournalTemplate in com.liferay.portlet.journal.service.permission |
---|
Methods in com.liferay.portlet.journal.service.permission with parameters of type JournalTemplate | |
---|---|
static void |
JournalTemplatePermission.check(PermissionChecker permissionChecker,
JournalTemplate template,
String actionId)
|
static boolean |
JournalTemplatePermission.contains(PermissionChecker permissionChecker,
JournalTemplate template,
String actionId)
|
Uses of JournalTemplate in com.liferay.portlet.journal.service.persistence |
---|
Methods in com.liferay.portlet.journal.service.persistence that return JournalTemplate | |
---|---|
JournalTemplate |
JournalTemplatePersistence.create(long id)
Creates a new journal template with the primary key. |
static JournalTemplate |
JournalTemplateUtil.create(long id)
Creates a new journal template with the primary key. |
JournalTemplate |
JournalTemplatePersistenceImpl.create(long id)
Creates a new journal template with the primary key. |
JournalTemplate |
JournalTemplatePersistence.fetchByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByG_T(long groupId,
String templateId)
Returns 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)
Returns the journal template where groupId = ? and templateId = ? or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByG_T(long groupId,
String templateId)
Returns the journal template where groupId = ? and templateId = ? or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.fetchByG_T(long groupId,
String templateId,
boolean retrieveFromCache)
Returns the journal template where groupId = ? and templateId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalTemplate |
JournalTemplateUtil.fetchByG_T(long groupId,
String templateId,
boolean retrieveFromCache)
Returns the journal template where groupId = ? and templateId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByG_T(long groupId,
String templateId,
boolean retrieveFromCache)
Returns the journal template where groupId = ? and templateId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalTemplate |
JournalTemplatePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByPrimaryKey(long id)
Returns the journal template with the primary key or returns null if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.fetchByPrimaryKey(long id)
Returns the journal template with the primary key or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByPrimaryKey(long id)
Returns the journal template with the primary key or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the journal template with the primary key or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.fetchBySmallImageId(long smallImageId)
Returns the journal template where smallImageId = ? or returns null if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.fetchBySmallImageId(long smallImageId)
Returns the journal template where smallImageId = ? or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchBySmallImageId(long smallImageId)
Returns the journal template where smallImageId = ? or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
Returns the journal template where smallImageId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalTemplate |
JournalTemplateUtil.fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
Returns the journal template where smallImageId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
Returns the journal template where smallImageId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalTemplate |
JournalTemplatePersistence.fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where structureId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where structureId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where templateId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where templateId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where uuid = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns 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)
Returns the journal template where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByUUID_G(String uuid,
long groupId)
Returns the journal template where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalTemplate |
JournalTemplateUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalTemplate |
JournalTemplatePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where uuid = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where uuid = ?. |
JournalTemplate[] |
JournalTemplatePersistence.filterFindByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ? and structureId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.filterFindByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ? and structureId = ?. |
JournalTemplate[] |
JournalTemplatePersistenceImpl.filterFindByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ? and structureId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ?. |
JournalTemplate[] |
JournalTemplatePersistenceImpl.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ?. |
protected JournalTemplate |
JournalTemplatePersistenceImpl.filterGetByG_S_PrevAndNext(Session session,
JournalTemplate journalTemplate,
long groupId,
String structureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalTemplate |
JournalTemplatePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
JournalTemplate journalTemplate,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
JournalTemplate |
JournalTemplatePersistence.findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate[] |
JournalTemplatePersistenceImpl.findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByG_T(long groupId,
String templateId)
Returns the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.findByG_T(long groupId,
String templateId)
Returns the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByG_T(long groupId,
String templateId)
Returns the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where groupId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where groupId = ?. |
JournalTemplate[] |
JournalTemplatePersistenceImpl.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByPrimaryKey(long id)
Returns the journal template with the primary key or throws a NoSuchTemplateException if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.findByPrimaryKey(long id)
Returns the journal template with the primary key or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByPrimaryKey(long id)
Returns the journal template with the primary key or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the journal template with the primary key or throws a NoSuchModelException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findBySmallImageId(long smallImageId)
Returns the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.findBySmallImageId(long smallImageId)
Returns the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistenceImpl.findBySmallImageId(long smallImageId)
Returns the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where structureId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where structureId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where structureId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where structureId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where structureId = ?. |
JournalTemplate[] |
JournalTemplatePersistenceImpl.findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where templateId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where templateId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where templateId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where templateId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where templateId = ?. |
JournalTemplate[] |
JournalTemplatePersistenceImpl.findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where uuid = ?. |
static JournalTemplate |
JournalTemplateUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistence.findByUUID_G(String uuid,
long groupId)
Returns the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.findByUUID_G(String uuid,
long groupId)
Returns the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByUUID_G(String uuid,
long groupId)
Returns the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where uuid = ?. |
static JournalTemplate |
JournalTemplateUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where uuid = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where uuid = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where uuid = ?. |
JournalTemplate[] |
JournalTemplatePersistenceImpl.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where uuid = ?. |
protected JournalTemplate |
JournalTemplatePersistenceImpl.getByG_S_PrevAndNext(Session session,
JournalTemplate journalTemplate,
long groupId,
String structureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalTemplate |
JournalTemplatePersistenceImpl.getByGroupId_PrevAndNext(Session session,
JournalTemplate journalTemplate,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalTemplate |
JournalTemplatePersistenceImpl.getByStructureId_PrevAndNext(Session session,
JournalTemplate journalTemplate,
String structureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalTemplate |
JournalTemplatePersistenceImpl.getByTemplateId_PrevAndNext(Session session,
JournalTemplate journalTemplate,
String templateId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalTemplate |
JournalTemplatePersistenceImpl.getByUuid_PrevAndNext(Session session,
JournalTemplate journalTemplate,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
JournalTemplate |
JournalTemplatePersistence.remove(long id)
Removes the journal template with the primary key from the database. |
static JournalTemplate |
JournalTemplateUtil.remove(long id)
Removes the journal template with the primary key from the database. |
JournalTemplate |
JournalTemplatePersistenceImpl.remove(long id)
Removes the journal template with the primary key from the database. |
JournalTemplate |
JournalTemplatePersistenceImpl.remove(Serializable primaryKey)
Removes the journal template with the primary key from the database. |
JournalTemplate |
JournalTemplatePersistence.removeByG_T(long groupId,
String templateId)
Removes the journal template where groupId = ? and templateId = ? from the database. |
static JournalTemplate |
JournalTemplateUtil.removeByG_T(long groupId,
String templateId)
Removes the journal template where groupId = ? and templateId = ? from the database. |
JournalTemplate |
JournalTemplatePersistenceImpl.removeByG_T(long groupId,
String templateId)
Removes the journal template where groupId = ? and templateId = ? from the database. |
JournalTemplate |
JournalTemplatePersistence.removeBySmallImageId(long smallImageId)
Removes the journal template where smallImageId = ? from the database. |
static JournalTemplate |
JournalTemplateUtil.removeBySmallImageId(long smallImageId)
Removes the journal template where smallImageId = ? from the database. |
JournalTemplate |
JournalTemplatePersistenceImpl.removeBySmallImageId(long smallImageId)
Removes the journal template where smallImageId = ? from the database. |
JournalTemplate |
JournalTemplatePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the journal template where uuid = ? and groupId = ? from the database. |
static JournalTemplate |
JournalTemplateUtil.removeByUUID_G(String uuid,
long groupId)
Removes the journal template where uuid = ? and groupId = ? from the database. |
JournalTemplate |
JournalTemplatePersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the journal template where uuid = ? and groupId = ? from the database. |
protected JournalTemplate |
JournalTemplatePersistenceImpl.removeImpl(JournalTemplate journalTemplate)
|
protected JournalTemplate |
JournalTemplatePersistenceImpl.toUnwrappedModel(JournalTemplate journalTemplate)
|
static JournalTemplate |
JournalTemplateUtil.update(JournalTemplate journalTemplate,
boolean merge)
|
static JournalTemplate |
JournalTemplateUtil.update(JournalTemplate journalTemplate,
boolean merge,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplatePersistence.updateImpl(JournalTemplate journalTemplate,
boolean merge)
|
static JournalTemplate |
JournalTemplateUtil.updateImpl(JournalTemplate journalTemplate,
boolean merge)
|
JournalTemplate |
JournalTemplatePersistenceImpl.updateImpl(JournalTemplate journalTemplate,
boolean merge)
|
Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalTemplate | |
---|---|
protected List<JournalTemplate> |
JournalTemplateFinderImpl.doFindByC_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,
boolean inlineSQLHelper)
|
List<JournalTemplate> |
JournalTemplateFinder.filterFindByC_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> |
JournalTemplateFinderUtil.filterFindByC_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> |
JournalTemplateFinderImpl.filterFindByC_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> |
JournalTemplatePersistence.filterFindByG_S(long groupId,
String structureId)
Returns all the journal templates that the user has permission to view where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByG_S(long groupId,
String structureId)
Returns all the journal templates that the user has permission to view where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.filterFindByG_S(long groupId,
String structureId)
Returns all the journal templates that the user has permission to view where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal templates that the user has permission to view where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal templates that the user has permission to view where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.filterFindByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal templates that the user has permission to view where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.filterFindByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByGroupId(long groupId)
Returns all the journal templates that the user has permission to view where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByGroupId(long groupId)
Returns all the journal templates that the user has permission to view where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.filterFindByGroupId(long groupId)
Returns all the journal templates that the user has permission to view where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal templates that the user has permission to view where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal templates that the user has permission to view where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal templates that the user has permission to view where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ?. |
List<JournalTemplate> |
JournalTemplateFinder.filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateFinderUtil.filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateFinderImpl.filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplatePersistence.findAll()
Returns all the journal templates. |
static List<JournalTemplate> |
JournalTemplateUtil.findAll()
Returns all the journal templates. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findAll()
Returns all the journal templates. |
List<JournalTemplate> |
JournalTemplatePersistence.findAll(int start,
int end)
Returns a range of all the journal templates. |
static List<JournalTemplate> |
JournalTemplateUtil.findAll(int start,
int end)
Returns a range of all the journal templates. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findAll(int start,
int end)
Returns a range of all the journal templates. |
List<JournalTemplate> |
JournalTemplatePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates. |
static List<JournalTemplate> |
JournalTemplateUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates. |
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> |
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> |
JournalTemplateFinderImpl.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> |
JournalTemplatePersistence.findByG_S(long groupId,
String structureId)
Returns all the journal templates where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByG_S(long groupId,
String structureId)
Returns all the journal templates where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findByG_S(long groupId,
String structureId)
Returns all the journal templates where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByG_S(long groupId,
String structureId,
int start,
int end)
Returns 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)
Returns a range of all the journal templates where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findByG_S(long groupId,
String structureId,
int start,
int end)
Returns a 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)
Returns an ordered 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)
Returns an ordered range of all the journal templates where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByGroupId(long groupId)
Returns all the journal templates where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByGroupId(long groupId)
Returns all the journal templates where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findByGroupId(long groupId)
Returns all the journal templates where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal templates where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal templates where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal templates where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where groupId = ?. |
List<JournalTemplate> |
JournalTemplateFinder.findByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateFinderUtil.findByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateFinderImpl.findByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplatePersistence.findByStructureId(String structureId)
Returns all the journal templates where structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByStructureId(String structureId)
Returns all the journal templates where structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findByStructureId(String structureId)
Returns all the journal templates where structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal templates where structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal templates where structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal templates where structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByTemplateId(String templateId)
Returns all the journal templates where templateId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByTemplateId(String templateId)
Returns all the journal templates where templateId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findByTemplateId(String templateId)
Returns all the journal templates where templateId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByTemplateId(String templateId,
int start,
int end)
Returns a range of all the journal templates where templateId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByTemplateId(String templateId,
int start,
int end)
Returns a range of all the journal templates where templateId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findByTemplateId(String templateId,
int start,
int end)
Returns a range of all the journal templates where templateId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByTemplateId(String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where templateId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByTemplateId(String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where templateId = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findByTemplateId(String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where templateId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByUuid(String uuid)
Returns all the journal templates where uuid = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByUuid(String uuid)
Returns all the journal templates where uuid = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findByUuid(String uuid)
Returns all the journal templates where uuid = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal templates where uuid = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal templates where uuid = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal templates where uuid = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where uuid = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where uuid = ?. |
List<JournalTemplate> |
JournalTemplatePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns 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 | |
---|---|
void |
JournalTemplatePersistence.cacheResult(JournalTemplate journalTemplate)
Caches the journal template in the entity cache if it is enabled. |
static void |
JournalTemplateUtil.cacheResult(JournalTemplate journalTemplate)
Caches the journal template in the entity cache if it is enabled. |
void |
JournalTemplatePersistenceImpl.cacheResult(JournalTemplate journalTemplate)
Caches the journal template in the entity cache if it is enabled. |
protected void |
JournalTemplatePersistenceImpl.cacheUniqueFindersCache(JournalTemplate journalTemplate)
|
static void |
JournalTemplateUtil.clearCache(JournalTemplate journalTemplate)
|
void |
JournalTemplatePersistenceImpl.clearCache(JournalTemplate journalTemplate)
Clears the cache for the journal template. |
protected void |
JournalTemplatePersistenceImpl.clearUniqueFindersCache(JournalTemplate journalTemplate)
|
protected JournalTemplate |
JournalTemplatePersistenceImpl.filterGetByG_S_PrevAndNext(Session session,
JournalTemplate journalTemplate,
long groupId,
String structureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalTemplate |
JournalTemplatePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
JournalTemplate journalTemplate,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalTemplate |
JournalTemplatePersistenceImpl.getByG_S_PrevAndNext(Session session,
JournalTemplate journalTemplate,
long groupId,
String structureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalTemplate |
JournalTemplatePersistenceImpl.getByGroupId_PrevAndNext(Session session,
JournalTemplate journalTemplate,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalTemplate |
JournalTemplatePersistenceImpl.getByStructureId_PrevAndNext(Session session,
JournalTemplate journalTemplate,
String structureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalTemplate |
JournalTemplatePersistenceImpl.getByTemplateId_PrevAndNext(Session session,
JournalTemplate journalTemplate,
String templateId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalTemplate |
JournalTemplatePersistenceImpl.getByUuid_PrevAndNext(Session session,
JournalTemplate journalTemplate,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalTemplate |
JournalTemplatePersistenceImpl.removeImpl(JournalTemplate journalTemplate)
|
protected JournalTemplate |
JournalTemplatePersistenceImpl.toUnwrappedModel(JournalTemplate journalTemplate)
|
static JournalTemplate |
JournalTemplateUtil.update(JournalTemplate journalTemplate,
boolean merge)
|
static JournalTemplate |
JournalTemplateUtil.update(JournalTemplate journalTemplate,
boolean merge,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplatePersistence.updateImpl(JournalTemplate journalTemplate,
boolean merge)
|
static JournalTemplate |
JournalTemplateUtil.updateImpl(JournalTemplate journalTemplate,
boolean merge)
|
JournalTemplate |
JournalTemplatePersistenceImpl.updateImpl(JournalTemplate journalTemplate,
boolean merge)
|
Method parameters in com.liferay.portlet.journal.service.persistence with type arguments of type JournalTemplate | |
---|---|
void |
JournalTemplatePersistence.cacheResult(List<JournalTemplate> journalTemplates)
Caches the journal templates in the entity cache if it is enabled. |
static void |
JournalTemplateUtil.cacheResult(List<JournalTemplate> journalTemplates)
Caches the journal templates in the entity cache if it is enabled. |
void |
JournalTemplatePersistenceImpl.cacheResult(List<JournalTemplate> journalTemplates)
Caches the journal templates in the entity cache if it is enabled. |
void |
JournalTemplatePersistenceImpl.clearCache(List<JournalTemplate> journalTemplates)
|
Uses of JournalTemplate in com.liferay.portlet.journal.util |
---|
Methods in com.liferay.portlet.journal.util that return types with arguments of type JournalTemplate | |
---|---|
static Stack<JournalTemplate> |
JournalUtil.getRecentTemplates(PortletRequest portletRequest)
|
Methods in com.liferay.portlet.journal.util with parameters of type JournalTemplate | |
---|---|
static void |
JournalUtil.addRecentTemplate(PortletRequest portletRequest,
JournalTemplate template)
|
static String |
JournalUtil.getTemplateScript(JournalTemplate template,
Map<String,String> tokens,
String languageId,
boolean transform)
|
Uses of JournalTemplate in com.liferay.portlet.journal.webdav |
---|
Methods in com.liferay.portlet.journal.webdav with parameters of type JournalTemplate | |
---|---|
protected Resource |
JournalWebDAVStorageImpl.toResource(WebDAVRequest webDavRequest,
JournalTemplate template,
boolean appendPath)
|
Constructors in com.liferay.portlet.journal.webdav with parameters of type JournalTemplate | |
---|---|
JournalTemplateResourceImpl(JournalTemplate template,
String parentPath,
String name)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |