@ProviderType
public abstract class AssetEntryLocalServiceBaseImpl
extends com.liferay.portal.service.BaseLocalServiceImpl
implements com.liferay.portlet.asset.service.AssetEntryLocalService, com.liferay.portal.kernel.bean.IdentifiableBean
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| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portlet.asset.service.persistence.AssetCategoryFinder |
assetCategoryFinder |
protected com.liferay.portlet.asset.service.AssetCategoryLocalService |
assetCategoryLocalService |
protected com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence |
assetCategoryPersistence |
protected com.liferay.portlet.asset.service.AssetCategoryService |
assetCategoryService |
protected com.liferay.portlet.asset.service.persistence.AssetEntryFinder |
assetEntryFinder |
protected com.liferay.portlet.asset.service.AssetEntryLocalService |
assetEntryLocalService |
protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence |
assetEntryPersistence |
protected com.liferay.portlet.asset.service.AssetEntryService |
assetEntryService |
protected com.liferay.portlet.asset.service.AssetLinkLocalService |
assetLinkLocalService |
protected com.liferay.portlet.asset.service.persistence.AssetLinkPersistence |
assetLinkPersistence |
protected com.liferay.portlet.asset.service.persistence.AssetTagFinder |
assetTagFinder |
protected com.liferay.portlet.asset.service.AssetTagLocalService |
assetTagLocalService |
protected com.liferay.portlet.asset.service.persistence.AssetTagPersistence |
assetTagPersistence |
protected com.liferay.portlet.asset.service.AssetTagService |
assetTagService |
protected com.liferay.portal.service.ClassNameLocalService |
classNameLocalService |
protected com.liferay.portal.service.persistence.ClassNamePersistence |
classNamePersistence |
protected com.liferay.portal.service.ClassNameService |
classNameService |
protected com.liferay.portal.service.CompanyLocalService |
companyLocalService |
protected com.liferay.portal.service.persistence.CompanyPersistence |
companyPersistence |
protected com.liferay.portal.service.CompanyService |
companyService |
protected com.liferay.counter.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.service.persistence.GroupFinder |
groupFinder |
protected com.liferay.portal.service.GroupLocalService |
groupLocalService |
protected com.liferay.portal.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.service.GroupService |
groupService |
protected com.liferay.portal.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
protected com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder |
socialActivityCounterFinder |
protected com.liferay.portlet.social.service.SocialActivityCounterLocalService |
socialActivityCounterLocalService |
protected com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistence |
socialActivityCounterPersistence |
protected com.liferay.portlet.social.service.persistence.SocialActivityFinder |
socialActivityFinder |
protected com.liferay.portlet.social.service.SocialActivityLocalService |
socialActivityLocalService |
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence |
socialActivityPersistence |
protected com.liferay.portlet.social.service.SocialActivityService |
socialActivityService |
protected com.liferay.portal.service.SystemEventLocalService |
systemEventLocalService |
protected com.liferay.portal.service.persistence.SystemEventPersistence |
systemEventPersistence |
protected com.liferay.portal.service.persistence.UserFinder |
userFinder |
protected com.liferay.portal.service.UserLocalService |
userLocalService |
protected com.liferay.portal.service.persistence.UserPersistence |
userPersistence |
protected com.liferay.portal.service.UserService |
userService |
| Constructor and Description |
|---|
AssetEntryLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssetCategoryAssetEntries(long categoryId,
java.util.List<com.liferay.portlet.asset.model.AssetEntry> AssetEntries) |
void |
addAssetCategoryAssetEntries(long categoryId,
long[] entryIds) |
void |
addAssetCategoryAssetEntry(long categoryId,
com.liferay.portlet.asset.model.AssetEntry assetEntry) |
void |
addAssetCategoryAssetEntry(long categoryId,
long entryId) |
com.liferay.portlet.asset.model.AssetEntry |
addAssetEntry(com.liferay.portlet.asset.model.AssetEntry assetEntry)
Adds the asset entry to the database.
|
void |
addAssetTagAssetEntries(long tagId,
java.util.List<com.liferay.portlet.asset.model.AssetEntry> AssetEntries) |
void |
addAssetTagAssetEntries(long tagId,
long[] entryIds) |
void |
addAssetTagAssetEntry(long tagId,
com.liferay.portlet.asset.model.AssetEntry assetEntry) |
void |
addAssetTagAssetEntry(long tagId,
long entryId) |
void |
afterPropertiesSet() |
void |
clearAssetCategoryAssetEntries(long categoryId) |
void |
clearAssetTagAssetEntries(long tagId) |
com.liferay.portlet.asset.model.AssetEntry |
createAssetEntry(long entryId)
Creates a new asset entry with the primary key.
|
void |
deleteAssetCategoryAssetEntries(long categoryId,
java.util.List<com.liferay.portlet.asset.model.AssetEntry> AssetEntries) |
void |
deleteAssetCategoryAssetEntries(long categoryId,
long[] entryIds) |
void |
deleteAssetCategoryAssetEntry(long categoryId,
com.liferay.portlet.asset.model.AssetEntry assetEntry) |
void |
deleteAssetCategoryAssetEntry(long categoryId,
long entryId) |
com.liferay.portlet.asset.model.AssetEntry |
deleteAssetEntry(com.liferay.portlet.asset.model.AssetEntry assetEntry)
Deletes the asset entry from the database.
|
com.liferay.portlet.asset.model.AssetEntry |
deleteAssetEntry(long entryId)
Deletes the asset entry with the primary key from the database.
|
void |
deleteAssetTagAssetEntries(long tagId,
java.util.List<com.liferay.portlet.asset.model.AssetEntry> AssetEntries) |
void |
deleteAssetTagAssetEntries(long tagId,
long[] entryIds) |
void |
deleteAssetTagAssetEntry(long tagId,
com.liferay.portlet.asset.model.AssetEntry assetEntry) |
void |
deleteAssetTagAssetEntry(long tagId,
long entryId) |
com.liferay.portal.model.PersistedModel |
deletePersistedModel(com.liferay.portal.model.PersistedModel persistedModel) |
void |
destroy() |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
com.liferay.portlet.asset.model.AssetEntry |
fetchAssetEntry(long entryId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getAssetCategoryAssetEntries(long categoryId) |
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getAssetCategoryAssetEntries(long categoryId,
int start,
int end) |
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getAssetCategoryAssetEntries(long categoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetEntry> orderByComparator) |
int |
getAssetCategoryAssetEntriesCount(long categoryId) |
com.liferay.portlet.asset.service.persistence.AssetCategoryFinder |
getAssetCategoryFinder()
Returns the asset category finder.
|
com.liferay.portlet.asset.service.AssetCategoryLocalService |
getAssetCategoryLocalService()
Returns the asset category local service.
|
com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence |
getAssetCategoryPersistence()
Returns the asset category persistence.
|
long[] |
getAssetCategoryPrimaryKeys(long entryId)
Returns the categoryIds of the asset categories associated with the asset entry.
|
com.liferay.portlet.asset.service.AssetCategoryService |
getAssetCategoryService()
Returns the asset category remote service.
|
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getAssetEntries(int start,
int end)
Returns a range of all the asset entries.
|
int |
getAssetEntriesCount()
Returns the number of asset entries.
|
com.liferay.portlet.asset.model.AssetEntry |
getAssetEntry(long entryId)
Returns the asset entry with the primary key.
|
com.liferay.portlet.asset.service.persistence.AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder.
|
com.liferay.portlet.asset.service.AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service.
|
com.liferay.portlet.asset.service.persistence.AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence.
|
com.liferay.portlet.asset.service.AssetEntryService |
getAssetEntryService()
Returns the asset entry remote service.
|
com.liferay.portlet.asset.service.AssetLinkLocalService |
getAssetLinkLocalService()
Returns the asset link local service.
|
com.liferay.portlet.asset.service.persistence.AssetLinkPersistence |
getAssetLinkPersistence()
Returns the asset link persistence.
|
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getAssetTagAssetEntries(long tagId) |
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getAssetTagAssetEntries(long tagId,
int start,
int end) |
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getAssetTagAssetEntries(long tagId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetEntry> orderByComparator) |
int |
getAssetTagAssetEntriesCount(long tagId) |
com.liferay.portlet.asset.service.persistence.AssetTagFinder |
getAssetTagFinder()
Returns the asset tag finder.
|
com.liferay.portlet.asset.service.AssetTagLocalService |
getAssetTagLocalService()
Returns the asset tag local service.
|
com.liferay.portlet.asset.service.persistence.AssetTagPersistence |
getAssetTagPersistence()
Returns the asset tag persistence.
|
long[] |
getAssetTagPrimaryKeys(long entryId)
Returns the tagIds of the asset tags associated with the asset entry.
|
com.liferay.portlet.asset.service.AssetTagService |
getAssetTagService()
Returns the asset tag remote service.
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
com.liferay.portal.service.ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service.
|
com.liferay.portal.service.persistence.ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence.
|
com.liferay.portal.service.ClassNameService |
getClassNameService()
Returns the class name remote service.
|
com.liferay.portal.service.CompanyLocalService |
getCompanyLocalService()
Returns the company local service.
|
com.liferay.portal.service.persistence.CompanyPersistence |
getCompanyPersistence()
Returns the company persistence.
|
com.liferay.portal.service.CompanyService |
getCompanyService()
Returns the company remote service.
|
com.liferay.counter.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.service.persistence.GroupFinder |
getGroupFinder()
Returns the group finder.
|
com.liferay.portal.service.GroupLocalService |
getGroupLocalService()
Returns the group local service.
|
com.liferay.portal.service.persistence.GroupPersistence |
getGroupPersistence()
Returns the group persistence.
|
com.liferay.portal.service.GroupService |
getGroupService()
Returns the group remote service.
|
protected java.lang.Class<?> |
getModelClass() |
protected java.lang.String |
getModelClassName() |
com.liferay.portal.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder |
getSocialActivityCounterFinder()
Returns the social activity counter finder.
|
com.liferay.portlet.social.service.SocialActivityCounterLocalService |
getSocialActivityCounterLocalService()
Returns the social activity counter local service.
|
com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistence |
getSocialActivityCounterPersistence()
Returns the social activity counter persistence.
|
com.liferay.portlet.social.service.persistence.SocialActivityFinder |
getSocialActivityFinder()
Returns the social activity finder.
|
com.liferay.portlet.social.service.SocialActivityLocalService |
getSocialActivityLocalService()
Returns the social activity local service.
|
com.liferay.portlet.social.service.persistence.SocialActivityPersistence |
getSocialActivityPersistence()
Returns the social activity persistence.
|
com.liferay.portlet.social.service.SocialActivityService |
getSocialActivityService()
Returns the social activity remote service.
|
com.liferay.portal.service.SystemEventLocalService |
getSystemEventLocalService()
Returns the system event local service.
|
com.liferay.portal.service.persistence.SystemEventPersistence |
getSystemEventPersistence()
Returns the system event persistence.
|
com.liferay.portal.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
com.liferay.portal.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
com.liferay.portal.service.UserService |
getUserService()
Returns the user remote service.
|
boolean |
hasAssetCategoryAssetEntries(long categoryId) |
boolean |
hasAssetCategoryAssetEntry(long categoryId,
long entryId) |
boolean |
hasAssetTagAssetEntries(long tagId) |
boolean |
hasAssetTagAssetEntry(long tagId,
long entryId) |
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
protected void |
runSQL(java.lang.String sql)
Performs a SQL query.
|
void |
setAssetCategoryAssetEntries(long categoryId,
long[] entryIds) |
void |
setAssetCategoryFinder(com.liferay.portlet.asset.service.persistence.AssetCategoryFinder assetCategoryFinder)
Sets the asset category finder.
|
void |
setAssetCategoryLocalService(com.liferay.portlet.asset.service.AssetCategoryLocalService assetCategoryLocalService)
Sets the asset category local service.
|
void |
setAssetCategoryPersistence(com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence assetCategoryPersistence)
Sets the asset category persistence.
|
void |
setAssetCategoryService(com.liferay.portlet.asset.service.AssetCategoryService assetCategoryService)
Sets the asset category remote service.
|
void |
setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.
|
void |
setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.
|
void |
setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.
|
void |
setAssetEntryService(com.liferay.portlet.asset.service.AssetEntryService assetEntryService)
Sets the asset entry remote service.
|
void |
setAssetLinkLocalService(com.liferay.portlet.asset.service.AssetLinkLocalService assetLinkLocalService)
Sets the asset link local service.
|
void |
setAssetLinkPersistence(com.liferay.portlet.asset.service.persistence.AssetLinkPersistence assetLinkPersistence)
Sets the asset link persistence.
|
void |
setAssetTagAssetEntries(long tagId,
long[] entryIds) |
void |
setAssetTagFinder(com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder)
Sets the asset tag finder.
|
void |
setAssetTagLocalService(com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService)
Sets the asset tag local service.
|
void |
setAssetTagPersistence(com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence.
|
void |
setAssetTagService(com.liferay.portlet.asset.service.AssetTagService assetTagService)
Sets the asset tag remote service.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setClassNameLocalService(com.liferay.portal.service.ClassNameLocalService classNameLocalService)
Sets the class name local service.
|
void |
setClassNamePersistence(com.liferay.portal.service.persistence.ClassNamePersistence classNamePersistence)
Sets the class name persistence.
|
void |
setClassNameService(com.liferay.portal.service.ClassNameService classNameService)
Sets the class name remote service.
|
void |
setCompanyLocalService(com.liferay.portal.service.CompanyLocalService companyLocalService)
Sets the company local service.
|
void |
setCompanyPersistence(com.liferay.portal.service.persistence.CompanyPersistence companyPersistence)
Sets the company persistence.
|
void |
setCompanyService(com.liferay.portal.service.CompanyService companyService)
Sets the company remote service.
|
void |
setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
Sets the group finder.
|
void |
setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
Sets the group local service.
|
void |
setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.
|
void |
setGroupService(com.liferay.portal.service.GroupService groupService)
Sets the group remote service.
|
void |
setSocialActivityCounterFinder(com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder socialActivityCounterFinder)
Sets the social activity counter finder.
|
void |
setSocialActivityCounterLocalService(com.liferay.portlet.social.service.SocialActivityCounterLocalService socialActivityCounterLocalService)
Sets the social activity counter local service.
|
void |
setSocialActivityCounterPersistence(com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistence socialActivityCounterPersistence)
Sets the social activity counter persistence.
|
void |
setSocialActivityFinder(com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder)
Sets the social activity finder.
|
void |
setSocialActivityLocalService(com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service.
|
void |
setSocialActivityPersistence(com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence.
|
void |
setSocialActivityService(com.liferay.portlet.social.service.SocialActivityService socialActivityService)
Sets the social activity remote service.
|
void |
setSystemEventLocalService(com.liferay.portal.service.SystemEventLocalService systemEventLocalService)
Sets the system event local service.
|
void |
setSystemEventPersistence(com.liferay.portal.service.persistence.SystemEventPersistence systemEventPersistence)
Sets the system event persistence.
|
void |
setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
Sets the user finder.
|
void |
setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
void |
setUserService(com.liferay.portal.service.UserService userService)
Sets the user remote service.
|
com.liferay.portlet.asset.model.AssetEntry |
updateAssetEntry(com.liferay.portlet.asset.model.AssetEntry assetEntry)
Updates the asset entry in the database or adds it if it does not yet exist.
|
getClassLoader, getLocalizationMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteEntry, deleteEntry, deleteEntry, deleteGroupEntries, fetchEntry, fetchEntry, fetchEntry, getAncestorEntries, getChildEntries, getCompanyEntries, getCompanyEntriesCount, getEntries, getEntries, getEntriesCount, getEntriesCount, getEntry, getEntry, getEntry, getGroupEntries, getNextEntry, getParentEntry, getPreviousEntry, getTopViewedEntries, getTopViewedEntries, incrementViewCounter, incrementViewCounter, reindex, search, search, search, search, search, search, search, search, search, search, search, updateEntry, updateEntry, updateEntry, updateEntry, updateEntry, updateEntry, updateEntry, updateVisible, updateVisible, validate, validate@BeanReference(type=com.liferay.portlet.asset.service.AssetEntryLocalService.class) protected com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService
@BeanReference(type=com.liferay.portlet.asset.service.AssetEntryService.class) protected com.liferay.portlet.asset.service.AssetEntryService assetEntryService
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetEntryPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetEntryFinder.class) protected com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder
@BeanReference(type=com.liferay.counter.service.CounterLocalService.class) protected com.liferay.counter.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.service.ClassNameLocalService.class) protected com.liferay.portal.service.ClassNameLocalService classNameLocalService
@BeanReference(type=com.liferay.portal.service.ClassNameService.class) protected com.liferay.portal.service.ClassNameService classNameService
@BeanReference(type=com.liferay.portal.service.persistence.ClassNamePersistence.class) protected com.liferay.portal.service.persistence.ClassNamePersistence classNamePersistence
@BeanReference(type=com.liferay.portal.service.CompanyLocalService.class) protected com.liferay.portal.service.CompanyLocalService companyLocalService
@BeanReference(type=com.liferay.portal.service.CompanyService.class) protected com.liferay.portal.service.CompanyService companyService
@BeanReference(type=com.liferay.portal.service.persistence.CompanyPersistence.class) protected com.liferay.portal.service.persistence.CompanyPersistence companyPersistence
@BeanReference(type=com.liferay.portal.service.GroupLocalService.class) protected com.liferay.portal.service.GroupLocalService groupLocalService
@BeanReference(type=com.liferay.portal.service.GroupService.class) protected com.liferay.portal.service.GroupService groupService
@BeanReference(type=com.liferay.portal.service.persistence.GroupPersistence.class) protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
@BeanReference(type=com.liferay.portal.service.persistence.GroupFinder.class) protected com.liferay.portal.service.persistence.GroupFinder groupFinder
@BeanReference(type=com.liferay.portal.service.SystemEventLocalService.class) protected com.liferay.portal.service.SystemEventLocalService systemEventLocalService
@BeanReference(type=com.liferay.portal.service.persistence.SystemEventPersistence.class) protected com.liferay.portal.service.persistence.SystemEventPersistence systemEventPersistence
@BeanReference(type=com.liferay.portal.service.UserLocalService.class) protected com.liferay.portal.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.service.UserService.class) protected com.liferay.portal.service.UserService userService
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class) protected com.liferay.portal.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserFinder.class) protected com.liferay.portal.service.persistence.UserFinder userFinder
@BeanReference(type=com.liferay.portlet.asset.service.AssetCategoryLocalService.class) protected com.liferay.portlet.asset.service.AssetCategoryLocalService assetCategoryLocalService
@BeanReference(type=com.liferay.portlet.asset.service.AssetCategoryService.class) protected com.liferay.portlet.asset.service.AssetCategoryService assetCategoryService
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence assetCategoryPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetCategoryFinder.class) protected com.liferay.portlet.asset.service.persistence.AssetCategoryFinder assetCategoryFinder
@BeanReference(type=com.liferay.portlet.social.service.SocialActivityLocalService.class) protected com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService
@BeanReference(type=com.liferay.portlet.social.service.SocialActivityService.class) protected com.liferay.portlet.social.service.SocialActivityService socialActivityService
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityPersistence.class) protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityFinder.class) protected com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder
@BeanReference(type=com.liferay.portlet.social.service.SocialActivityCounterLocalService.class) protected com.liferay.portlet.social.service.SocialActivityCounterLocalService socialActivityCounterLocalService
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistence.class) protected com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistence socialActivityCounterPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder.class) protected com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder socialActivityCounterFinder
@BeanReference(type=com.liferay.portlet.asset.service.AssetLinkLocalService.class) protected com.liferay.portlet.asset.service.AssetLinkLocalService assetLinkLocalService
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetLinkPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetLinkPersistence assetLinkPersistence
@BeanReference(type=com.liferay.portlet.asset.service.AssetTagLocalService.class) protected com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService
@BeanReference(type=com.liferay.portlet.asset.service.AssetTagService.class) protected com.liferay.portlet.asset.service.AssetTagService assetTagService
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetTagPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetTagFinder.class) protected com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder
@BeanReference(type=com.liferay.portal.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
@Indexable(type=REINDEX) public com.liferay.portlet.asset.model.AssetEntry addAssetEntry(com.liferay.portlet.asset.model.AssetEntry assetEntry)
addAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServiceassetEntry - the asset entrypublic com.liferay.portlet.asset.model.AssetEntry createAssetEntry(long entryId)
createAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServiceentryId - the primary key for the new asset entry@Indexable(type=DELETE)
public com.liferay.portlet.asset.model.AssetEntry deleteAssetEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServiceentryId - the primary key of the asset entrycom.liferay.portal.kernel.exception.PortalException - if a asset entry with the primary key could not be found@Indexable(type=DELETE) public com.liferay.portlet.asset.model.AssetEntry deleteAssetEntry(com.liferay.portlet.asset.model.AssetEntry assetEntry)
deleteAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServiceassetEntry - the asset entrypublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.portlet.asset.service.AssetEntryLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.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 AssetEntryModelImpl. 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 com.liferay.portlet.asset.service.AssetEntryLocalServicedynamicQuery - 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> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.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 AssetEntryModelImpl. 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 com.liferay.portlet.asset.service.AssetEntryLocalServicedynamicQuery - 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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface com.liferay.portlet.asset.service.AssetEntryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface com.liferay.portlet.asset.service.AssetEntryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic com.liferay.portlet.asset.model.AssetEntry fetchAssetEntry(long entryId)
fetchAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic com.liferay.portlet.asset.model.AssetEntry getAssetEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException
getAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServiceentryId - the primary key of the asset entrycom.liferay.portal.kernel.exception.PortalException - if a asset entry with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface com.liferay.portlet.asset.service.AssetEntryLocalServiceprotected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public com.liferay.portal.model.PersistedModel deletePersistedModel(com.liferay.portal.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicedeletePersistedModel in interface com.liferay.portlet.asset.service.AssetEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicegetPersistedModel in interface com.liferay.portlet.asset.service.AssetEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetEntries(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 AssetEntryModelImpl. 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.
getAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicestart - the lower bound of the range of asset entriesend - the upper bound of the range of asset entries (not inclusive)public int getAssetEntriesCount()
getAssetEntriesCount in interface com.liferay.portlet.asset.service.AssetEntryLocalService@Indexable(type=REINDEX) public com.liferay.portlet.asset.model.AssetEntry updateAssetEntry(com.liferay.portlet.asset.model.AssetEntry assetEntry)
updateAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServiceassetEntry - the asset entrypublic void addAssetCategoryAssetEntry(long categoryId,
long entryId)
addAssetCategoryAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void addAssetCategoryAssetEntry(long categoryId,
com.liferay.portlet.asset.model.AssetEntry assetEntry)
addAssetCategoryAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void addAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
addAssetCategoryAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void addAssetCategoryAssetEntries(long categoryId,
java.util.List<com.liferay.portlet.asset.model.AssetEntry> AssetEntries)
addAssetCategoryAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void clearAssetCategoryAssetEntries(long categoryId)
clearAssetCategoryAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void deleteAssetCategoryAssetEntry(long categoryId,
long entryId)
deleteAssetCategoryAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void deleteAssetCategoryAssetEntry(long categoryId,
com.liferay.portlet.asset.model.AssetEntry assetEntry)
deleteAssetCategoryAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void deleteAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
deleteAssetCategoryAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void deleteAssetCategoryAssetEntries(long categoryId,
java.util.List<com.liferay.portlet.asset.model.AssetEntry> AssetEntries)
deleteAssetCategoryAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic long[] getAssetCategoryPrimaryKeys(long entryId)
getAssetCategoryPrimaryKeys in interface com.liferay.portlet.asset.service.AssetEntryLocalServiceentryId - the entryId of the asset entrypublic java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetCategoryAssetEntries(long categoryId)
getAssetCategoryAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetCategoryAssetEntries(long categoryId,
int start,
int end)
getAssetCategoryAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetCategoryAssetEntries(long categoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetEntry> orderByComparator)
getAssetCategoryAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic int getAssetCategoryAssetEntriesCount(long categoryId)
getAssetCategoryAssetEntriesCount in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic boolean hasAssetCategoryAssetEntry(long categoryId,
long entryId)
hasAssetCategoryAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic boolean hasAssetCategoryAssetEntries(long categoryId)
hasAssetCategoryAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void setAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
setAssetCategoryAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void addAssetTagAssetEntry(long tagId,
long entryId)
addAssetTagAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void addAssetTagAssetEntry(long tagId,
com.liferay.portlet.asset.model.AssetEntry assetEntry)
addAssetTagAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void addAssetTagAssetEntries(long tagId,
long[] entryIds)
addAssetTagAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void addAssetTagAssetEntries(long tagId,
java.util.List<com.liferay.portlet.asset.model.AssetEntry> AssetEntries)
addAssetTagAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void clearAssetTagAssetEntries(long tagId)
clearAssetTagAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void deleteAssetTagAssetEntry(long tagId,
long entryId)
deleteAssetTagAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void deleteAssetTagAssetEntry(long tagId,
com.liferay.portlet.asset.model.AssetEntry assetEntry)
deleteAssetTagAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void deleteAssetTagAssetEntries(long tagId,
long[] entryIds)
deleteAssetTagAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void deleteAssetTagAssetEntries(long tagId,
java.util.List<com.liferay.portlet.asset.model.AssetEntry> AssetEntries)
deleteAssetTagAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic long[] getAssetTagPrimaryKeys(long entryId)
getAssetTagPrimaryKeys in interface com.liferay.portlet.asset.service.AssetEntryLocalServiceentryId - the entryId of the asset entrypublic java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetTagAssetEntries(long tagId)
getAssetTagAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetTagAssetEntries(long tagId,
int start,
int end)
getAssetTagAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetTagAssetEntries(long tagId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetEntry> orderByComparator)
getAssetTagAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic int getAssetTagAssetEntriesCount(long tagId)
getAssetTagAssetEntriesCount in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic boolean hasAssetTagAssetEntry(long tagId,
long entryId)
hasAssetTagAssetEntry in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic boolean hasAssetTagAssetEntries(long tagId)
hasAssetTagAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void setAssetTagAssetEntries(long tagId,
long[] entryIds)
setAssetTagAssetEntries in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic com.liferay.portlet.asset.service.AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local servicepublic com.liferay.portlet.asset.service.AssetEntryService getAssetEntryService()
public void setAssetEntryService(com.liferay.portlet.asset.service.AssetEntryService assetEntryService)
assetEntryService - the asset entry remote servicepublic com.liferay.portlet.asset.service.persistence.AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence - the asset entry persistencepublic com.liferay.portlet.asset.service.persistence.AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)
assetEntryFinder - the asset entry finderpublic com.liferay.counter.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.service.ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(com.liferay.portal.service.ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic com.liferay.portal.service.ClassNameService getClassNameService()
public void setClassNameService(com.liferay.portal.service.ClassNameService classNameService)
classNameService - the class name remote servicepublic com.liferay.portal.service.persistence.ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(com.liferay.portal.service.persistence.ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic com.liferay.portal.service.CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(com.liferay.portal.service.CompanyLocalService companyLocalService)
companyLocalService - the company local servicepublic com.liferay.portal.service.CompanyService getCompanyService()
public void setCompanyService(com.liferay.portal.service.CompanyService companyService)
companyService - the company remote servicepublic com.liferay.portal.service.persistence.CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(com.liferay.portal.service.persistence.CompanyPersistence companyPersistence)
companyPersistence - the company persistencepublic com.liferay.portal.service.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic com.liferay.portal.service.GroupService getGroupService()
public void setGroupService(com.liferay.portal.service.GroupService groupService)
groupService - the group remote servicepublic com.liferay.portal.service.persistence.GroupPersistence getGroupPersistence()
public void setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic com.liferay.portal.service.persistence.GroupFinder getGroupFinder()
public void setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
groupFinder - the group finderpublic com.liferay.portal.service.SystemEventLocalService getSystemEventLocalService()
public void setSystemEventLocalService(com.liferay.portal.service.SystemEventLocalService systemEventLocalService)
systemEventLocalService - the system event local servicepublic com.liferay.portal.service.persistence.SystemEventPersistence getSystemEventPersistence()
public void setSystemEventPersistence(com.liferay.portal.service.persistence.SystemEventPersistence systemEventPersistence)
systemEventPersistence - the system event persistencepublic com.liferay.portal.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.service.UserService getUserService()
public void setUserService(com.liferay.portal.service.UserService userService)
userService - the user remote servicepublic com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic com.liferay.portal.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
userFinder - the user finderpublic com.liferay.portlet.asset.service.AssetCategoryLocalService getAssetCategoryLocalService()
public void setAssetCategoryLocalService(com.liferay.portlet.asset.service.AssetCategoryLocalService assetCategoryLocalService)
assetCategoryLocalService - the asset category local servicepublic com.liferay.portlet.asset.service.AssetCategoryService getAssetCategoryService()
public void setAssetCategoryService(com.liferay.portlet.asset.service.AssetCategoryService assetCategoryService)
assetCategoryService - the asset category remote servicepublic com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence getAssetCategoryPersistence()
public void setAssetCategoryPersistence(com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence assetCategoryPersistence)
assetCategoryPersistence - the asset category persistencepublic com.liferay.portlet.asset.service.persistence.AssetCategoryFinder getAssetCategoryFinder()
public void setAssetCategoryFinder(com.liferay.portlet.asset.service.persistence.AssetCategoryFinder assetCategoryFinder)
assetCategoryFinder - the asset category finderpublic com.liferay.portlet.social.service.SocialActivityLocalService getSocialActivityLocalService()
public void setSocialActivityLocalService(com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService)
socialActivityLocalService - the social activity local servicepublic com.liferay.portlet.social.service.SocialActivityService getSocialActivityService()
public void setSocialActivityService(com.liferay.portlet.social.service.SocialActivityService socialActivityService)
socialActivityService - the social activity remote servicepublic com.liferay.portlet.social.service.persistence.SocialActivityPersistence getSocialActivityPersistence()
public void setSocialActivityPersistence(com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence)
socialActivityPersistence - the social activity persistencepublic com.liferay.portlet.social.service.persistence.SocialActivityFinder getSocialActivityFinder()
public void setSocialActivityFinder(com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder)
socialActivityFinder - the social activity finderpublic com.liferay.portlet.social.service.SocialActivityCounterLocalService getSocialActivityCounterLocalService()
public void setSocialActivityCounterLocalService(com.liferay.portlet.social.service.SocialActivityCounterLocalService socialActivityCounterLocalService)
socialActivityCounterLocalService - the social activity counter local servicepublic com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistence getSocialActivityCounterPersistence()
public void setSocialActivityCounterPersistence(com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistence socialActivityCounterPersistence)
socialActivityCounterPersistence - the social activity counter persistencepublic com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder getSocialActivityCounterFinder()
public void setSocialActivityCounterFinder(com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder socialActivityCounterFinder)
socialActivityCounterFinder - the social activity counter finderpublic com.liferay.portlet.asset.service.AssetLinkLocalService getAssetLinkLocalService()
public void setAssetLinkLocalService(com.liferay.portlet.asset.service.AssetLinkLocalService assetLinkLocalService)
assetLinkLocalService - the asset link local servicepublic com.liferay.portlet.asset.service.persistence.AssetLinkPersistence getAssetLinkPersistence()
public void setAssetLinkPersistence(com.liferay.portlet.asset.service.persistence.AssetLinkPersistence assetLinkPersistence)
assetLinkPersistence - the asset link persistencepublic com.liferay.portlet.asset.service.AssetTagLocalService getAssetTagLocalService()
public void setAssetTagLocalService(com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService)
assetTagLocalService - the asset tag local servicepublic com.liferay.portlet.asset.service.AssetTagService getAssetTagService()
public void setAssetTagService(com.liferay.portlet.asset.service.AssetTagService assetTagService)
assetTagService - the asset tag remote servicepublic com.liferay.portlet.asset.service.persistence.AssetTagPersistence getAssetTagPersistence()
public void setAssetTagPersistence(com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence)
assetTagPersistence - the asset tag persistencepublic com.liferay.portlet.asset.service.persistence.AssetTagFinder getAssetTagFinder()
public void setAssetTagFinder(com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder)
assetTagFinder - the asset tag finderpublic void afterPropertiesSet()
public void destroy()
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeangetBeanIdentifier in interface com.liferay.portlet.asset.service.AssetEntryLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeansetBeanIdentifier in interface com.liferay.portlet.asset.service.AssetEntryLocalServicebeanIdentifier - the Spring bean ID for this beanprotected java.lang.Class<?> getModelClass()
protected java.lang.String getModelClassName()
protected void runSQL(java.lang.String sql)
sql - the sql query