|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.journal.service.JournalFeedLocalServiceWrapper
@ProviderType public class JournalFeedLocalServiceWrapper
Provides a wrapper for JournalFeedLocalService.
JournalFeedLocalService| Constructor Summary | |
|---|---|
JournalFeedLocalServiceWrapper(JournalFeedLocalService journalFeedLocalService)
|
|
| Method Summary | ||
|---|---|---|
JournalFeed |
addFeed(long userId,
long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
|
|
void |
addFeedResources(JournalFeed feed,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
|
void |
addFeedResources(JournalFeed feed,
String[] groupPermissions,
String[] guestPermissions)
|
|
void |
addFeedResources(long feedId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
|
void |
addFeedResources(long feedId,
String[] groupPermissions,
String[] guestPermissions)
|
|
JournalFeed |
addJournalFeed(JournalFeed journalFeed)
Adds the journal feed to the database. |
|
JournalFeed |
createJournalFeed(long id)
Creates a new journal feed with the primary key. |
|
void |
deleteFeed(JournalFeed feed)
|
|
void |
deleteFeed(long feedId)
|
|
void |
deleteFeed(long groupId,
String feedId)
|
|
JournalFeed |
deleteJournalFeed(JournalFeed journalFeed)
Deletes the journal feed from the database. |
|
JournalFeed |
deleteJournalFeed(long id)
Deletes the journal feed with the primary key from the database. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
JournalFeed |
fetchFeed(long groupId,
String feedId)
|
|
JournalFeed |
fetchJournalFeed(long id)
|
|
JournalFeed |
fetchJournalFeedByUuidAndGroupId(String uuid,
long groupId)
Returns the journal feed matching the UUID and group. |
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
|
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext)
|
|
JournalFeed |
getFeed(long feedId)
|
|
JournalFeed |
getFeed(long groupId,
String feedId)
|
|
List<JournalFeed> |
getFeeds()
|
|
List<JournalFeed> |
getFeeds(long groupId)
|
|
List<JournalFeed> |
getFeeds(long groupId,
int start,
int end)
|
|
int |
getFeedsCount(long groupId)
|
|
JournalFeed |
getJournalFeed(long id)
Returns the journal feed with the primary key. |
|
JournalFeed |
getJournalFeedByUuidAndGroupId(String uuid,
long groupId)
Returns the journal feed matching the UUID and group. |
|
List<JournalFeed> |
getJournalFeeds(int start,
int end)
Returns a range of all the journal feeds. |
|
List<JournalFeed> |
getJournalFeedsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the journal feeds matching the UUID and company. |
|
List<JournalFeed> |
getJournalFeedsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
Returns a range of journal feeds matching the UUID and company. |
|
int |
getJournalFeedsCount()
Returns the number of journal feeds. |
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
JournalFeedLocalService |
getWrappedJournalFeedLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
|
JournalFeedLocalService |
getWrappedService()
|
|
List<JournalFeed> |
search(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
|
List<JournalFeed> |
search(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
|
int |
searchCount(long companyId,
long groupId,
String keywords)
|
|
int |
searchCount(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator)
|
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
|
void |
setWrappedJournalFeedLocalService(JournalFeedLocalService journalFeedLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.journal.service.JournalFeedLocalService) |
|
void |
setWrappedService(JournalFeedLocalService journalFeedLocalService)
|
|
JournalFeed |
updateFeed(long groupId,
String feedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
|
|
JournalFeed |
updateJournalFeed(JournalFeed journalFeed)
Updates the journal feed in the database or adds it if it does not yet exist. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JournalFeedLocalServiceWrapper(JournalFeedLocalService journalFeedLocalService)
| Method Detail |
|---|
public JournalFeed addFeed(long userId,
long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
throws PortalException
addFeed in interface JournalFeedLocalServicePortalException
public void addFeedResources(JournalFeed feed,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException
addFeedResources in interface JournalFeedLocalServicePortalException
public void addFeedResources(JournalFeed feed,
String[] groupPermissions,
String[] guestPermissions)
throws PortalException
addFeedResources in interface JournalFeedLocalServicePortalException
public void addFeedResources(long feedId,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException
addFeedResources in interface JournalFeedLocalServicePortalException
public void addFeedResources(long feedId,
String[] groupPermissions,
String[] guestPermissions)
throws PortalException
addFeedResources in interface JournalFeedLocalServicePortalExceptionpublic JournalFeed addJournalFeed(JournalFeed journalFeed)
addJournalFeed in interface JournalFeedLocalServicejournalFeed - the journal feed
public JournalFeed createJournalFeed(long id)
createJournalFeed in interface JournalFeedLocalServiceid - the primary key for the new journal feed
public void deleteFeed(JournalFeed feed)
throws PortalException
deleteFeed in interface JournalFeedLocalServicePortalException
public void deleteFeed(long feedId)
throws PortalException
deleteFeed in interface JournalFeedLocalServicePortalException
public void deleteFeed(long groupId,
String feedId)
throws PortalException
deleteFeed in interface JournalFeedLocalServicePortalException
public JournalFeed deleteJournalFeed(long id)
throws PortalException
deleteJournalFeed in interface JournalFeedLocalServiceid - the primary key of the journal feed
PortalException - if a journal feed with the primary key could not be foundpublic JournalFeed deleteJournalFeed(JournalFeed journalFeed)
deleteJournalFeed in interface JournalFeedLocalServicejournalFeed - the journal feed
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface JournalFeedLocalServicePortalExceptionpublic DynamicQuery dynamicQuery()
dynamicQuery in interface JournalFeedLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface JournalFeedLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalFeedModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface JournalFeedLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalFeedModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface JournalFeedLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface JournalFeedLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface JournalFeedLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public JournalFeed fetchFeed(long groupId,
String feedId)
fetchFeed in interface JournalFeedLocalServicepublic JournalFeed fetchJournalFeed(long id)
fetchJournalFeed in interface JournalFeedLocalService
public JournalFeed fetchJournalFeedByUuidAndGroupId(String uuid,
long groupId)
fetchJournalFeedByUuidAndGroupId in interface JournalFeedLocalServiceuuid - the journal feed's UUIDgroupId - the primary key of the group
null if a matching journal feed could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface JournalFeedLocalServicepublic String getBeanIdentifier()
getBeanIdentifier in interface JournalFeedLocalServicepublic ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface JournalFeedLocalService
public JournalFeed getFeed(long feedId)
throws PortalException
getFeed in interface JournalFeedLocalServicePortalException
public JournalFeed getFeed(long groupId,
String feedId)
throws PortalException
getFeed in interface JournalFeedLocalServicePortalExceptionpublic List<JournalFeed> getFeeds()
getFeeds in interface JournalFeedLocalServicepublic List<JournalFeed> getFeeds(long groupId)
getFeeds in interface JournalFeedLocalService
public List<JournalFeed> getFeeds(long groupId,
int start,
int end)
getFeeds in interface JournalFeedLocalServicepublic int getFeedsCount(long groupId)
getFeedsCount in interface JournalFeedLocalService
public JournalFeed getJournalFeed(long id)
throws PortalException
getJournalFeed in interface JournalFeedLocalServiceid - the primary key of the journal feed
PortalException - if a journal feed with the primary key could not be found
public JournalFeed getJournalFeedByUuidAndGroupId(String uuid,
long groupId)
throws PortalException
getJournalFeedByUuidAndGroupId in interface JournalFeedLocalServiceuuid - the journal feed's UUIDgroupId - the primary key of the group
PortalException - if a matching journal feed could not be found
public List<JournalFeed> getJournalFeeds(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalFeedModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getJournalFeeds in interface JournalFeedLocalServicestart - the lower bound of the range of journal feedsend - the upper bound of the range of journal feeds (not inclusive)
public List<JournalFeed> getJournalFeedsByUuidAndCompanyId(String uuid,
long companyId)
getJournalFeedsByUuidAndCompanyId in interface JournalFeedLocalServiceuuid - the UUID of the journal feedscompanyId - the primary key of the company
public List<JournalFeed> getJournalFeedsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
getJournalFeedsByUuidAndCompanyId in interface JournalFeedLocalServiceuuid - the UUID of the journal feedscompanyId - the primary key of the companystart - the lower bound of the range of journal feedsend - the upper bound of the range of journal feeds (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public int getJournalFeedsCount()
getJournalFeedsCount in interface JournalFeedLocalService
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface JournalFeedLocalServicePortalException
public List<JournalFeed> search(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalFeed> obc)
search in interface JournalFeedLocalService
public List<JournalFeed> search(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator<JournalFeed> obc)
search in interface JournalFeedLocalService
public int searchCount(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator)
searchCount in interface JournalFeedLocalService
public int searchCount(long companyId,
long groupId,
String keywords)
searchCount in interface JournalFeedLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface JournalFeedLocalServicebeanIdentifier - the Spring bean ID for this bean
public JournalFeed updateFeed(long groupId,
String feedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
throws PortalException
updateFeed in interface JournalFeedLocalServicePortalExceptionpublic JournalFeed updateJournalFeed(JournalFeed journalFeed)
updateJournalFeed in interface JournalFeedLocalServicejournalFeed - the journal feed
@Deprecated public JournalFeedLocalService getWrappedJournalFeedLocalService()
getWrappedService()
@Deprecated public void setWrappedJournalFeedLocalService(JournalFeedLocalService journalFeedLocalService)
setWrappedService(com.liferay.portlet.journal.service.JournalFeedLocalService)
public JournalFeedLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<JournalFeedLocalService>public void setWrappedService(JournalFeedLocalService journalFeedLocalService)
setWrappedService in interface ServiceWrapper<JournalFeedLocalService>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||