public abstract class AssetEntryServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.asset.kernel.service.AssetEntryService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in AssetEntryServiceImpl
.
AssetEntryServiceImpl
,
AssetEntryServiceUtil
Modifier and Type | Field and Description |
---|---|
protected com.liferay.asset.kernel.service.persistence.AssetCategoryFinder |
assetCategoryFinder |
protected com.liferay.asset.kernel.service.AssetCategoryLocalService |
assetCategoryLocalService |
protected com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence |
assetCategoryPersistence |
protected com.liferay.asset.kernel.service.AssetCategoryService |
assetCategoryService |
protected com.liferay.asset.kernel.service.persistence.AssetEntryFinder |
assetEntryFinder |
protected com.liferay.asset.kernel.service.AssetEntryLocalService |
assetEntryLocalService |
protected com.liferay.asset.kernel.service.persistence.AssetEntryPersistence |
assetEntryPersistence |
protected com.liferay.asset.kernel.service.AssetEntryService |
assetEntryService |
protected com.liferay.asset.kernel.service.AssetLinkLocalService |
assetLinkLocalService |
protected com.liferay.asset.kernel.service.persistence.AssetLinkPersistence |
assetLinkPersistence |
protected com.liferay.asset.kernel.service.persistence.AssetTagFinder |
assetTagFinder |
protected com.liferay.asset.kernel.service.AssetTagLocalService |
assetTagLocalService |
protected com.liferay.asset.kernel.service.persistence.AssetTagPersistence |
assetTagPersistence |
protected com.liferay.asset.kernel.service.AssetTagService |
assetTagService |
protected com.liferay.portal.kernel.service.ClassNameLocalService |
classNameLocalService |
protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence |
classNamePersistence |
protected com.liferay.portal.kernel.service.ClassNameService |
classNameService |
protected com.liferay.portal.kernel.service.CompanyLocalService |
companyLocalService |
protected com.liferay.portal.kernel.service.persistence.CompanyPersistence |
companyPersistence |
protected com.liferay.portal.kernel.service.CompanyService |
companyService |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.persistence.GroupFinder |
groupFinder |
protected com.liferay.portal.kernel.service.GroupLocalService |
groupLocalService |
protected com.liferay.portal.kernel.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.kernel.service.GroupService |
groupService |
protected com.liferay.social.kernel.service.persistence.SocialActivityCounterFinder |
socialActivityCounterFinder |
protected com.liferay.social.kernel.service.SocialActivityCounterLocalService |
socialActivityCounterLocalService |
protected com.liferay.social.kernel.service.persistence.SocialActivityCounterPersistence |
socialActivityCounterPersistence |
protected com.liferay.social.kernel.service.persistence.SocialActivityFinder |
socialActivityFinder |
protected com.liferay.social.kernel.service.SocialActivityLocalService |
socialActivityLocalService |
protected com.liferay.social.kernel.service.persistence.SocialActivityPersistence |
socialActivityPersistence |
protected com.liferay.social.kernel.service.SocialActivityService |
socialActivityService |
protected com.liferay.portal.kernel.service.SystemEventLocalService |
systemEventLocalService |
protected com.liferay.portal.kernel.service.persistence.SystemEventPersistence |
systemEventPersistence |
protected com.liferay.portal.kernel.service.persistence.UserFinder |
userFinder |
protected com.liferay.portal.kernel.service.UserLocalService |
userLocalService |
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence |
protected com.liferay.portal.kernel.service.UserService |
userService |
Constructor and Description |
---|
AssetEntryServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.asset.kernel.service.persistence.AssetCategoryFinder |
getAssetCategoryFinder()
Returns the asset category finder.
|
com.liferay.asset.kernel.service.AssetCategoryLocalService |
getAssetCategoryLocalService()
Returns the asset category local service.
|
com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence |
getAssetCategoryPersistence()
Returns the asset category persistence.
|
com.liferay.asset.kernel.service.AssetCategoryService |
getAssetCategoryService()
Returns the asset category remote service.
|
com.liferay.asset.kernel.service.persistence.AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder.
|
com.liferay.asset.kernel.service.AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service.
|
com.liferay.asset.kernel.service.persistence.AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence.
|
com.liferay.asset.kernel.service.AssetEntryService |
getAssetEntryService()
Returns the asset entry remote service.
|
com.liferay.asset.kernel.service.AssetLinkLocalService |
getAssetLinkLocalService()
Returns the asset link local service.
|
com.liferay.asset.kernel.service.persistence.AssetLinkPersistence |
getAssetLinkPersistence()
Returns the asset link persistence.
|
com.liferay.asset.kernel.service.persistence.AssetTagFinder |
getAssetTagFinder()
Returns the asset tag finder.
|
com.liferay.asset.kernel.service.AssetTagLocalService |
getAssetTagLocalService()
Returns the asset tag local service.
|
com.liferay.asset.kernel.service.persistence.AssetTagPersistence |
getAssetTagPersistence()
Returns the asset tag persistence.
|
com.liferay.asset.kernel.service.AssetTagService |
getAssetTagService()
Returns the asset tag remote service.
|
com.liferay.portal.kernel.service.ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service.
|
com.liferay.portal.kernel.service.persistence.ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence.
|
com.liferay.portal.kernel.service.ClassNameService |
getClassNameService()
Returns the class name remote service.
|
com.liferay.portal.kernel.service.CompanyLocalService |
getCompanyLocalService()
Returns the company local service.
|
com.liferay.portal.kernel.service.persistence.CompanyPersistence |
getCompanyPersistence()
Returns the company persistence.
|
com.liferay.portal.kernel.service.CompanyService |
getCompanyService()
Returns the company remote service.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.service.persistence.GroupFinder |
getGroupFinder()
Returns the group finder.
|
com.liferay.portal.kernel.service.GroupLocalService |
getGroupLocalService()
Returns the group local service.
|
com.liferay.portal.kernel.service.persistence.GroupPersistence |
getGroupPersistence()
Returns the group persistence.
|
com.liferay.portal.kernel.service.GroupService |
getGroupService()
Returns the group remote service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.social.kernel.service.persistence.SocialActivityCounterFinder |
getSocialActivityCounterFinder()
Returns the social activity counter finder.
|
com.liferay.social.kernel.service.SocialActivityCounterLocalService |
getSocialActivityCounterLocalService()
Returns the social activity counter local service.
|
com.liferay.social.kernel.service.persistence.SocialActivityCounterPersistence |
getSocialActivityCounterPersistence()
Returns the social activity counter persistence.
|
com.liferay.social.kernel.service.persistence.SocialActivityFinder |
getSocialActivityFinder()
Returns the social activity finder.
|
com.liferay.social.kernel.service.SocialActivityLocalService |
getSocialActivityLocalService()
Returns the social activity local service.
|
com.liferay.social.kernel.service.persistence.SocialActivityPersistence |
getSocialActivityPersistence()
Returns the social activity persistence.
|
com.liferay.social.kernel.service.SocialActivityService |
getSocialActivityService()
Returns the social activity remote service.
|
com.liferay.portal.kernel.service.SystemEventLocalService |
getSystemEventLocalService()
Returns the system event local service.
|
com.liferay.portal.kernel.service.persistence.SystemEventPersistence |
getSystemEventPersistence()
Returns the system event persistence.
|
com.liferay.portal.kernel.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
com.liferay.portal.kernel.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.kernel.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
com.liferay.portal.kernel.service.UserService |
getUserService()
Returns the user remote service.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setAssetCategoryFinder(com.liferay.asset.kernel.service.persistence.AssetCategoryFinder assetCategoryFinder)
Sets the asset category finder.
|
void |
setAssetCategoryLocalService(com.liferay.asset.kernel.service.AssetCategoryLocalService assetCategoryLocalService)
Sets the asset category local service.
|
void |
setAssetCategoryPersistence(com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence assetCategoryPersistence)
Sets the asset category persistence.
|
void |
setAssetCategoryService(com.liferay.asset.kernel.service.AssetCategoryService assetCategoryService)
Sets the asset category remote service.
|
void |
setAssetEntryFinder(com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.
|
void |
setAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.
|
void |
setAssetEntryPersistence(com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.
|
void |
setAssetEntryService(com.liferay.asset.kernel.service.AssetEntryService assetEntryService)
Sets the asset entry remote service.
|
void |
setAssetLinkLocalService(com.liferay.asset.kernel.service.AssetLinkLocalService assetLinkLocalService)
Sets the asset link local service.
|
void |
setAssetLinkPersistence(com.liferay.asset.kernel.service.persistence.AssetLinkPersistence assetLinkPersistence)
Sets the asset link persistence.
|
void |
setAssetTagFinder(com.liferay.asset.kernel.service.persistence.AssetTagFinder assetTagFinder)
Sets the asset tag finder.
|
void |
setAssetTagLocalService(com.liferay.asset.kernel.service.AssetTagLocalService assetTagLocalService)
Sets the asset tag local service.
|
void |
setAssetTagPersistence(com.liferay.asset.kernel.service.persistence.AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence.
|
void |
setAssetTagService(com.liferay.asset.kernel.service.AssetTagService assetTagService)
Sets the asset tag remote service.
|
void |
setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
Sets the class name local service.
|
void |
setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
Sets the class name persistence.
|
void |
setClassNameService(com.liferay.portal.kernel.service.ClassNameService classNameService)
Sets the class name remote service.
|
void |
setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService)
Sets the company local service.
|
void |
setCompanyPersistence(com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence)
Sets the company persistence.
|
void |
setCompanyService(com.liferay.portal.kernel.service.CompanyService companyService)
Sets the company remote service.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
Sets the group finder.
|
void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
Sets the group local service.
|
void |
setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.
|
void |
setGroupService(com.liferay.portal.kernel.service.GroupService groupService)
Sets the group remote service.
|
void |
setSocialActivityCounterFinder(com.liferay.social.kernel.service.persistence.SocialActivityCounterFinder socialActivityCounterFinder)
Sets the social activity counter finder.
|
void |
setSocialActivityCounterLocalService(com.liferay.social.kernel.service.SocialActivityCounterLocalService socialActivityCounterLocalService)
Sets the social activity counter local service.
|
void |
setSocialActivityCounterPersistence(com.liferay.social.kernel.service.persistence.SocialActivityCounterPersistence socialActivityCounterPersistence)
Sets the social activity counter persistence.
|
void |
setSocialActivityFinder(com.liferay.social.kernel.service.persistence.SocialActivityFinder socialActivityFinder)
Sets the social activity finder.
|
void |
setSocialActivityLocalService(com.liferay.social.kernel.service.SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service.
|
void |
setSocialActivityPersistence(com.liferay.social.kernel.service.persistence.SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence.
|
void |
setSocialActivityService(com.liferay.social.kernel.service.SocialActivityService socialActivityService)
Sets the social activity remote service.
|
void |
setSystemEventLocalService(com.liferay.portal.kernel.service.SystemEventLocalService systemEventLocalService)
Sets the system event local service.
|
void |
setSystemEventPersistence(com.liferay.portal.kernel.service.persistence.SystemEventPersistence systemEventPersistence)
Sets the system event persistence.
|
void |
setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.
|
void |
setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
void |
setUserService(com.liferay.portal.kernel.service.UserService userService)
Sets the user remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.asset.kernel.service.AssetEntryLocalService.class) protected com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService
@BeanReference(type=com.liferay.asset.kernel.service.AssetEntryService.class) protected com.liferay.asset.kernel.service.AssetEntryService assetEntryService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetEntryPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetEntryFinder.class) protected com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.ClassNameLocalService.class) protected com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService
@BeanReference(type=com.liferay.portal.kernel.service.ClassNameService.class) protected com.liferay.portal.kernel.service.ClassNameService classNameService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ClassNamePersistence.class) protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence
@BeanReference(type=com.liferay.portal.kernel.service.CompanyLocalService.class) protected com.liferay.portal.kernel.service.CompanyLocalService companyLocalService
@BeanReference(type=com.liferay.portal.kernel.service.CompanyService.class) protected com.liferay.portal.kernel.service.CompanyService companyService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CompanyPersistence.class) protected com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence
@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class) protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService
@BeanReference(type=com.liferay.portal.kernel.service.GroupService.class) protected com.liferay.portal.kernel.service.GroupService groupService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupFinder.class) protected com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder
@BeanReference(type=com.liferay.portal.kernel.service.SystemEventLocalService.class) protected com.liferay.portal.kernel.service.SystemEventLocalService systemEventLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.SystemEventPersistence.class) protected com.liferay.portal.kernel.service.persistence.SystemEventPersistence systemEventPersistence
@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class) protected com.liferay.portal.kernel.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.kernel.service.UserService.class) protected com.liferay.portal.kernel.service.UserService userService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class) protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder
@BeanReference(type=com.liferay.asset.kernel.service.AssetCategoryLocalService.class) protected com.liferay.asset.kernel.service.AssetCategoryLocalService assetCategoryLocalService
@BeanReference(type=com.liferay.asset.kernel.service.AssetCategoryService.class) protected com.liferay.asset.kernel.service.AssetCategoryService assetCategoryService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence assetCategoryPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetCategoryFinder.class) protected com.liferay.asset.kernel.service.persistence.AssetCategoryFinder assetCategoryFinder
@BeanReference(type=com.liferay.social.kernel.service.SocialActivityLocalService.class) protected com.liferay.social.kernel.service.SocialActivityLocalService socialActivityLocalService
@BeanReference(type=com.liferay.social.kernel.service.SocialActivityService.class) protected com.liferay.social.kernel.service.SocialActivityService socialActivityService
@BeanReference(type=com.liferay.social.kernel.service.persistence.SocialActivityPersistence.class) protected com.liferay.social.kernel.service.persistence.SocialActivityPersistence socialActivityPersistence
@BeanReference(type=com.liferay.social.kernel.service.persistence.SocialActivityFinder.class) protected com.liferay.social.kernel.service.persistence.SocialActivityFinder socialActivityFinder
@BeanReference(type=com.liferay.social.kernel.service.SocialActivityCounterLocalService.class) protected com.liferay.social.kernel.service.SocialActivityCounterLocalService socialActivityCounterLocalService
@BeanReference(type=com.liferay.social.kernel.service.persistence.SocialActivityCounterPersistence.class) protected com.liferay.social.kernel.service.persistence.SocialActivityCounterPersistence socialActivityCounterPersistence
@BeanReference(type=com.liferay.social.kernel.service.persistence.SocialActivityCounterFinder.class) protected com.liferay.social.kernel.service.persistence.SocialActivityCounterFinder socialActivityCounterFinder
@BeanReference(type=com.liferay.asset.kernel.service.AssetLinkLocalService.class) protected com.liferay.asset.kernel.service.AssetLinkLocalService assetLinkLocalService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetLinkPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetLinkPersistence assetLinkPersistence
@BeanReference(type=com.liferay.asset.kernel.service.AssetTagLocalService.class) protected com.liferay.asset.kernel.service.AssetTagLocalService assetTagLocalService
@BeanReference(type=com.liferay.asset.kernel.service.AssetTagService.class) protected com.liferay.asset.kernel.service.AssetTagService assetTagService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetTagPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetTagPersistence assetTagPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetTagFinder.class) protected com.liferay.asset.kernel.service.persistence.AssetTagFinder assetTagFinder
public com.liferay.asset.kernel.service.AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService
- the asset entry local servicepublic com.liferay.asset.kernel.service.AssetEntryService getAssetEntryService()
public void setAssetEntryService(com.liferay.asset.kernel.service.AssetEntryService assetEntryService)
assetEntryService
- the asset entry remote servicepublic com.liferay.asset.kernel.service.persistence.AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence
- the asset entry persistencepublic com.liferay.asset.kernel.service.persistence.AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder)
assetEntryFinder
- the asset entry finderpublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic com.liferay.portal.kernel.service.ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
classNameLocalService
- the class name local servicepublic com.liferay.portal.kernel.service.ClassNameService getClassNameService()
public void setClassNameService(com.liferay.portal.kernel.service.ClassNameService classNameService)
classNameService
- the class name remote servicepublic com.liferay.portal.kernel.service.persistence.ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
classNamePersistence
- the class name persistencepublic com.liferay.portal.kernel.service.CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService)
companyLocalService
- the company local servicepublic com.liferay.portal.kernel.service.CompanyService getCompanyService()
public void setCompanyService(com.liferay.portal.kernel.service.CompanyService companyService)
companyService
- the company remote servicepublic com.liferay.portal.kernel.service.persistence.CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence)
companyPersistence
- the company persistencepublic com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
groupLocalService
- the group local servicepublic com.liferay.portal.kernel.service.GroupService getGroupService()
public void setGroupService(com.liferay.portal.kernel.service.GroupService groupService)
groupService
- the group remote servicepublic com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
groupPersistence
- the group persistencepublic com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
public void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
groupFinder
- the group finderpublic com.liferay.portal.kernel.service.SystemEventLocalService getSystemEventLocalService()
public void setSystemEventLocalService(com.liferay.portal.kernel.service.SystemEventLocalService systemEventLocalService)
systemEventLocalService
- the system event local servicepublic com.liferay.portal.kernel.service.persistence.SystemEventPersistence getSystemEventPersistence()
public void setSystemEventPersistence(com.liferay.portal.kernel.service.persistence.SystemEventPersistence systemEventPersistence)
systemEventPersistence
- the system event persistencepublic com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
userLocalService
- the user local servicepublic com.liferay.portal.kernel.service.UserService getUserService()
public void setUserService(com.liferay.portal.kernel.service.UserService userService)
userService
- the user remote servicepublic com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
userPersistence
- the user persistencepublic com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
userFinder
- the user finderpublic com.liferay.asset.kernel.service.AssetCategoryLocalService getAssetCategoryLocalService()
public void setAssetCategoryLocalService(com.liferay.asset.kernel.service.AssetCategoryLocalService assetCategoryLocalService)
assetCategoryLocalService
- the asset category local servicepublic com.liferay.asset.kernel.service.AssetCategoryService getAssetCategoryService()
public void setAssetCategoryService(com.liferay.asset.kernel.service.AssetCategoryService assetCategoryService)
assetCategoryService
- the asset category remote servicepublic com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence getAssetCategoryPersistence()
public void setAssetCategoryPersistence(com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence assetCategoryPersistence)
assetCategoryPersistence
- the asset category persistencepublic com.liferay.asset.kernel.service.persistence.AssetCategoryFinder getAssetCategoryFinder()
public void setAssetCategoryFinder(com.liferay.asset.kernel.service.persistence.AssetCategoryFinder assetCategoryFinder)
assetCategoryFinder
- the asset category finderpublic com.liferay.social.kernel.service.SocialActivityLocalService getSocialActivityLocalService()
public void setSocialActivityLocalService(com.liferay.social.kernel.service.SocialActivityLocalService socialActivityLocalService)
socialActivityLocalService
- the social activity local servicepublic com.liferay.social.kernel.service.SocialActivityService getSocialActivityService()
public void setSocialActivityService(com.liferay.social.kernel.service.SocialActivityService socialActivityService)
socialActivityService
- the social activity remote servicepublic com.liferay.social.kernel.service.persistence.SocialActivityPersistence getSocialActivityPersistence()
public void setSocialActivityPersistence(com.liferay.social.kernel.service.persistence.SocialActivityPersistence socialActivityPersistence)
socialActivityPersistence
- the social activity persistencepublic com.liferay.social.kernel.service.persistence.SocialActivityFinder getSocialActivityFinder()
public void setSocialActivityFinder(com.liferay.social.kernel.service.persistence.SocialActivityFinder socialActivityFinder)
socialActivityFinder
- the social activity finderpublic com.liferay.social.kernel.service.SocialActivityCounterLocalService getSocialActivityCounterLocalService()
public void setSocialActivityCounterLocalService(com.liferay.social.kernel.service.SocialActivityCounterLocalService socialActivityCounterLocalService)
socialActivityCounterLocalService
- the social activity counter local servicepublic com.liferay.social.kernel.service.persistence.SocialActivityCounterPersistence getSocialActivityCounterPersistence()
public void setSocialActivityCounterPersistence(com.liferay.social.kernel.service.persistence.SocialActivityCounterPersistence socialActivityCounterPersistence)
socialActivityCounterPersistence
- the social activity counter persistencepublic com.liferay.social.kernel.service.persistence.SocialActivityCounterFinder getSocialActivityCounterFinder()
public void setSocialActivityCounterFinder(com.liferay.social.kernel.service.persistence.SocialActivityCounterFinder socialActivityCounterFinder)
socialActivityCounterFinder
- the social activity counter finderpublic com.liferay.asset.kernel.service.AssetLinkLocalService getAssetLinkLocalService()
public void setAssetLinkLocalService(com.liferay.asset.kernel.service.AssetLinkLocalService assetLinkLocalService)
assetLinkLocalService
- the asset link local servicepublic com.liferay.asset.kernel.service.persistence.AssetLinkPersistence getAssetLinkPersistence()
public void setAssetLinkPersistence(com.liferay.asset.kernel.service.persistence.AssetLinkPersistence assetLinkPersistence)
assetLinkPersistence
- the asset link persistencepublic com.liferay.asset.kernel.service.AssetTagLocalService getAssetTagLocalService()
public void setAssetTagLocalService(com.liferay.asset.kernel.service.AssetTagLocalService assetTagLocalService)
assetTagLocalService
- the asset tag local servicepublic com.liferay.asset.kernel.service.AssetTagService getAssetTagService()
public void setAssetTagService(com.liferay.asset.kernel.service.AssetTagService assetTagService)
assetTagService
- the asset tag remote servicepublic com.liferay.asset.kernel.service.persistence.AssetTagPersistence getAssetTagPersistence()
public void setAssetTagPersistence(com.liferay.asset.kernel.service.persistence.AssetTagPersistence assetTagPersistence)
assetTagPersistence
- the asset tag persistencepublic com.liferay.asset.kernel.service.persistence.AssetTagFinder getAssetTagFinder()
public void setAssetTagFinder(com.liferay.asset.kernel.service.persistence.AssetTagFinder assetTagFinder)
assetTagFinder
- the asset tag finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.asset.kernel.service.AssetEntryService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query