|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.journal.service.JournalStructureLocalServiceWrapper
@ProviderType public class JournalStructureLocalServiceWrapper
Provides a wrapper for JournalStructureLocalService
.
JournalStructureLocalService
Constructor Summary | |
---|---|
JournalStructureLocalServiceWrapper(JournalStructureLocalService journalStructureLocalService)
Deprecated. |
Method Summary | |
---|---|
JournalStructure |
addJournalStructure(JournalStructure structure)
Deprecated. |
JournalStructure |
addStructure(long userId,
long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Deprecated. |
void |
addStructureResources(JournalStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
Deprecated. |
void |
addStructureResources(JournalStructure structure,
String[] groupPermissions,
String[] guestPermissions)
Deprecated. |
void |
addStructureResources(long groupId,
String structureId,
boolean addGroupPermissions,
boolean addGuestPermissions)
Deprecated. |
void |
addStructureResources(long groupId,
String structureId,
String[] groupPermissions,
String[] guestPermissions)
Deprecated. |
void |
checkNewLine(long groupId,
String structureId)
Deprecated. |
JournalStructure |
copyStructure(long userId,
long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
Deprecated. |
JournalStructure |
createJournalStructure(long id)
Deprecated. |
void |
deleteStructure(JournalStructure structure)
Deprecated. |
void |
deleteStructure(long groupId,
String structureId)
Deprecated. |
void |
deleteStructures(long groupId)
Deprecated. |
JournalStructure |
fetchStructure(long groupId,
String structureId)
Deprecated. |
List<JournalStructure> |
findAll()
Deprecated. |
String |
getBeanIdentifier()
Deprecated. Returns the Spring bean ID for this bean. |
JournalStructure |
getStructure(long groupId,
String structureId)
Deprecated. |
JournalStructure |
getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
Deprecated. |
List<JournalStructure> |
getStructures()
Deprecated. |
List<JournalStructure> |
getStructures(long groupId)
Deprecated. |
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. |
List<JournalStructure> |
search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
Deprecated. |
List<JournalStructure> |
search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Deprecated. |
int |
searchCount(long companyId,
long[] groupIds,
String keywords)
Deprecated. |
int |
searchCount(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
Deprecated. |
void |
setBeanIdentifier(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,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JournalStructureLocalServiceWrapper(JournalStructureLocalService journalStructureLocalService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface JournalStructureLocalService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface JournalStructureLocalService
beanIdentifier
- the Spring bean ID for this beanpublic JournalStructure addJournalStructure(JournalStructure structure) throws PortalException, SystemException
addJournalStructure
in interface JournalStructureLocalService
PortalException
SystemException
public JournalStructure addStructure(long userId, long groupId, String structureId, boolean autoStructureId, String parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext) throws PortalException, SystemException
addStructure
in interface JournalStructureLocalService
PortalException
SystemException
public void addStructureResources(JournalStructure structure, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
addStructureResources
in interface JournalStructureLocalService
PortalException
SystemException
public void addStructureResources(JournalStructure structure, String[] groupPermissions, String[] guestPermissions) throws PortalException, SystemException
addStructureResources
in interface JournalStructureLocalService
PortalException
SystemException
public void addStructureResources(long groupId, String structureId, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
addStructureResources
in interface JournalStructureLocalService
PortalException
SystemException
public void addStructureResources(long groupId, String structureId, String[] groupPermissions, String[] guestPermissions) throws PortalException, SystemException
addStructureResources
in interface JournalStructureLocalService
PortalException
SystemException
public void checkNewLine(long groupId, String structureId) throws PortalException, SystemException
checkNewLine
in interface JournalStructureLocalService
PortalException
SystemException
public JournalStructure copyStructure(long userId, long groupId, String oldStructureId, String newStructureId, boolean autoStructureId) throws PortalException, SystemException
copyStructure
in interface JournalStructureLocalService
PortalException
SystemException
public JournalStructure createJournalStructure(long id) throws SystemException
createJournalStructure
in interface JournalStructureLocalService
SystemException
public void deleteStructure(JournalStructure structure) throws PortalException, SystemException
deleteStructure
in interface JournalStructureLocalService
PortalException
SystemException
public void deleteStructure(long groupId, String structureId) throws PortalException, SystemException
deleteStructure
in interface JournalStructureLocalService
PortalException
SystemException
public void deleteStructures(long groupId) throws PortalException, SystemException
deleteStructures
in interface JournalStructureLocalService
PortalException
SystemException
public JournalStructure fetchStructure(long groupId, String structureId) throws SystemException
fetchStructure
in interface JournalStructureLocalService
SystemException
public List<JournalStructure> findAll() throws SystemException
findAll
in interface JournalStructureLocalService
SystemException
public JournalStructure getStructure(long groupId, String structureId) throws PortalException, SystemException
getStructure
in interface JournalStructureLocalService
PortalException
SystemException
public JournalStructure getStructure(long groupId, String structureId, boolean includeGlobalStructures) throws PortalException, SystemException
getStructure
in interface JournalStructureLocalService
PortalException
SystemException
public List<JournalStructure> getStructures() throws SystemException
getStructures
in interface JournalStructureLocalService
SystemException
public List<JournalStructure> getStructures(long groupId) throws SystemException
getStructures
in interface JournalStructureLocalService
SystemException
public List<JournalStructure> getStructures(long groupId, int start, int end) throws SystemException
getStructures
in interface JournalStructureLocalService
SystemException
public int getStructuresCount(long groupId) throws SystemException
getStructuresCount
in interface JournalStructureLocalService
SystemException
public List<JournalStructure> search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc) throws SystemException
search
in interface JournalStructureLocalService
SystemException
public List<JournalStructure> search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc) throws SystemException
search
in interface JournalStructureLocalService
SystemException
public int searchCount(long companyId, long[] groupIds, String keywords) throws SystemException
searchCount
in interface JournalStructureLocalService
SystemException
public int searchCount(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator) throws SystemException
searchCount
in interface JournalStructureLocalService
SystemException
public JournalStructure updateJournalStructure(JournalStructure structure) throws PortalException, SystemException
updateJournalStructure
in interface JournalStructureLocalService
PortalException
SystemException
public JournalStructure updateStructure(long groupId, String structureId, String parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext) throws PortalException, SystemException
updateStructure
in interface JournalStructureLocalService
PortalException
SystemException
public 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>
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |