|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.BaseLocalServiceImpl com.liferay.portlet.bookmarks.service.base.BookmarksEntryLocalServiceBaseImpl
public abstract class BookmarksEntryLocalServiceBaseImpl
The base implementation of the bookmarks entry local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in BookmarksEntryLocalServiceImpl
.
BookmarksEntryLocalServiceImpl
,
BookmarksEntryLocalServiceUtil
Constructor Summary | |
---|---|
BookmarksEntryLocalServiceBaseImpl()
|
Method Summary | |
---|---|
BookmarksEntry |
addBookmarksEntry(BookmarksEntry bookmarksEntry)
Adds the bookmarks entry to the database. |
void |
afterPropertiesSet()
|
BookmarksEntry |
createBookmarksEntry(long entryId)
Creates a new bookmarks entry with the primary key. |
BookmarksEntry |
deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
Deletes the bookmarks entry from the database. |
BookmarksEntry |
deleteBookmarksEntry(long entryId)
Deletes the bookmarks entry with the primary key from the database. |
void |
destroy()
|
DynamicQuery |
dynamicQuery()
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator 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 that match the dynamic query. |
BookmarksEntry |
fetchBookmarksEntry(long entryId)
|
AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder. |
AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service. |
AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence. |
AssetEntryService |
getAssetEntryService()
Returns the asset entry remote service. |
AssetLinkLocalService |
getAssetLinkLocalService()
Returns the asset link local service. |
AssetLinkPersistence |
getAssetLinkPersistence()
Returns the asset link persistence. |
AssetTagFinder |
getAssetTagFinder()
Returns the asset tag finder. |
AssetTagLocalService |
getAssetTagLocalService()
Returns the asset tag local service. |
AssetTagPersistence |
getAssetTagPersistence()
Returns the asset tag persistence. |
AssetTagService |
getAssetTagService()
Returns the asset tag remote service. |
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<BookmarksEntry> |
getBookmarksEntries(int start,
int end)
Returns a range of all the bookmarks entries. |
int |
getBookmarksEntriesCount()
Returns the number of bookmarks entries. |
BookmarksEntry |
getBookmarksEntry(long entryId)
Returns the bookmarks entry with the primary key. |
BookmarksEntry |
getBookmarksEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks entry with the UUID in the group. |
BookmarksEntryFinder |
getBookmarksEntryFinder()
Returns the bookmarks entry finder. |
BookmarksEntryLocalService |
getBookmarksEntryLocalService()
Returns the bookmarks entry local service. |
BookmarksEntryPersistence |
getBookmarksEntryPersistence()
Returns the bookmarks entry persistence. |
BookmarksEntryService |
getBookmarksEntryService()
Returns the bookmarks entry remote service. |
BookmarksFolderFinder |
getBookmarksFolderFinder()
Returns the bookmarks folder finder. |
BookmarksFolderLocalService |
getBookmarksFolderLocalService()
Returns the bookmarks folder local service. |
BookmarksFolderPersistence |
getBookmarksFolderPersistence()
Returns the bookmarks folder persistence. |
BookmarksFolderService |
getBookmarksFolderService()
Returns the bookmarks folder remote service. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
ExpandoValueLocalService |
getExpandoValueLocalService()
Returns the expando value local service. |
ExpandoValuePersistence |
getExpandoValuePersistence()
Returns the expando value persistence. |
ExpandoValueService |
getExpandoValueService()
Returns the expando value remote service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
ResourceFinder |
getResourceFinder()
Returns the resource finder. |
ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
ResourcePersistence |
getResourcePersistence()
Returns the resource persistence. |
ResourceService |
getResourceService()
Returns the resource remote service. |
SocialActivityFinder |
getSocialActivityFinder()
Returns the social activity finder. |
SocialActivityLocalService |
getSocialActivityLocalService()
Returns the social activity local service. |
SocialActivityPersistence |
getSocialActivityPersistence()
Returns the social activity persistence. |
UserFinder |
getUserFinder()
Returns the user finder. |
UserLocalService |
getUserLocalService()
Returns the user local service. |
UserPersistence |
getUserPersistence()
Returns the user persistence. |
UserService |
getUserService()
Returns the user remote service. |
protected void |
runSQL(String sql)
Performs an SQL query. |
void |
setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder. |
void |
setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service. |
void |
setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence. |
void |
setAssetEntryService(AssetEntryService assetEntryService)
Sets the asset entry remote service. |
void |
setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
Sets the asset link local service. |
void |
setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
Sets the asset link persistence. |
void |
setAssetTagFinder(AssetTagFinder assetTagFinder)
Sets the asset tag finder. |
void |
setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
Sets the asset tag local service. |
void |
setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence. |
void |
setAssetTagService(AssetTagService assetTagService)
Sets the asset tag remote service. |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setBookmarksEntryFinder(BookmarksEntryFinder bookmarksEntryFinder)
Sets the bookmarks entry finder. |
void |
setBookmarksEntryLocalService(BookmarksEntryLocalService bookmarksEntryLocalService)
Sets the bookmarks entry local service. |
void |
setBookmarksEntryPersistence(BookmarksEntryPersistence bookmarksEntryPersistence)
Sets the bookmarks entry persistence. |
void |
setBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
Sets the bookmarks entry remote service. |
void |
setBookmarksFolderFinder(BookmarksFolderFinder bookmarksFolderFinder)
Sets the bookmarks folder finder. |
void |
setBookmarksFolderLocalService(BookmarksFolderLocalService bookmarksFolderLocalService)
Sets the bookmarks folder local service. |
void |
setBookmarksFolderPersistence(BookmarksFolderPersistence bookmarksFolderPersistence)
Sets the bookmarks folder persistence. |
void |
setBookmarksFolderService(BookmarksFolderService bookmarksFolderService)
Sets the bookmarks folder remote service. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
Sets the expando value local service. |
void |
setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
Sets the expando value persistence. |
void |
setExpandoValueService(ExpandoValueService expandoValueService)
Sets the expando value remote service. |
void |
setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder. |
void |
setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service. |
void |
setResourcePersistence(ResourcePersistence resourcePersistence)
Sets the resource persistence. |
void |
setResourceService(ResourceService resourceService)
Sets the resource remote service. |
void |
setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Sets the social activity finder. |
void |
setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service. |
void |
setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence. |
void |
setUserFinder(UserFinder userFinder)
Sets the user finder. |
void |
setUserLocalService(UserLocalService userLocalService)
Sets the user local service. |
void |
setUserPersistence(UserPersistence userPersistence)
Sets the user persistence. |
void |
setUserService(UserService userService)
Sets the user remote service. |
BookmarksEntry |
updateBookmarksEntry(BookmarksEntry bookmarksEntry)
Updates the bookmarks entry in the database or adds it if it does not yet exist. |
BookmarksEntry |
updateBookmarksEntry(BookmarksEntry bookmarksEntry,
boolean merge)
Updates the bookmarks entry in the database or adds it if it does not yet exist. |
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
---|
getClassLoader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService |
---|
addEntry, deleteEntries, deleteEntry, deleteEntry, getEntries, getEntries, getEntriesCount, getEntry, getFoldersEntriesCount, getGroupEntries, getGroupEntries, getGroupEntriesCount, getGroupEntriesCount, getNoAssetEntries, getNoResourceBlockEntries, openEntry, updateAsset, updateEntry |
Field Detail |
---|
@BeanReference(type=BookmarksEntryLocalService.class) protected BookmarksEntryLocalService bookmarksEntryLocalService
@BeanReference(type=BookmarksEntryService.class) protected BookmarksEntryService bookmarksEntryService
@BeanReference(type=BookmarksEntryPersistence.class) protected BookmarksEntryPersistence bookmarksEntryPersistence
@BeanReference(type=BookmarksEntryFinder.class) protected BookmarksEntryFinder bookmarksEntryFinder
@BeanReference(type=BookmarksFolderLocalService.class) protected BookmarksFolderLocalService bookmarksFolderLocalService
@BeanReference(type=BookmarksFolderService.class) protected BookmarksFolderService bookmarksFolderService
@BeanReference(type=BookmarksFolderPersistence.class) protected BookmarksFolderPersistence bookmarksFolderPersistence
@BeanReference(type=BookmarksFolderFinder.class) protected BookmarksFolderFinder bookmarksFolderFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=ResourceService.class) protected ResourceService resourceService
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=ResourceFinder.class) protected ResourceFinder resourceFinder
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=AssetEntryLocalService.class) protected AssetEntryLocalService assetEntryLocalService
@BeanReference(type=AssetEntryService.class) protected AssetEntryService assetEntryService
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetEntryFinder.class) protected AssetEntryFinder assetEntryFinder
@BeanReference(type=AssetLinkLocalService.class) protected AssetLinkLocalService assetLinkLocalService
@BeanReference(type=AssetLinkPersistence.class) protected AssetLinkPersistence assetLinkPersistence
@BeanReference(type=AssetTagLocalService.class) protected AssetTagLocalService assetTagLocalService
@BeanReference(type=AssetTagService.class) protected AssetTagService assetTagService
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=AssetTagFinder.class) protected AssetTagFinder assetTagFinder
@BeanReference(type=ExpandoValueLocalService.class) protected ExpandoValueLocalService expandoValueLocalService
@BeanReference(type=ExpandoValueService.class) protected ExpandoValueService expandoValueService
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
@BeanReference(type=SocialActivityLocalService.class) protected SocialActivityLocalService socialActivityLocalService
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialActivityFinder.class) protected SocialActivityFinder socialActivityFinder
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail |
---|
public BookmarksEntryLocalServiceBaseImpl()
Method Detail |
---|
@Indexable(type=REINDEX) public BookmarksEntry addBookmarksEntry(BookmarksEntry bookmarksEntry) throws SystemException
addBookmarksEntry
in interface BookmarksEntryLocalService
bookmarksEntry
- the bookmarks entry
SystemException
- if a system exception occurredpublic BookmarksEntry createBookmarksEntry(long entryId)
createBookmarksEntry
in interface BookmarksEntryLocalService
entryId
- the primary key for the new bookmarks entry
@Indexable(type=DELETE) public BookmarksEntry deleteBookmarksEntry(long entryId) throws PortalException, SystemException
deleteBookmarksEntry
in interface BookmarksEntryLocalService
entryId
- the primary key of the bookmarks entry
PortalException
- if a bookmarks entry with the primary key could not be found
SystemException
- if a system exception occurred@Indexable(type=DELETE) public BookmarksEntry deleteBookmarksEntry(BookmarksEntry bookmarksEntry) throws SystemException
deleteBookmarksEntry
in interface BookmarksEntryLocalService
bookmarksEntry
- the bookmarks entry
SystemException
- if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery
in interface BookmarksEntryLocalService
public List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface BookmarksEntryLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
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.
dynamicQuery
in interface BookmarksEntryLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
dynamicQuery
in interface BookmarksEntryLocalService
dynamicQuery
- 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
)
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface BookmarksEntryLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic BookmarksEntry fetchBookmarksEntry(long entryId) throws SystemException
fetchBookmarksEntry
in interface BookmarksEntryLocalService
SystemException
public BookmarksEntry getBookmarksEntry(long entryId) throws PortalException, SystemException
getBookmarksEntry
in interface BookmarksEntryLocalService
entryId
- the primary key of the bookmarks entry
PortalException
- if a bookmarks entry with the primary key could not be found
SystemException
- if a system exception occurredpublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel
in interface PersistedModelLocalService
getPersistedModel
in interface BookmarksEntryLocalService
PortalException
SystemException
public BookmarksEntry getBookmarksEntryByUuidAndGroupId(String uuid, long groupId) throws PortalException, SystemException
getBookmarksEntryByUuidAndGroupId
in interface BookmarksEntryLocalService
uuid
- the UUID of bookmarks entrygroupId
- the group id of the bookmarks entry
PortalException
- if a bookmarks entry with the UUID in the group could not be found
SystemException
- if a system exception occurredpublic List<BookmarksEntry> getBookmarksEntries(int start, int end) throws SystemException
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.
getBookmarksEntries
in interface BookmarksEntryLocalService
start
- the lower bound of the range of bookmarks entriesend
- the upper bound of the range of bookmarks entries (not inclusive)
SystemException
- if a system exception occurredpublic int getBookmarksEntriesCount() throws SystemException
getBookmarksEntriesCount
in interface BookmarksEntryLocalService
SystemException
- if a system exception occurred@Indexable(type=REINDEX) public BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry) throws SystemException
updateBookmarksEntry
in interface BookmarksEntryLocalService
bookmarksEntry
- the bookmarks entry
SystemException
- if a system exception occurred@Indexable(type=REINDEX) public BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge) throws SystemException
updateBookmarksEntry
in interface BookmarksEntryLocalService
bookmarksEntry
- the bookmarks entrymerge
- whether to merge the bookmarks entry with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean)
for an explanation.
SystemException
- if a system exception occurredpublic BookmarksEntryLocalService getBookmarksEntryLocalService()
public void setBookmarksEntryLocalService(BookmarksEntryLocalService bookmarksEntryLocalService)
bookmarksEntryLocalService
- the bookmarks entry local servicepublic BookmarksEntryService getBookmarksEntryService()
public void setBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
bookmarksEntryService
- the bookmarks entry remote servicepublic BookmarksEntryPersistence getBookmarksEntryPersistence()
public void setBookmarksEntryPersistence(BookmarksEntryPersistence bookmarksEntryPersistence)
bookmarksEntryPersistence
- the bookmarks entry persistencepublic BookmarksEntryFinder getBookmarksEntryFinder()
public void setBookmarksEntryFinder(BookmarksEntryFinder bookmarksEntryFinder)
bookmarksEntryFinder
- the bookmarks entry finderpublic BookmarksFolderLocalService getBookmarksFolderLocalService()
public void setBookmarksFolderLocalService(BookmarksFolderLocalService bookmarksFolderLocalService)
bookmarksFolderLocalService
- the bookmarks folder local servicepublic BookmarksFolderService getBookmarksFolderService()
public void setBookmarksFolderService(BookmarksFolderService bookmarksFolderService)
bookmarksFolderService
- the bookmarks folder remote servicepublic BookmarksFolderPersistence getBookmarksFolderPersistence()
public void setBookmarksFolderPersistence(BookmarksFolderPersistence bookmarksFolderPersistence)
bookmarksFolderPersistence
- the bookmarks folder persistencepublic BookmarksFolderFinder getBookmarksFolderFinder()
public void setBookmarksFolderFinder(BookmarksFolderFinder bookmarksFolderFinder)
bookmarksFolderFinder
- the bookmarks folder finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService
- the resource local servicepublic ResourceService getResourceService()
public void setResourceService(ResourceService resourceService)
resourceService
- the resource remote servicepublic ResourcePersistence getResourcePersistence()
public void setResourcePersistence(ResourcePersistence resourcePersistence)
resourcePersistence
- the resource persistencepublic ResourceFinder getResourceFinder()
public void setResourceFinder(ResourceFinder resourceFinder)
resourceFinder
- the resource finderpublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService
- the user local servicepublic UserService getUserService()
public void setUserService(UserService userService)
userService
- the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence
- the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder
- the user finderpublic AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService
- the asset entry local servicepublic AssetEntryService getAssetEntryService()
public void setAssetEntryService(AssetEntryService assetEntryService)
assetEntryService
- the asset entry remote servicepublic AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence
- the asset entry persistencepublic AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
assetEntryFinder
- the asset entry finderpublic AssetLinkLocalService getAssetLinkLocalService()
public void setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
assetLinkLocalService
- the asset link local servicepublic AssetLinkPersistence getAssetLinkPersistence()
public void setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
assetLinkPersistence
- the asset link persistencepublic AssetTagLocalService getAssetTagLocalService()
public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
assetTagLocalService
- the asset tag local servicepublic AssetTagService getAssetTagService()
public void setAssetTagService(AssetTagService assetTagService)
assetTagService
- the asset tag remote servicepublic AssetTagPersistence getAssetTagPersistence()
public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
assetTagPersistence
- the asset tag persistencepublic AssetTagFinder getAssetTagFinder()
public void setAssetTagFinder(AssetTagFinder assetTagFinder)
assetTagFinder
- the asset tag finderpublic ExpandoValueLocalService getExpandoValueLocalService()
public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
expandoValueLocalService
- the expando value local servicepublic ExpandoValueService getExpandoValueService()
public void setExpandoValueService(ExpandoValueService expandoValueService)
expandoValueService
- the expando value remote servicepublic ExpandoValuePersistence getExpandoValuePersistence()
public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
expandoValuePersistence
- the expando value persistencepublic SocialActivityLocalService getSocialActivityLocalService()
public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
socialActivityLocalService
- the social activity local servicepublic SocialActivityPersistence getSocialActivityPersistence()
public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
socialActivityPersistence
- the social activity persistencepublic SocialActivityFinder getSocialActivityFinder()
public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
socialActivityFinder
- the social activity finderpublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier
in interface IdentifiableBean
getBeanIdentifier
in interface BookmarksEntryLocalService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface IdentifiableBean
setBeanIdentifier
in interface BookmarksEntryLocalService
beanIdentifier
- the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql) throws SystemException
sql
- the sql query
SystemException
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |