|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface JournalContentSearchLocalService
This interface defines the service. The default implementation is
JournalContentSearchLocalServiceImpl.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. 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.
JournalContentSearchLocalServiceUtil| Method Detail |
|---|
JournalContentSearch addJournalContentSearch(JournalContentSearch journalContentSearch)
throws SystemException
SystemExceptionJournalContentSearch createJournalContentSearch(long contentSearchId)
void deleteJournalContentSearch(long contentSearchId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteJournalContentSearch(JournalContentSearch journalContentSearch)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalContentSearch getJournalContentSearch(long contentSearchId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalContentSearch> getJournalContentSearchs(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getJournalContentSearchsCount()
throws SystemException
SystemException
JournalContentSearch updateJournalContentSearch(JournalContentSearch journalContentSearch)
throws SystemException
SystemException
JournalContentSearch updateJournalContentSearch(JournalContentSearch journalContentSearch,
boolean merge)
throws SystemException
SystemException
void checkContentSearches(long companyId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteArticleContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteArticleContentSearches(long groupId,
String articleId)
throws SystemException
SystemException
void deleteLayoutContentSearches(long groupId,
boolean privateLayout,
long layoutId)
throws SystemException
SystemException
void deleteOwnerContentSearches(long groupId,
boolean privateLayout)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalContentSearch> getArticleContentSearches()
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalContentSearch> getArticleContentSearches(long groupId,
String articleId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalContentSearch> getArticleContentSearches(String articleId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Long> getLayoutIds(long groupId,
boolean privateLayout,
String articleId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getLayoutIdsCount(long groupId,
boolean privateLayout,
String articleId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getLayoutIdsCount(String articleId)
throws SystemException
SystemException
JournalContentSearch updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
throws PortalException,
SystemException
PortalException
SystemException
JournalContentSearch updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId,
boolean purge)
throws PortalException,
SystemException
PortalException
SystemException
List<JournalContentSearch> updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String[] articleIds)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||