public class JournalStructureServiceImpl extends JournalStructureServiceBaseImpl
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 |
|---|
JournalStructureServiceImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.journal.model.JournalStructure |
addStructure(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.
|
com.liferay.portlet.journal.model.JournalStructure |
copyStructure(long groupId,
java.lang.String oldStructureId,
java.lang.String newStructureId,
boolean autoStructureId)
Deprecated.
|
void |
deleteStructure(long groupId,
java.lang.String structureId)
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(long groupId)
Deprecated.
|
java.util.List<com.liferay.portlet.journal.model.JournalStructure> |
getStructures(long[] groupIds)
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 |
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.
|
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 com.liferay.portlet.journal.model.JournalStructure addStructure(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 com.liferay.portlet.journal.model.JournalStructure copyStructure(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 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 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(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[] groupIds)
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 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.SystemException