public class JournalStructureLocalServiceImpl extends JournalStructureLocalServiceBaseImpl
counterLocalService, ddmStructureFinder, ddmStructureLocalService, ddmStructurePersistence, ddmStructureService, groupFinder, groupLocalService, groupPersistence, groupService, journalArticleFinder, journalArticleImageLocalService, journalArticleImagePersistence, journalArticleLocalService, journalArticlePersistence, journalArticleResourceLocalService, journalArticleResourcePersistence, journalArticleService, journalContentSearchLocalService, journalContentSearchPersistence, journalFeedFinder, journalFeedLocalService, journalFeedPersistence, journalFeedService, journalFolderFinder, journalFolderLocalService, journalFolderPersistence, journalFolderService, journalStructureLocalService, journalStructureService, journalTemplateLocalService, journalTemplateService, resourceLocalService, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
JournalStructureLocalServiceImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.journal.model.JournalStructure |
addJournalStructure(com.liferay.portlet.journal.model.JournalStructure structure)
Deprecated.
|
com.liferay.portlet.journal.model.JournalStructure |
addStructure(long userId,
long groupId,
java.lang.String structureId,
boolean autoStructureId,
java.lang.String parentStructureId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String xsd,
com.liferay.portal.service.ServiceContext serviceContext)
Deprecated.
|
void |
addStructureResources(com.liferay.portlet.journal.model.JournalStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
Deprecated.
|
void |
addStructureResources(com.liferay.portlet.journal.model.JournalStructure structure,
java.lang.String[] groupPermissions,
java.lang.String[] guestPermissions)
Deprecated.
|
void |
addStructureResources(long groupId,
java.lang.String structureId,
boolean addGroupPermissions,
boolean addGuestPermissions)
Deprecated.
|
void |
addStructureResources(long groupId,
java.lang.String structureId,
java.lang.String[] groupPermissions,
java.lang.String[] guestPermissions)
Deprecated.
|
void |
checkNewLine(long groupId,
java.lang.String structureId)
Deprecated.
|
com.liferay.portlet.journal.model.JournalStructure |
copyStructure(long userId,
long groupId,
java.lang.String oldStructureId,
java.lang.String newStructureId,
boolean autoStructureId)
Deprecated.
|
com.liferay.portlet.journal.model.JournalStructure |
createJournalStructure(long id)
Deprecated.
|
void |
deleteStructure(com.liferay.portlet.journal.model.JournalStructure structure)
Deprecated.
|
void |
deleteStructure(long groupId,
java.lang.String structureId)
Deprecated.
|
void |
deleteStructures(long groupId)
Deprecated.
|
protected com.liferay.portlet.journal.model.JournalStructure |
doGetStructure(long groupId,
java.lang.String structureId)
Deprecated.
|
protected java.util.List<com.liferay.portlet.journal.model.JournalStructure> |
doGetStructures(long groupId)
Deprecated.
|
protected java.util.List<com.liferay.portlet.journal.model.JournalStructure> |
doGetStructures(long groupId,
int start,
int end)
Deprecated.
|
protected int |
doGetStructuresCount(long groupId)
Deprecated.
|
protected com.liferay.portlet.dynamicdatamapping.model.DDMStructure |
fetchDDMStructure(com.liferay.portlet.journal.model.JournalStructure structure)
Deprecated.
|
protected com.liferay.portlet.dynamicdatamapping.model.DDMStructure |
fetchDDMStructure(long groupId,
java.lang.String structureId)
Deprecated.
|
com.liferay.portlet.journal.model.JournalStructure |
fetchStructure(long groupId,
java.lang.String structureId)
Deprecated.
|
java.util.List<com.liferay.portlet.journal.model.JournalStructure> |
findAll()
Deprecated.
|
protected com.liferay.portlet.dynamicdatamapping.model.DDMStructure |
getDDMStructure(com.liferay.portlet.journal.model.JournalStructure structure)
Deprecated.
|
protected com.liferay.portlet.dynamicdatamapping.model.DDMStructure |
getDDMStructure(long groupId,
java.lang.String structureId)
Deprecated.
|
protected long |
getParentDDMStructureId(long groupId,
java.lang.String parentStructureId)
Deprecated.
|
com.liferay.portlet.journal.model.JournalStructure |
getStructure(long groupId,
java.lang.String structureId)
Deprecated.
|
com.liferay.portlet.journal.model.JournalStructure |
getStructure(long groupId,
java.lang.String structureId,
boolean includeGlobalStructures)
Deprecated.
|
java.util.List<com.liferay.portlet.journal.model.JournalStructure> |
getStructures()
Deprecated.
|
java.util.List<com.liferay.portlet.journal.model.JournalStructure> |
getStructures(long groupId)
Deprecated.
|
java.util.List<com.liferay.portlet.journal.model.JournalStructure> |
getStructures(long groupId,
int start,
int end)
Deprecated.
|
int |
getStructuresCount(long groupId)
Deprecated.
|
protected java.lang.String |
getUuid(com.liferay.portlet.journal.model.JournalStructure structure)
Deprecated.
|
java.util.List<com.liferay.portlet.journal.model.JournalStructure> |
search(long companyId,
long[] groupIds,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
Deprecated.
|
java.util.List<com.liferay.portlet.journal.model.JournalStructure> |
search(long companyId,
long[] groupIds,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
Deprecated.
|
int |
searchCount(long companyId,
long[] groupIds,
java.lang.String keywords)
Deprecated.
|
int |
searchCount(long companyId,
long[] groupIds,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
boolean andOperator)
Deprecated.
|
com.liferay.portlet.journal.model.JournalStructure |
updateJournalStructure(com.liferay.portlet.journal.model.JournalStructure structure)
Deprecated.
|
protected com.liferay.portlet.journal.model.JournalStructure |
updateStructure(com.liferay.portlet.journal.model.JournalStructure structure)
Deprecated.
|
com.liferay.portlet.journal.model.JournalStructure |
updateStructure(long groupId,
java.lang.String structureId,
java.lang.String parentStructureId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String xsd,
com.liferay.portal.service.ServiceContext serviceContext)
Deprecated.
|
protected void |
validateStructureId(java.lang.String structureId)
Deprecated.
|
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getDDMStructureFinder, getDDMStructureLocalService, getDDMStructurePersistence, getDDMStructureService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getJournalArticleFinder, getJournalArticleImageLocalService, getJournalArticleImagePersistence, getJournalArticleLocalService, getJournalArticlePersistence, getJournalArticleResourceLocalService, getJournalArticleResourcePersistence, getJournalArticleService, getJournalContentSearchLocalService, getJournalContentSearchPersistence, getJournalFeedFinder, getJournalFeedLocalService, getJournalFeedPersistence, getJournalFeedService, getJournalFolderFinder, getJournalFolderLocalService, getJournalFolderPersistence, getJournalFolderService, getJournalStructureLocalService, getJournalStructureService, getJournalTemplateLocalService, getJournalTemplateService, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setDDMStructureFinder, setDDMStructureLocalService, setDDMStructurePersistence, setDDMStructureService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setJournalArticleFinder, setJournalArticleImageLocalService, setJournalArticleImagePersistence, setJournalArticleLocalService, setJournalArticlePersistence, setJournalArticleResourceLocalService, setJournalArticleResourcePersistence, setJournalArticleService, setJournalContentSearchLocalService, setJournalContentSearchPersistence, setJournalFeedFinder, setJournalFeedLocalService, setJournalFeedPersistence, setJournalFeedService, setJournalFolderFinder, setJournalFolderLocalService, setJournalFolderPersistence, setJournalFolderService, setJournalStructureLocalService, setJournalStructureService, setJournalTemplateLocalService, setJournalTemplateService, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserServicepublic JournalStructureLocalServiceImpl()
public com.liferay.portlet.journal.model.JournalStructure addJournalStructure(com.liferay.portlet.journal.model.JournalStructure structure)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.journal.model.JournalStructure addStructure(long userId,
long groupId,
java.lang.String structureId,
boolean autoStructureId,
java.lang.String parentStructureId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String xsd,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void addStructureResources(com.liferay.portlet.journal.model.JournalStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void addStructureResources(com.liferay.portlet.journal.model.JournalStructure structure,
java.lang.String[] groupPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void addStructureResources(long groupId,
java.lang.String structureId,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void addStructureResources(long groupId,
java.lang.String structureId,
java.lang.String[] groupPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void checkNewLine(long groupId,
java.lang.String structureId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.journal.model.JournalStructure copyStructure(long userId,
long groupId,
java.lang.String oldStructureId,
java.lang.String newStructureId,
boolean autoStructureId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.journal.model.JournalStructure createJournalStructure(long id)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic void deleteStructure(com.liferay.portlet.journal.model.JournalStructure structure)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void deleteStructure(long groupId,
java.lang.String structureId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void deleteStructures(long groupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.journal.model.JournalStructure fetchStructure(long groupId,
java.lang.String structureId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.journal.model.JournalStructure> findAll()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.journal.model.JournalStructure getStructure(long groupId,
java.lang.String structureId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.journal.model.JournalStructure getStructure(long groupId,
java.lang.String structureId,
boolean includeGlobalStructures)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.journal.model.JournalStructure> getStructures()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.journal.model.JournalStructure> getStructures(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.journal.model.JournalStructure> getStructures(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getStructuresCount(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.journal.model.JournalStructure> search(long companyId,
long[] groupIds,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.journal.model.JournalStructure> search(long companyId,
long[] groupIds,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int searchCount(long companyId,
long[] groupIds,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int searchCount(long companyId,
long[] groupIds,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
boolean andOperator)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.journal.model.JournalStructure updateJournalStructure(com.liferay.portlet.journal.model.JournalStructure structure)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.journal.model.JournalStructure updateStructure(long groupId,
java.lang.String structureId,
java.lang.String parentStructureId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String xsd,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portlet.journal.model.JournalStructure doGetStructure(long groupId,
java.lang.String structureId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected java.util.List<com.liferay.portlet.journal.model.JournalStructure> doGetStructures(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected java.util.List<com.liferay.portlet.journal.model.JournalStructure> doGetStructures(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected int doGetStructuresCount(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portlet.dynamicdatamapping.model.DDMStructure fetchDDMStructure(com.liferay.portlet.journal.model.JournalStructure structure)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portlet.dynamicdatamapping.model.DDMStructure fetchDDMStructure(long groupId,
java.lang.String structureId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portlet.dynamicdatamapping.model.DDMStructure getDDMStructure(com.liferay.portlet.journal.model.JournalStructure structure)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portlet.dynamicdatamapping.model.DDMStructure getDDMStructure(long groupId,
java.lang.String structureId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected long getParentDDMStructureId(long groupId,
java.lang.String parentStructureId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected java.lang.String getUuid(com.liferay.portlet.journal.model.JournalStructure structure)
protected com.liferay.portlet.journal.model.JournalStructure updateStructure(com.liferay.portlet.journal.model.JournalStructure structure)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected void validateStructureId(java.lang.String structureId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException