|
Liferay 6.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.journal.service.base.JournalTemplateLocalServiceBaseImpl
com.liferay.portlet.journal.service.impl.JournalTemplateLocalServiceImpl
public class JournalTemplateLocalServiceImpl
Field Summary |
---|
Fields inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
---|
layoutPersistence |
Constructor Summary | |
---|---|
JournalTemplateLocalServiceImpl()
Deprecated. |
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. |
protected JournalTemplate |
doGetTemplate(long groupId,
String templateId)
Deprecated. |
protected List<JournalTemplate> |
doGetTemplates(long groupId)
Deprecated. |
protected List<JournalTemplate> |
doGetTemplates(long groupId,
int start,
int end)
Deprecated. |
protected int |
doGetTemplatesCount(long groupId)
Deprecated. |
protected DDMTemplate |
fetchDDMTemplate(long groupId,
String templateId)
Deprecated. |
protected JournalTemplate |
fetchTemplate(long groupId,
String templateId)
Deprecated. |
protected DDMTemplate |
getDDMTemplate(JournalTemplate template)
Deprecated. |
protected DDMTemplate |
getDDMTemplate(long groupId,
String templateId)
Deprecated. |
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. |
protected String |
getUuid(JournalTemplate template)
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. |
JournalTemplate |
updateJournalTemplate(JournalTemplate template)
Deprecated. |
protected JournalTemplate |
updateTemplate(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. |
protected void |
validateTemplateId(String templateId)
Deprecated. |
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
---|
getClassLoader, getLayoutURL, getLayoutURL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JournalTemplateLocalServiceImpl()
Method Detail |
---|
public JournalTemplate addJournalTemplate(JournalTemplate template) throws PortalException, SystemException
PortalException
SystemException
public 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
public void addTemplateResources(JournalTemplate template, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
PortalException
SystemException
public void addTemplateResources(JournalTemplate template, String[] groupPermissions, String[] guestPermissions) throws PortalException, SystemException
PortalException
SystemException
public void addTemplateResources(long groupId, String templateId, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
PortalException
SystemException
public void addTemplateResources(long groupId, String templateId, String[] groupPermissions, String[] guestPermissions) throws PortalException, SystemException
PortalException
SystemException
public void checkNewLine(long groupId, String templateId) throws PortalException, SystemException
PortalException
SystemException
public JournalTemplate copyTemplate(long userId, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId) throws PortalException, SystemException
PortalException
SystemException
public JournalTemplate createJournalTemplate(long id)
public void deleteTemplate(JournalTemplate template) throws PortalException, SystemException
PortalException
SystemException
public void deleteTemplate(long groupId, String templateId) throws PortalException, SystemException
PortalException
SystemException
public void deleteTemplates(long groupId) throws PortalException, SystemException
PortalException
SystemException
public List<JournalTemplate> getStructureTemplates(long groupId, String structureId) throws PortalException, SystemException
PortalException
SystemException
public List<JournalTemplate> getStructureTemplates(long groupId, String structureId, boolean includeGlobalTemplates) throws PortalException, SystemException
PortalException
SystemException
public List<JournalTemplate> getStructureTemplates(long groupId, String structureId, int start, int end) throws PortalException, SystemException
PortalException
SystemException
public int getStructureTemplatesCount(long groupId, String structureId) throws PortalException, SystemException
PortalException
SystemException
public JournalTemplate getTemplate(long groupId, String templateId) throws PortalException, SystemException
PortalException
SystemException
public JournalTemplate getTemplate(long groupId, String templateId, boolean includeGlobalTemplates) throws PortalException, SystemException
PortalException
SystemException
public JournalTemplate getTemplateBySmallImageId(long smallImageId) throws PortalException, SystemException
PortalException
SystemException
public List<JournalTemplate> getTemplates() throws SystemException
SystemException
public List<JournalTemplate> getTemplates(long groupId) throws SystemException
SystemException
public List<JournalTemplate> getTemplates(long groupId, int start, int end) throws SystemException
SystemException
public int getTemplatesCount(long groupId) throws SystemException
SystemException
public boolean hasTemplate(long groupId, String templateId) throws SystemException
SystemException
public List<JournalTemplate> search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc) throws SystemException
SystemException
public 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
public int searchCount(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator) throws SystemException
SystemException
public int searchCount(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator) throws SystemException
SystemException
public JournalTemplate updateJournalTemplate(JournalTemplate template) throws PortalException, SystemException
PortalException
SystemException
public 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
protected JournalTemplate doGetTemplate(long groupId, String templateId) throws PortalException, SystemException
PortalException
SystemException
protected List<JournalTemplate> doGetTemplates(long groupId) throws SystemException
SystemException
protected List<JournalTemplate> doGetTemplates(long groupId, int start, int end) throws SystemException
SystemException
protected int doGetTemplatesCount(long groupId) throws SystemException
SystemException
protected DDMTemplate fetchDDMTemplate(long groupId, String templateId) throws SystemException
SystemException
protected JournalTemplate fetchTemplate(long groupId, String templateId) throws SystemException
SystemException
protected DDMTemplate getDDMTemplate(JournalTemplate template) throws PortalException, SystemException
PortalException
SystemException
protected DDMTemplate getDDMTemplate(long groupId, String templateId) throws PortalException, SystemException
PortalException
SystemException
protected String getUuid(JournalTemplate template)
protected JournalTemplate updateTemplate(JournalTemplate template) throws PortalException, SystemException
PortalException
SystemException
protected void validateTemplateId(String templateId) throws PortalException
PortalException
|
Liferay 6.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |