@ProviderType public class JournalStructureLocalServiceWrapper extends java.lang.Object implements JournalStructureLocalService, ServiceWrapper<JournalStructureLocalService>
JournalStructureLocalService.JournalStructureLocalService| Constructor and Description |
|---|
JournalStructureLocalServiceWrapper(JournalStructureLocalService journalStructureLocalService)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JournalStructure |
addJournalStructure(JournalStructure structure)
Deprecated.
|
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,
ServiceContext serviceContext)
Deprecated.
|
void |
addStructureResources(JournalStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
Deprecated.
|
void |
addStructureResources(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.
|
JournalStructure |
copyStructure(long userId,
long groupId,
java.lang.String oldStructureId,
java.lang.String newStructureId,
boolean autoStructureId)
Deprecated.
|
JournalStructure |
createJournalStructure(long id)
Deprecated.
|
void |
deleteStructure(JournalStructure structure)
Deprecated.
|
void |
deleteStructure(long groupId,
java.lang.String structureId)
Deprecated.
|
void |
deleteStructures(long groupId)
Deprecated.
|
JournalStructure |
fetchStructure(long groupId,
java.lang.String structureId)
Deprecated.
|
java.util.List<JournalStructure> |
findAll()
Deprecated.
|
java.lang.String |
getBeanIdentifier()
Deprecated.
Returns the Spring bean ID for this bean.
|
JournalStructure |
getStructure(long groupId,
java.lang.String structureId)
Deprecated.
|
JournalStructure |
getStructure(long groupId,
java.lang.String structureId,
boolean includeGlobalStructures)
Deprecated.
|
java.util.List<JournalStructure> |
getStructures()
Deprecated.
|
java.util.List<JournalStructure> |
getStructures(long groupId)
Deprecated.
|
java.util.List<JournalStructure> |
getStructures(long groupId,
int start,
int end)
Deprecated.
|
int |
getStructuresCount(long groupId)
Deprecated.
|
JournalStructureLocalService |
getWrappedJournalStructureLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
JournalStructureLocalService |
getWrappedService()
Deprecated.
|
java.util.List<JournalStructure> |
search(long companyId,
long[] groupIds,
java.lang.String keywords,
int start,
int end,
OrderByComparator obc)
Deprecated.
|
java.util.List<JournalStructure> |
search(long companyId,
long[] groupIds,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
boolean andOperator,
int start,
int end,
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.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Deprecated.
Sets the Spring bean ID for this bean.
|
void |
setWrappedJournalStructureLocalService(JournalStructureLocalService journalStructureLocalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.journal.service.JournalStructureLocalService) |
void |
setWrappedService(JournalStructureLocalService journalStructureLocalService)
Deprecated.
|
JournalStructure |
updateJournalStructure(JournalStructure structure)
Deprecated.
|
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,
ServiceContext serviceContext)
Deprecated.
|
public JournalStructureLocalServiceWrapper(JournalStructureLocalService journalStructureLocalService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface JournalStructureLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface JournalStructureLocalServicebeanIdentifier - the Spring bean ID for this beanpublic JournalStructure addJournalStructure(JournalStructure structure) throws PortalException, SystemException
addJournalStructure in interface JournalStructureLocalServicePortalExceptionSystemExceptionpublic 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, ServiceContext serviceContext) throws PortalException, SystemException
addStructure in interface JournalStructureLocalServicePortalExceptionSystemExceptionpublic void addStructureResources(JournalStructure structure, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
addStructureResources in interface JournalStructureLocalServicePortalExceptionSystemExceptionpublic void addStructureResources(JournalStructure structure, java.lang.String[] groupPermissions, java.lang.String[] guestPermissions) throws PortalException, SystemException
addStructureResources in interface JournalStructureLocalServicePortalExceptionSystemExceptionpublic void addStructureResources(long groupId,
java.lang.String structureId,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
addStructureResources in interface JournalStructureLocalServicePortalExceptionSystemExceptionpublic void addStructureResources(long groupId,
java.lang.String structureId,
java.lang.String[] groupPermissions,
java.lang.String[] guestPermissions)
throws PortalException,
SystemException
addStructureResources in interface JournalStructureLocalServicePortalExceptionSystemExceptionpublic void checkNewLine(long groupId,
java.lang.String structureId)
throws PortalException,
SystemException
checkNewLine in interface JournalStructureLocalServicePortalExceptionSystemExceptionpublic JournalStructure copyStructure(long userId, long groupId, java.lang.String oldStructureId, java.lang.String newStructureId, boolean autoStructureId) throws PortalException, SystemException
copyStructure in interface JournalStructureLocalServicePortalExceptionSystemExceptionpublic JournalStructure createJournalStructure(long id) throws SystemException
createJournalStructure in interface JournalStructureLocalServiceSystemExceptionpublic void deleteStructure(JournalStructure structure) throws PortalException, SystemException
deleteStructure in interface JournalStructureLocalServicePortalExceptionSystemExceptionpublic void deleteStructure(long groupId,
java.lang.String structureId)
throws PortalException,
SystemException
deleteStructure in interface JournalStructureLocalServicePortalExceptionSystemExceptionpublic void deleteStructures(long groupId)
throws PortalException,
SystemException
deleteStructures in interface JournalStructureLocalServicePortalExceptionSystemExceptionpublic JournalStructure fetchStructure(long groupId, java.lang.String structureId) throws SystemException
fetchStructure in interface JournalStructureLocalServiceSystemExceptionpublic java.util.List<JournalStructure> findAll() throws SystemException
findAll in interface JournalStructureLocalServiceSystemExceptionpublic JournalStructure getStructure(long groupId, java.lang.String structureId) throws PortalException, SystemException
getStructure in interface JournalStructureLocalServicePortalExceptionSystemExceptionpublic JournalStructure getStructure(long groupId, java.lang.String structureId, boolean includeGlobalStructures) throws PortalException, SystemException
getStructure in interface JournalStructureLocalServicePortalExceptionSystemExceptionpublic java.util.List<JournalStructure> getStructures() throws SystemException
getStructures in interface JournalStructureLocalServiceSystemExceptionpublic java.util.List<JournalStructure> getStructures(long groupId) throws SystemException
getStructures in interface JournalStructureLocalServiceSystemExceptionpublic java.util.List<JournalStructure> getStructures(long groupId, int start, int end) throws SystemException
getStructures in interface JournalStructureLocalServiceSystemExceptionpublic int getStructuresCount(long groupId)
throws SystemException
getStructuresCount in interface JournalStructureLocalServiceSystemExceptionpublic java.util.List<JournalStructure> search(long companyId, long[] groupIds, java.lang.String keywords, int start, int end, OrderByComparator obc) throws SystemException
search in interface JournalStructureLocalServiceSystemExceptionpublic java.util.List<JournalStructure> search(long companyId, long[] groupIds, java.lang.String structureId, java.lang.String name, java.lang.String description, boolean andOperator, int start, int end, OrderByComparator obc) throws SystemException
search in interface JournalStructureLocalServiceSystemExceptionpublic int searchCount(long companyId,
long[] groupIds,
java.lang.String keywords)
throws SystemException
searchCount in interface JournalStructureLocalServiceSystemExceptionpublic int searchCount(long companyId,
long[] groupIds,
java.lang.String structureId,
java.lang.String name,
java.lang.String description,
boolean andOperator)
throws SystemException
searchCount in interface JournalStructureLocalServiceSystemExceptionpublic JournalStructure updateJournalStructure(JournalStructure structure) throws PortalException, SystemException
updateJournalStructure in interface JournalStructureLocalServicePortalExceptionSystemExceptionpublic 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, ServiceContext serviceContext) throws PortalException, SystemException
updateStructure in interface JournalStructureLocalServicePortalExceptionSystemExceptionpublic JournalStructureLocalService getWrappedJournalStructureLocalService()
getWrappedService()public void setWrappedJournalStructureLocalService(JournalStructureLocalService journalStructureLocalService)
setWrappedService(com.liferay.portlet.journal.service.JournalStructureLocalService)public JournalStructureLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<JournalStructureLocalService>public void setWrappedService(JournalStructureLocalService journalStructureLocalService)
setWrappedService in interface ServiceWrapper<JournalStructureLocalService>