|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface JournalStructureLocalService
Provides the local service interface for JournalStructure. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
JournalStructureLocalServiceUtil
,
JournalStructureLocalServiceBaseImpl
,
JournalStructureLocalServiceImpl
Method Summary | |
---|---|
abstract JournalStructure |
addJournalStructure(JournalStructure structure)
Deprecated. |
abstract 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. |
abstract void |
addStructureResources(JournalStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
Deprecated. |
abstract void |
addStructureResources(JournalStructure structure,
String[] groupPermissions,
String[] guestPermissions)
Deprecated. |
abstract void |
addStructureResources(long groupId,
String structureId,
boolean addGroupPermissions,
boolean addGuestPermissions)
Deprecated. |
abstract void |
addStructureResources(long groupId,
String structureId,
String[] groupPermissions,
String[] guestPermissions)
Deprecated. |
abstract void |
checkNewLine(long groupId,
String structureId)
Deprecated. |
abstract JournalStructure |
copyStructure(long userId,
long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
Deprecated. |
abstract JournalStructure |
createJournalStructure(long id)
Deprecated. |
abstract void |
deleteStructure(JournalStructure structure)
Deprecated. |
abstract void |
deleteStructure(long groupId,
String structureId)
Deprecated. |
abstract void |
deleteStructures(long groupId)
Deprecated. |
abstract JournalStructure |
fetchStructure(long groupId,
String structureId)
Deprecated. |
abstract List<JournalStructure> |
findAll()
Deprecated. |
abstract String |
getBeanIdentifier()
Deprecated. Returns the Spring bean ID for this bean. |
abstract JournalStructure |
getStructure(long groupId,
String structureId)
Deprecated. |
abstract JournalStructure |
getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
Deprecated. |
abstract List<JournalStructure> |
getStructures()
Deprecated. |
abstract List<JournalStructure> |
getStructures(long groupId)
Deprecated. |
abstract List<JournalStructure> |
getStructures(long groupId,
int start,
int end)
Deprecated. |
abstract int |
getStructuresCount(long groupId)
Deprecated. |
abstract List<JournalStructure> |
search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
Deprecated. |
abstract List<JournalStructure> |
search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Deprecated. |
abstract int |
searchCount(long companyId,
long[] groupIds,
String keywords)
Deprecated. |
abstract int |
searchCount(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
Deprecated. |
abstract void |
setBeanIdentifier(String beanIdentifier)
Deprecated. Sets the Spring bean ID for this bean. |
abstract JournalStructure |
updateJournalStructure(JournalStructure structure)
Deprecated. |
abstract JournalStructure |
updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Deprecated. |
Method Detail |
---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanJournalStructure addJournalStructure(JournalStructure structure) throws PortalException, SystemException
PortalException
SystemException
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
PortalException
SystemException
void addStructureResources(JournalStructure structure, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
PortalException
SystemException
void addStructureResources(JournalStructure structure, String[] groupPermissions, String[] guestPermissions) throws PortalException, SystemException
PortalException
SystemException
void addStructureResources(long groupId, String structureId, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
PortalException
SystemException
void addStructureResources(long groupId, String structureId, String[] groupPermissions, String[] guestPermissions) throws PortalException, SystemException
PortalException
SystemException
void checkNewLine(long groupId, String structureId) throws PortalException, SystemException
PortalException
SystemException
JournalStructure copyStructure(long userId, long groupId, String oldStructureId, String newStructureId, boolean autoStructureId) throws PortalException, SystemException
PortalException
SystemException
JournalStructure createJournalStructure(long id) throws SystemException
SystemException
void deleteStructure(JournalStructure structure) throws PortalException, SystemException
PortalException
SystemException
void deleteStructure(long groupId, String structureId) throws PortalException, SystemException
PortalException
SystemException
void deleteStructures(long groupId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) JournalStructure fetchStructure(long groupId, String structureId) throws SystemException
SystemException
List<JournalStructure> findAll() throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) JournalStructure getStructure(long groupId, String structureId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) JournalStructure getStructure(long groupId, String structureId, boolean includeGlobalStructures) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalStructure> getStructures() throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalStructure> getStructures(long groupId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalStructure> getStructures(long groupId, int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getStructuresCount(long groupId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalStructure> search(long companyId, long[] groupIds, String keywords, int start, int end, OrderByComparator obc) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalStructure> search(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int searchCount(long companyId, long[] groupIds, String keywords) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int searchCount(long companyId, long[] groupIds, String structureId, String name, String description, boolean andOperator) throws SystemException
SystemException
JournalStructure updateJournalStructure(JournalStructure structure) throws PortalException, SystemException
PortalException
SystemException
JournalStructure updateStructure(long groupId, String structureId, String parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |