|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface JournalTemplateLocalService
Provides the local service interface for JournalTemplate. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
JournalTemplateLocalServiceUtil
,
com.liferay.portlet.journal.service.base.JournalTemplateLocalServiceBaseImpl
,
com.liferay.portlet.journal.service.impl.JournalTemplateLocalServiceImpl
Method Summary | |
---|---|
JournalTemplate |
addJournalTemplate(JournalTemplate template)
Deprecated. |
JournalTemplate |
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)
Deprecated. |
void |
addTemplateResources(JournalTemplate template,
boolean addGroupPermissions,
boolean addGuestPermissions)
Deprecated. |
void |
addTemplateResources(JournalTemplate template,
String[] groupPermissions,
String[] guestPermissions)
Deprecated. |
void |
addTemplateResources(long groupId,
String templateId,
boolean addGroupPermissions,
boolean addGuestPermissions)
Deprecated. |
void |
addTemplateResources(long groupId,
String templateId,
String[] groupPermissions,
String[] guestPermissions)
Deprecated. |
void |
checkNewLine(long groupId,
String templateId)
Deprecated. |
JournalTemplate |
copyTemplate(long userId,
long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
Deprecated. |
JournalTemplate |
createJournalTemplate(long id)
Deprecated. |
void |
deleteTemplate(JournalTemplate template)
Deprecated. |
void |
deleteTemplate(long groupId,
String templateId)
Deprecated. |
void |
deleteTemplates(long groupId)
Deprecated. |
String |
getBeanIdentifier()
Deprecated. Returns the Spring bean ID for this bean. |
List<JournalTemplate> |
getStructureTemplates(long groupId,
String structureId)
Deprecated. |
List<JournalTemplate> |
getStructureTemplates(long groupId,
String structureId,
boolean includeGlobalTemplates)
Deprecated. |
List<JournalTemplate> |
getStructureTemplates(long groupId,
String structureId,
int start,
int end)
Deprecated. |
int |
getStructureTemplatesCount(long groupId,
String structureId)
Deprecated. |
JournalTemplate |
getTemplate(long groupId,
String templateId)
Deprecated. |
JournalTemplate |
getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
Deprecated. |
JournalTemplate |
getTemplateBySmallImageId(long smallImageId)
Deprecated. |
List<JournalTemplate> |
getTemplates()
Deprecated. |
List<JournalTemplate> |
getTemplates(long groupId)
Deprecated. |
List<JournalTemplate> |
getTemplates(long groupId,
int start,
int end)
Deprecated. |
int |
getTemplatesCount(long groupId)
Deprecated. |
boolean |
hasTemplate(long groupId,
String templateId)
Deprecated. |
List<JournalTemplate> |
search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
Deprecated. |
List<JournalTemplate> |
search(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Deprecated. |
int |
searchCount(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator)
Deprecated. |
int |
searchCount(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
Deprecated. |
void |
setBeanIdentifier(String beanIdentifier)
Deprecated. Sets the Spring bean ID for this bean. |
JournalTemplate |
updateJournalTemplate(JournalTemplate template)
Deprecated. |
JournalTemplate |
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)
Deprecated. |
Method Detail |
---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanJournalTemplate addJournalTemplate(JournalTemplate template) throws PortalException, SystemException
PortalException
SystemException
JournalTemplate 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) throws PortalException, SystemException
PortalException
SystemException
void addTemplateResources(JournalTemplate template, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
PortalException
SystemException
void addTemplateResources(JournalTemplate template, String[] groupPermissions, String[] guestPermissions) throws PortalException, SystemException
PortalException
SystemException
void addTemplateResources(long groupId, String templateId, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
PortalException
SystemException
void addTemplateResources(long groupId, String templateId, String[] groupPermissions, String[] guestPermissions) throws PortalException, SystemException
PortalException
SystemException
void checkNewLine(long groupId, String templateId) throws PortalException, SystemException
PortalException
SystemException
JournalTemplate copyTemplate(long userId, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId) throws PortalException, SystemException
PortalException
SystemException
JournalTemplate createJournalTemplate(long id)
void deleteTemplate(JournalTemplate template) throws PortalException, SystemException
PortalException
SystemException
void deleteTemplate(long groupId, String templateId) throws PortalException, SystemException
PortalException
SystemException
void deleteTemplates(long groupId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalTemplate> getStructureTemplates(long groupId, String structureId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalTemplate> getStructureTemplates(long groupId, String structureId, boolean includeGlobalTemplates) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalTemplate> getStructureTemplates(long groupId, String structureId, int start, int end) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getStructureTemplatesCount(long groupId, String structureId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) JournalTemplate getTemplate(long groupId, String templateId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) JournalTemplate getTemplate(long groupId, String templateId, boolean includeGlobalTemplates) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) JournalTemplate getTemplateBySmallImageId(long smallImageId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalTemplate> getTemplates() throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalTemplate> getTemplates(long groupId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalTemplate> getTemplates(long groupId, int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getTemplatesCount(long groupId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasTemplate(long groupId, String templateId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalTemplate> search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalTemplate> search(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int searchCount(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int searchCount(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator) throws SystemException
SystemException
JournalTemplate updateJournalTemplate(JournalTemplate template) throws PortalException, SystemException
PortalException
SystemException
JournalTemplate 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) throws PortalException, SystemException
PortalException
SystemException
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |