|
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.asset.service.base.AssetEntryLocalServiceBaseImpl
public abstract class AssetEntryLocalServiceBaseImpl
The base implementation of the asset 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 AssetEntryLocalServiceImpl
.
AssetEntryLocalServiceImpl
,
AssetEntryLocalServiceUtil
Constructor Summary | |
---|---|
AssetEntryLocalServiceBaseImpl()
|
Method Summary | |
---|---|
void |
addAssetCategoryAssetEntries(long categoryId,
List<AssetEntry> AssetEntries)
|
void |
addAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
|
void |
addAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry)
|
void |
addAssetCategoryAssetEntry(long categoryId,
long entryId)
|
AssetEntry |
addAssetEntry(AssetEntry assetEntry)
Adds the asset entry to the database. |
void |
addAssetTagAssetEntries(long tagId,
List<AssetEntry> AssetEntries)
|
void |
addAssetTagAssetEntries(long tagId,
long[] entryIds)
|
void |
addAssetTagAssetEntry(long tagId,
AssetEntry assetEntry)
|
void |
addAssetTagAssetEntry(long tagId,
long entryId)
|
void |
afterPropertiesSet()
|
void |
clearAssetCategoryAssetEntries(long categoryId)
|
void |
clearAssetTagAssetEntries(long tagId)
|
AssetEntry |
createAssetEntry(long entryId)
Creates a new asset entry with the primary key. |
void |
deleteAssetCategoryAssetEntries(long categoryId,
List<AssetEntry> AssetEntries)
|
void |
deleteAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
|
void |
deleteAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry)
|
void |
deleteAssetCategoryAssetEntry(long categoryId,
long entryId)
|
AssetEntry |
deleteAssetEntry(AssetEntry assetEntry)
Deletes the asset entry from the database. |
AssetEntry |
deleteAssetEntry(long entryId)
Deletes the asset entry with the primary key from the database. |
void |
deleteAssetTagAssetEntries(long tagId,
List<AssetEntry> AssetEntries)
|
void |
deleteAssetTagAssetEntries(long tagId,
long[] entryIds)
|
void |
deleteAssetTagAssetEntry(long tagId,
AssetEntry assetEntry)
|
void |
deleteAssetTagAssetEntry(long tagId,
long entryId)
|
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. |
AssetEntry |
fetchAssetEntry(long entryId)
|
List<AssetEntry> |
getAssetCategoryAssetEntries(long categoryId)
|
List<AssetEntry> |
getAssetCategoryAssetEntries(long categoryId,
int start,
int end)
|
List<AssetEntry> |
getAssetCategoryAssetEntries(long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getAssetCategoryAssetEntriesCount(long categoryId)
|
AssetCategoryFinder |
getAssetCategoryFinder()
Returns the asset category finder. |
AssetCategoryLocalService |
getAssetCategoryLocalService()
Returns the asset category local service. |
AssetCategoryPersistence |
getAssetCategoryPersistence()
Returns the asset category persistence. |
AssetCategoryPropertyFinder |
getAssetCategoryPropertyFinder()
Returns the asset category property finder. |
AssetCategoryPropertyLocalService |
getAssetCategoryPropertyLocalService()
Returns the asset category property local service. |
AssetCategoryPropertyPersistence |
getAssetCategoryPropertyPersistence()
Returns the asset category property persistence. |
AssetCategoryPropertyService |
getAssetCategoryPropertyService()
Returns the asset category property remote service. |
AssetCategoryService |
getAssetCategoryService()
Returns the asset category remote service. |
List<AssetEntry> |
getAssetEntries(int start,
int end)
Returns a range of all the asset entries. |
int |
getAssetEntriesCount()
Returns the number of asset entries. |
AssetEntry |
getAssetEntry(long entryId)
Returns the asset entry with the primary key. |
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. |
List<AssetEntry> |
getAssetTagAssetEntries(long tagId)
|
List<AssetEntry> |
getAssetTagAssetEntries(long tagId,
int start,
int end)
|
List<AssetEntry> |
getAssetTagAssetEntries(long tagId,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getAssetTagAssetEntriesCount(long tagId)
|
AssetTagFinder |
getAssetTagFinder()
Returns the asset tag finder. |
AssetTagLocalService |
getAssetTagLocalService()
Returns the asset tag local service. |
AssetTagPersistence |
getAssetTagPersistence()
Returns the asset tag persistence. |
AssetTagPropertyFinder |
getAssetTagPropertyFinder()
Returns the asset tag property finder. |
AssetTagPropertyKeyFinder |
getAssetTagPropertyKeyFinder()
Returns the asset tag property key finder. |
AssetTagPropertyLocalService |
getAssetTagPropertyLocalService()
Returns the asset tag property local service. |
AssetTagPropertyPersistence |
getAssetTagPropertyPersistence()
Returns the asset tag property persistence. |
AssetTagPropertyService |
getAssetTagPropertyService()
Returns the asset tag property remote service. |
AssetTagService |
getAssetTagService()
Returns the asset tag remote service. |
AssetTagStatsLocalService |
getAssetTagStatsLocalService()
Returns the asset tag stats local service. |
AssetTagStatsPersistence |
getAssetTagStatsPersistence()
Returns the asset tag stats persistence. |
AssetVocabularyFinder |
getAssetVocabularyFinder()
Returns the asset vocabulary finder. |
AssetVocabularyLocalService |
getAssetVocabularyLocalService()
Returns the asset vocabulary local service. |
AssetVocabularyPersistence |
getAssetVocabularyPersistence()
Returns the asset vocabulary persistence. |
AssetVocabularyService |
getAssetVocabularyService()
Returns the asset vocabulary remote service. |
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
BlogsEntryFinder |
getBlogsEntryFinder()
Returns the blogs entry finder. |
BlogsEntryLocalService |
getBlogsEntryLocalService()
Returns the blogs entry local service. |
BlogsEntryPersistence |
getBlogsEntryPersistence()
Returns the blogs entry persistence. |
BlogsEntryService |
getBlogsEntryService()
Returns the blogs entry remote service. |
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. |
CompanyLocalService |
getCompanyLocalService()
Returns the company local service. |
CompanyPersistence |
getCompanyPersistence()
Returns the company persistence. |
CompanyService |
getCompanyService()
Returns the company remote service. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
DLAppLocalService |
getDLAppLocalService()
Returns the d l app local service. |
DLAppService |
getDLAppService()
Returns the d l app remote service. |
DLFileEntryFinder |
getDLFileEntryFinder()
Returns the document library file entry finder. |
DLFileEntryLocalService |
getDLFileEntryLocalService()
Returns the document library file entry local service. |
DLFileEntryPersistence |
getDLFileEntryPersistence()
Returns the document library file entry persistence. |
DLFileEntryService |
getDLFileEntryService()
Returns the document library file entry remote service. |
DLFolderFinder |
getDLFolderFinder()
Returns the document library folder finder. |
DLFolderLocalService |
getDLFolderLocalService()
Returns the document library folder local service. |
DLFolderPersistence |
getDLFolderPersistence()
Returns the document library folder persistence. |
DLFolderService |
getDLFolderService()
Returns the document library folder remote service. |
GroupFinder |
getGroupFinder()
Returns the group finder. |
GroupLocalService |
getGroupLocalService()
Returns the group local service. |
GroupPersistence |
getGroupPersistence()
Returns the group persistence. |
GroupService |
getGroupService()
Returns the group remote service. |
JournalArticleFinder |
getJournalArticleFinder()
Returns the journal article finder. |
JournalArticleLocalService |
getJournalArticleLocalService()
Returns the journal article local service. |
JournalArticlePersistence |
getJournalArticlePersistence()
Returns the journal article persistence. |
JournalArticleResourceLocalService |
getJournalArticleResourceLocalService()
Returns the journal article resource local service. |
JournalArticleResourcePersistence |
getJournalArticleResourcePersistence()
Returns the journal article resource persistence. |
JournalArticleService |
getJournalArticleService()
Returns the journal article remote service. |
MBMessageFinder |
getMBMessageFinder()
Returns the message-boards message finder. |
MBMessageLocalService |
getMBMessageLocalService()
Returns the message-boards message local service. |
MBMessagePersistence |
getMBMessagePersistence()
Returns the message-boards message persistence. |
MBMessageService |
getMBMessageService()
Returns the message-boards message 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. |
WikiPageFinder |
getWikiPageFinder()
Returns the wiki page finder. |
WikiPageLocalService |
getWikiPageLocalService()
Returns the wiki page local service. |
WikiPagePersistence |
getWikiPagePersistence()
Returns the wiki page persistence. |
WikiPageResourceLocalService |
getWikiPageResourceLocalService()
Returns the wiki page resource local service. |
WikiPageResourcePersistence |
getWikiPageResourcePersistence()
Returns the wiki page resource persistence. |
WikiPageService |
getWikiPageService()
Returns the wiki page remote service. |
boolean |
hasAssetCategoryAssetEntries(long categoryId)
|
boolean |
hasAssetCategoryAssetEntry(long categoryId,
long entryId)
|
boolean |
hasAssetTagAssetEntries(long tagId)
|
boolean |
hasAssetTagAssetEntry(long tagId,
long entryId)
|
protected void |
runSQL(String sql)
Performs an SQL query. |
void |
setAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
|
void |
setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
Sets the asset category finder. |
void |
setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
Sets the asset category local service. |
void |
setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
Sets the asset category persistence. |
void |
setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
Sets the asset category property finder. |
void |
setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
Sets the asset category property local service. |
void |
setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
Sets the asset category property persistence. |
void |
setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
Sets the asset category property remote service. |
void |
setAssetCategoryService(AssetCategoryService assetCategoryService)
Sets the asset category remote service. |
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 |
setAssetTagAssetEntries(long tagId,
long[] entryIds)
|
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 |
setAssetTagPropertyFinder(AssetTagPropertyFinder assetTagPropertyFinder)
Sets the asset tag property finder. |
void |
setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
Sets the asset tag property key finder. |
void |
setAssetTagPropertyLocalService(AssetTagPropertyLocalService assetTagPropertyLocalService)
Sets the asset tag property local service. |
void |
setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
Sets the asset tag property persistence. |
void |
setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
Sets the asset tag property remote service. |
void |
setAssetTagService(AssetTagService assetTagService)
Sets the asset tag remote service. |
void |
setAssetTagStatsLocalService(AssetTagStatsLocalService assetTagStatsLocalService)
Sets the asset tag stats local service. |
void |
setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
Sets the asset tag stats persistence. |
void |
setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
Sets the asset vocabulary finder. |
void |
setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
Sets the asset vocabulary local service. |
void |
setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
Sets the asset vocabulary persistence. |
void |
setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
Sets the asset vocabulary remote service. |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)
Sets the blogs entry finder. |
void |
setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
Sets the blogs entry local service. |
void |
setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
Sets the blogs entry persistence. |
void |
setBlogsEntryService(BlogsEntryService blogsEntryService)
Sets the blogs entry remote service. |
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 |
setCompanyLocalService(CompanyLocalService companyLocalService)
Sets the company local service. |
void |
setCompanyPersistence(CompanyPersistence companyPersistence)
Sets the company persistence. |
void |
setCompanyService(CompanyService companyService)
Sets the company remote service. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setDLAppLocalService(DLAppLocalService dlAppLocalService)
Sets the d l app local service. |
void |
setDLAppService(DLAppService dlAppService)
Sets the d l app remote service. |
void |
setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
Sets the document library file entry finder. |
void |
setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
Sets the document library file entry local service. |
void |
setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
Sets the document library file entry persistence. |
void |
setDLFileEntryService(DLFileEntryService dlFileEntryService)
Sets the document library file entry remote service. |
void |
setDLFolderFinder(DLFolderFinder dlFolderFinder)
Sets the document library folder finder. |
void |
setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
Sets the document library folder local service. |
void |
setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
Sets the document library folder persistence. |
void |
setDLFolderService(DLFolderService dlFolderService)
Sets the document library folder remote service. |
void |
setGroupFinder(GroupFinder groupFinder)
Sets the group finder. |
void |
setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service. |
void |
setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence. |
void |
setGroupService(GroupService groupService)
Sets the group remote service. |
void |
setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
Sets the journal article finder. |
void |
setJournalArticleLocalService(JournalArticleLocalService journalArticleLocalService)
Sets the journal article local service. |
void |
setJournalArticlePersistence(JournalArticlePersistence journalArticlePersistence)
Sets the journal article persistence. |
void |
setJournalArticleResourceLocalService(JournalArticleResourceLocalService journalArticleResourceLocalService)
Sets the journal article resource local service. |
void |
setJournalArticleResourcePersistence(JournalArticleResourcePersistence journalArticleResourcePersistence)
Sets the journal article resource persistence. |
void |
setJournalArticleService(JournalArticleService journalArticleService)
Sets the journal article remote service. |
void |
setMBMessageFinder(MBMessageFinder mbMessageFinder)
Sets the message-boards message finder. |
void |
setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
Sets the message-boards message local service. |
void |
setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
Sets the message-boards message persistence. |
void |
setMBMessageService(MBMessageService mbMessageService)
Sets the message-boards message 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. |
void |
setWikiPageFinder(WikiPageFinder wikiPageFinder)
Sets the wiki page finder. |
void |
setWikiPageLocalService(WikiPageLocalService wikiPageLocalService)
Sets the wiki page local service. |
void |
setWikiPagePersistence(WikiPagePersistence wikiPagePersistence)
Sets the wiki page persistence. |
void |
setWikiPageResourceLocalService(WikiPageResourceLocalService wikiPageResourceLocalService)
Sets the wiki page resource local service. |
void |
setWikiPageResourcePersistence(WikiPageResourcePersistence wikiPageResourcePersistence)
Sets the wiki page resource persistence. |
void |
setWikiPageService(WikiPageService wikiPageService)
Sets the wiki page remote service. |
AssetEntry |
updateAssetEntry(AssetEntry assetEntry)
Updates the asset entry in the database or adds it if it does not yet exist. |
AssetEntry |
updateAssetEntry(AssetEntry assetEntry,
boolean merge)
Updates the asset 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.asset.service.AssetEntryLocalService |
---|
deleteEntry, deleteEntry, deleteEntry, fetchEntry, fetchEntry, fetchEntry, getAncestorEntries, getChildEntries, getCompanyEntries, getCompanyEntriesCount, getEntries, getEntriesCount, getEntry, getEntry, getEntry, getNextEntry, getParentEntry, getPreviousEntry, getTopViewedEntries, getTopViewedEntries, incrementViewCounter, incrementViewCounter, reindex, search, search, search, search, search, updateEntry, updateEntry, updateEntry, updateEntry, updateVisible, validate |
Field Detail |
---|
@BeanReference(type=AssetCategoryLocalService.class) protected AssetCategoryLocalService assetCategoryLocalService
@BeanReference(type=AssetCategoryService.class) protected AssetCategoryService assetCategoryService
@BeanReference(type=AssetCategoryPersistence.class) protected AssetCategoryPersistence assetCategoryPersistence
@BeanReference(type=AssetCategoryFinder.class) protected AssetCategoryFinder assetCategoryFinder
@BeanReference(type=AssetCategoryPropertyLocalService.class) protected AssetCategoryPropertyLocalService assetCategoryPropertyLocalService
@BeanReference(type=AssetCategoryPropertyService.class) protected AssetCategoryPropertyService assetCategoryPropertyService
@BeanReference(type=AssetCategoryPropertyPersistence.class) protected AssetCategoryPropertyPersistence assetCategoryPropertyPersistence
@BeanReference(type=AssetCategoryPropertyFinder.class) protected AssetCategoryPropertyFinder assetCategoryPropertyFinder
@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=AssetTagPropertyLocalService.class) protected AssetTagPropertyLocalService assetTagPropertyLocalService
@BeanReference(type=AssetTagPropertyService.class) protected AssetTagPropertyService assetTagPropertyService
@BeanReference(type=AssetTagPropertyPersistence.class) protected AssetTagPropertyPersistence assetTagPropertyPersistence
@BeanReference(type=AssetTagPropertyFinder.class) protected AssetTagPropertyFinder assetTagPropertyFinder
@BeanReference(type=AssetTagPropertyKeyFinder.class) protected AssetTagPropertyKeyFinder assetTagPropertyKeyFinder
@BeanReference(type=AssetTagStatsLocalService.class) protected AssetTagStatsLocalService assetTagStatsLocalService
@BeanReference(type=AssetTagStatsPersistence.class) protected AssetTagStatsPersistence assetTagStatsPersistence
@BeanReference(type=AssetVocabularyLocalService.class) protected AssetVocabularyLocalService assetVocabularyLocalService
@BeanReference(type=AssetVocabularyService.class) protected AssetVocabularyService assetVocabularyService
@BeanReference(type=AssetVocabularyPersistence.class) protected AssetVocabularyPersistence assetVocabularyPersistence
@BeanReference(type=AssetVocabularyFinder.class) protected AssetVocabularyFinder assetVocabularyFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=CompanyLocalService.class) protected CompanyLocalService companyLocalService
@BeanReference(type=CompanyService.class) protected CompanyService companyService
@BeanReference(type=CompanyPersistence.class) protected CompanyPersistence companyPersistence
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupService.class) protected GroupService groupService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@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=BlogsEntryLocalService.class) protected BlogsEntryLocalService blogsEntryLocalService
@BeanReference(type=BlogsEntryService.class) protected BlogsEntryService blogsEntryService
@BeanReference(type=BlogsEntryPersistence.class) protected BlogsEntryPersistence blogsEntryPersistence
@BeanReference(type=BlogsEntryFinder.class) protected BlogsEntryFinder blogsEntryFinder
@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=DLAppLocalService.class) protected DLAppLocalService dlAppLocalService
@BeanReference(type=DLAppService.class) protected DLAppService dlAppService
@BeanReference(type=DLFileEntryLocalService.class) protected DLFileEntryLocalService dlFileEntryLocalService
@BeanReference(type=DLFileEntryService.class) protected DLFileEntryService dlFileEntryService
@BeanReference(type=DLFileEntryPersistence.class) protected DLFileEntryPersistence dlFileEntryPersistence
@BeanReference(type=DLFileEntryFinder.class) protected DLFileEntryFinder dlFileEntryFinder
@BeanReference(type=DLFolderLocalService.class) protected DLFolderLocalService dlFolderLocalService
@BeanReference(type=DLFolderService.class) protected DLFolderService dlFolderService
@BeanReference(type=DLFolderPersistence.class) protected DLFolderPersistence dlFolderPersistence
@BeanReference(type=DLFolderFinder.class) protected DLFolderFinder dlFolderFinder
@BeanReference(type=JournalArticleLocalService.class) protected JournalArticleLocalService journalArticleLocalService
@BeanReference(type=JournalArticleService.class) protected JournalArticleService journalArticleService
@BeanReference(type=JournalArticlePersistence.class) protected JournalArticlePersistence journalArticlePersistence
@BeanReference(type=JournalArticleFinder.class) protected JournalArticleFinder journalArticleFinder
@BeanReference(type=JournalArticleResourceLocalService.class) protected JournalArticleResourceLocalService journalArticleResourceLocalService
@BeanReference(type=JournalArticleResourcePersistence.class) protected JournalArticleResourcePersistence journalArticleResourcePersistence
@BeanReference(type=MBMessageLocalService.class) protected MBMessageLocalService mbMessageLocalService
@BeanReference(type=MBMessageService.class) protected MBMessageService mbMessageService
@BeanReference(type=MBMessagePersistence.class) protected MBMessagePersistence mbMessagePersistence
@BeanReference(type=MBMessageFinder.class) protected MBMessageFinder mbMessageFinder
@BeanReference(type=SocialActivityLocalService.class) protected SocialActivityLocalService socialActivityLocalService
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialActivityFinder.class) protected SocialActivityFinder socialActivityFinder
@BeanReference(type=WikiPageLocalService.class) protected WikiPageLocalService wikiPageLocalService
@BeanReference(type=WikiPageService.class) protected WikiPageService wikiPageService
@BeanReference(type=WikiPagePersistence.class) protected WikiPagePersistence wikiPagePersistence
@BeanReference(type=WikiPageFinder.class) protected WikiPageFinder wikiPageFinder
@BeanReference(type=WikiPageResourceLocalService.class) protected WikiPageResourceLocalService wikiPageResourceLocalService
@BeanReference(type=WikiPageResourcePersistence.class) protected WikiPageResourcePersistence wikiPageResourcePersistence
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail |
---|
public AssetEntryLocalServiceBaseImpl()
Method Detail |
---|
@Indexable(type=REINDEX) public AssetEntry addAssetEntry(AssetEntry assetEntry) throws SystemException
addAssetEntry
in interface AssetEntryLocalService
assetEntry
- the asset entry
SystemException
- if a system exception occurredpublic AssetEntry createAssetEntry(long entryId)
createAssetEntry
in interface AssetEntryLocalService
entryId
- the primary key for the new asset entry
@Indexable(type=DELETE) public AssetEntry deleteAssetEntry(long entryId) throws PortalException, SystemException
deleteAssetEntry
in interface AssetEntryLocalService
entryId
- the primary key of the asset entry
PortalException
- if a asset entry with the primary key could not be found
SystemException
- if a system exception occurred@Indexable(type=DELETE) public AssetEntry deleteAssetEntry(AssetEntry assetEntry) throws SystemException
deleteAssetEntry
in interface AssetEntryLocalService
assetEntry
- the asset entry
SystemException
- if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery
in interface AssetEntryLocalService
public List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface AssetEntryLocalService
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 AssetEntryLocalService
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 AssetEntryLocalService
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 AssetEntryLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic AssetEntry fetchAssetEntry(long entryId) throws SystemException
fetchAssetEntry
in interface AssetEntryLocalService
SystemException
public AssetEntry getAssetEntry(long entryId) throws PortalException, SystemException
getAssetEntry
in interface AssetEntryLocalService
entryId
- the primary key of the asset entry
PortalException
- if a asset 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 AssetEntryLocalService
PortalException
SystemException
public List<AssetEntry> getAssetEntries(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.
getAssetEntries
in interface AssetEntryLocalService
start
- the lower bound of the range of asset entriesend
- the upper bound of the range of asset entries (not inclusive)
SystemException
- if a system exception occurredpublic int getAssetEntriesCount() throws SystemException
getAssetEntriesCount
in interface AssetEntryLocalService
SystemException
- if a system exception occurred@Indexable(type=REINDEX) public AssetEntry updateAssetEntry(AssetEntry assetEntry) throws SystemException
updateAssetEntry
in interface AssetEntryLocalService
assetEntry
- the asset entry
SystemException
- if a system exception occurred@Indexable(type=REINDEX) public AssetEntry updateAssetEntry(AssetEntry assetEntry, boolean merge) throws SystemException
updateAssetEntry
in interface AssetEntryLocalService
assetEntry
- the asset entrymerge
- whether to merge the asset 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 void addAssetCategoryAssetEntry(long categoryId, long entryId) throws SystemException
addAssetCategoryAssetEntry
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void addAssetCategoryAssetEntry(long categoryId, AssetEntry assetEntry) throws SystemException
addAssetCategoryAssetEntry
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void addAssetCategoryAssetEntries(long categoryId, long[] entryIds) throws SystemException
addAssetCategoryAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void addAssetCategoryAssetEntries(long categoryId, List<AssetEntry> AssetEntries) throws SystemException
addAssetCategoryAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void clearAssetCategoryAssetEntries(long categoryId) throws SystemException
clearAssetCategoryAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void deleteAssetCategoryAssetEntry(long categoryId, long entryId) throws SystemException
deleteAssetCategoryAssetEntry
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void deleteAssetCategoryAssetEntry(long categoryId, AssetEntry assetEntry) throws SystemException
deleteAssetCategoryAssetEntry
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void deleteAssetCategoryAssetEntries(long categoryId, long[] entryIds) throws SystemException
deleteAssetCategoryAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void deleteAssetCategoryAssetEntries(long categoryId, List<AssetEntry> AssetEntries) throws SystemException
deleteAssetCategoryAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic List<AssetEntry> getAssetCategoryAssetEntries(long categoryId) throws SystemException
getAssetCategoryAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic List<AssetEntry> getAssetCategoryAssetEntries(long categoryId, int start, int end) throws SystemException
getAssetCategoryAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic List<AssetEntry> getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator orderByComparator) throws SystemException
getAssetCategoryAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic int getAssetCategoryAssetEntriesCount(long categoryId) throws SystemException
getAssetCategoryAssetEntriesCount
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic boolean hasAssetCategoryAssetEntry(long categoryId, long entryId) throws SystemException
hasAssetCategoryAssetEntry
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic boolean hasAssetCategoryAssetEntries(long categoryId) throws SystemException
hasAssetCategoryAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void setAssetCategoryAssetEntries(long categoryId, long[] entryIds) throws SystemException
setAssetCategoryAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void addAssetTagAssetEntry(long tagId, long entryId) throws SystemException
addAssetTagAssetEntry
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void addAssetTagAssetEntry(long tagId, AssetEntry assetEntry) throws SystemException
addAssetTagAssetEntry
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void addAssetTagAssetEntries(long tagId, long[] entryIds) throws SystemException
addAssetTagAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void addAssetTagAssetEntries(long tagId, List<AssetEntry> AssetEntries) throws SystemException
addAssetTagAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void clearAssetTagAssetEntries(long tagId) throws SystemException
clearAssetTagAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void deleteAssetTagAssetEntry(long tagId, long entryId) throws SystemException
deleteAssetTagAssetEntry
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void deleteAssetTagAssetEntry(long tagId, AssetEntry assetEntry) throws SystemException
deleteAssetTagAssetEntry
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void deleteAssetTagAssetEntries(long tagId, long[] entryIds) throws SystemException
deleteAssetTagAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void deleteAssetTagAssetEntries(long tagId, List<AssetEntry> AssetEntries) throws SystemException
deleteAssetTagAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic List<AssetEntry> getAssetTagAssetEntries(long tagId) throws SystemException
getAssetTagAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic List<AssetEntry> getAssetTagAssetEntries(long tagId, int start, int end) throws SystemException
getAssetTagAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic List<AssetEntry> getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator orderByComparator) throws SystemException
getAssetTagAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic int getAssetTagAssetEntriesCount(long tagId) throws SystemException
getAssetTagAssetEntriesCount
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic boolean hasAssetTagAssetEntry(long tagId, long entryId) throws SystemException
hasAssetTagAssetEntry
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic boolean hasAssetTagAssetEntries(long tagId) throws SystemException
hasAssetTagAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic void setAssetTagAssetEntries(long tagId, long[] entryIds) throws SystemException
setAssetTagAssetEntries
in interface AssetEntryLocalService
SystemException
- if a system exception occurredpublic AssetCategoryLocalService getAssetCategoryLocalService()
public void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
assetCategoryLocalService
- the asset category local servicepublic AssetCategoryService getAssetCategoryService()
public void setAssetCategoryService(AssetCategoryService assetCategoryService)
assetCategoryService
- the asset category remote servicepublic AssetCategoryPersistence getAssetCategoryPersistence()
public void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
assetCategoryPersistence
- the asset category persistencepublic AssetCategoryFinder getAssetCategoryFinder()
public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
assetCategoryFinder
- the asset category finderpublic AssetCategoryPropertyLocalService getAssetCategoryPropertyLocalService()
public void setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
assetCategoryPropertyLocalService
- the asset category property local servicepublic AssetCategoryPropertyService getAssetCategoryPropertyService()
public void setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
assetCategoryPropertyService
- the asset category property remote servicepublic AssetCategoryPropertyPersistence getAssetCategoryPropertyPersistence()
public void setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
assetCategoryPropertyPersistence
- the asset category property persistencepublic AssetCategoryPropertyFinder getAssetCategoryPropertyFinder()
public void setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
assetCategoryPropertyFinder
- the asset category property 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 AssetTagPropertyLocalService getAssetTagPropertyLocalService()
public void setAssetTagPropertyLocalService(AssetTagPropertyLocalService assetTagPropertyLocalService)
assetTagPropertyLocalService
- the asset tag property local servicepublic AssetTagPropertyService getAssetTagPropertyService()
public void setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
assetTagPropertyService
- the asset tag property remote servicepublic AssetTagPropertyPersistence getAssetTagPropertyPersistence()
public void setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
assetTagPropertyPersistence
- the asset tag property persistencepublic AssetTagPropertyFinder getAssetTagPropertyFinder()
public void setAssetTagPropertyFinder(AssetTagPropertyFinder assetTagPropertyFinder)
assetTagPropertyFinder
- the asset tag property finderpublic AssetTagPropertyKeyFinder getAssetTagPropertyKeyFinder()
public void setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
assetTagPropertyKeyFinder
- the asset tag property key finderpublic AssetTagStatsLocalService getAssetTagStatsLocalService()
public void setAssetTagStatsLocalService(AssetTagStatsLocalService assetTagStatsLocalService)
assetTagStatsLocalService
- the asset tag stats local servicepublic AssetTagStatsPersistence getAssetTagStatsPersistence()
public void setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
assetTagStatsPersistence
- the asset tag stats persistencepublic AssetVocabularyLocalService getAssetVocabularyLocalService()
public void setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
assetVocabularyLocalService
- the asset vocabulary local servicepublic AssetVocabularyService getAssetVocabularyService()
public void setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
assetVocabularyService
- the asset vocabulary remote servicepublic AssetVocabularyPersistence getAssetVocabularyPersistence()
public void setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
assetVocabularyPersistence
- the asset vocabulary persistencepublic AssetVocabularyFinder getAssetVocabularyFinder()
public void setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
assetVocabularyFinder
- the asset vocabulary finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(CompanyLocalService companyLocalService)
companyLocalService
- the company local servicepublic CompanyService getCompanyService()
public void setCompanyService(CompanyService companyService)
companyService
- the company remote servicepublic CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(CompanyPersistence companyPersistence)
companyPersistence
- the company persistencepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService
- the group local servicepublic GroupService getGroupService()
public void setGroupService(GroupService groupService)
groupService
- the group remote servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence
- the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder
- the group finderpublic 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 BlogsEntryLocalService getBlogsEntryLocalService()
public void setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
blogsEntryLocalService
- the blogs entry local servicepublic BlogsEntryService getBlogsEntryService()
public void setBlogsEntryService(BlogsEntryService blogsEntryService)
blogsEntryService
- the blogs entry remote servicepublic BlogsEntryPersistence getBlogsEntryPersistence()
public void setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
blogsEntryPersistence
- the blogs entry persistencepublic BlogsEntryFinder getBlogsEntryFinder()
public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)
blogsEntryFinder
- the blogs entry finderpublic 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 DLAppLocalService getDLAppLocalService()
public void setDLAppLocalService(DLAppLocalService dlAppLocalService)
dlAppLocalService
- the d l app local servicepublic DLAppService getDLAppService()
public void setDLAppService(DLAppService dlAppService)
dlAppService
- the d l app remote servicepublic DLFileEntryLocalService getDLFileEntryLocalService()
public void setDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
dlFileEntryLocalService
- the document library file entry local servicepublic DLFileEntryService getDLFileEntryService()
public void setDLFileEntryService(DLFileEntryService dlFileEntryService)
dlFileEntryService
- the document library file entry remote servicepublic DLFileEntryPersistence getDLFileEntryPersistence()
public void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)
dlFileEntryPersistence
- the document library file entry persistencepublic DLFileEntryFinder getDLFileEntryFinder()
public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)
dlFileEntryFinder
- the document library file entry finderpublic DLFolderLocalService getDLFolderLocalService()
public void setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)
dlFolderLocalService
- the document library folder local servicepublic DLFolderService getDLFolderService()
public void setDLFolderService(DLFolderService dlFolderService)
dlFolderService
- the document library folder remote servicepublic DLFolderPersistence getDLFolderPersistence()
public void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)
dlFolderPersistence
- the document library folder persistencepublic DLFolderFinder getDLFolderFinder()
public void setDLFolderFinder(DLFolderFinder dlFolderFinder)
dlFolderFinder
- the document library folder finderpublic JournalArticleLocalService getJournalArticleLocalService()
public void setJournalArticleLocalService(JournalArticleLocalService journalArticleLocalService)
journalArticleLocalService
- the journal article local servicepublic JournalArticleService getJournalArticleService()
public void setJournalArticleService(JournalArticleService journalArticleService)
journalArticleService
- the journal article remote servicepublic JournalArticlePersistence getJournalArticlePersistence()
public void setJournalArticlePersistence(JournalArticlePersistence journalArticlePersistence)
journalArticlePersistence
- the journal article persistencepublic JournalArticleFinder getJournalArticleFinder()
public void setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
journalArticleFinder
- the journal article finderpublic JournalArticleResourceLocalService getJournalArticleResourceLocalService()
public void setJournalArticleResourceLocalService(JournalArticleResourceLocalService journalArticleResourceLocalService)
journalArticleResourceLocalService
- the journal article resource local servicepublic JournalArticleResourcePersistence getJournalArticleResourcePersistence()
public void setJournalArticleResourcePersistence(JournalArticleResourcePersistence journalArticleResourcePersistence)
journalArticleResourcePersistence
- the journal article resource persistencepublic MBMessageLocalService getMBMessageLocalService()
public void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
mbMessageLocalService
- the message-boards message local servicepublic MBMessageService getMBMessageService()
public void setMBMessageService(MBMessageService mbMessageService)
mbMessageService
- the message-boards message remote servicepublic MBMessagePersistence getMBMessagePersistence()
public void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
mbMessagePersistence
- the message-boards message persistencepublic MBMessageFinder getMBMessageFinder()
public void setMBMessageFinder(MBMessageFinder mbMessageFinder)
mbMessageFinder
- the message-boards message finderpublic 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 WikiPageLocalService getWikiPageLocalService()
public void setWikiPageLocalService(WikiPageLocalService wikiPageLocalService)
wikiPageLocalService
- the wiki page local servicepublic WikiPageService getWikiPageService()
public void setWikiPageService(WikiPageService wikiPageService)
wikiPageService
- the wiki page remote servicepublic WikiPagePersistence getWikiPagePersistence()
public void setWikiPagePersistence(WikiPagePersistence wikiPagePersistence)
wikiPagePersistence
- the wiki page persistencepublic WikiPageFinder getWikiPageFinder()
public void setWikiPageFinder(WikiPageFinder wikiPageFinder)
wikiPageFinder
- the wiki page finderpublic WikiPageResourceLocalService getWikiPageResourceLocalService()
public void setWikiPageResourceLocalService(WikiPageResourceLocalService wikiPageResourceLocalService)
wikiPageResourceLocalService
- the wiki page resource local servicepublic WikiPageResourcePersistence getWikiPageResourcePersistence()
public void setWikiPageResourcePersistence(WikiPageResourcePersistence wikiPageResourcePersistence)
wikiPageResourcePersistence
- the wiki page resource persistencepublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier
in interface IdentifiableBean
getBeanIdentifier
in interface AssetEntryLocalService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface IdentifiableBean
setBeanIdentifier
in interface AssetEntryLocalService
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 |