public abstract class AssetCategoryPropertyServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.asset.kernel.service.AssetCategoryPropertyService, 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 AssetCategoryPropertyServiceImpl.
AssetCategoryPropertyServiceImpl,
AssetCategoryPropertyServiceUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder |
assetCategoryPropertyFinder |
protected com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService |
assetCategoryPropertyLocalService |
protected com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence |
assetCategoryPropertyPersistence |
protected com.liferay.asset.kernel.service.AssetCategoryPropertyService |
assetCategoryPropertyService |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
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 |
|---|
AssetCategoryPropertyServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder |
getAssetCategoryPropertyFinder()
Returns the asset category property finder.
|
com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService |
getAssetCategoryPropertyLocalService()
Returns the asset category property local service.
|
com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence |
getAssetCategoryPropertyPersistence()
Returns the asset category property persistence.
|
com.liferay.asset.kernel.service.AssetCategoryPropertyService |
getAssetCategoryPropertyService()
Returns the asset category property remote service.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
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 |
setAssetCategoryPropertyFinder(com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder assetCategoryPropertyFinder)
Sets the asset category property finder.
|
void |
setAssetCategoryPropertyLocalService(com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
Sets the asset category property local service.
|
void |
setAssetCategoryPropertyPersistence(com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
Sets the asset category property persistence.
|
void |
setAssetCategoryPropertyService(com.liferay.asset.kernel.service.AssetCategoryPropertyService assetCategoryPropertyService)
Sets the asset category property remote service.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
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.AssetCategoryPropertyLocalService.class) protected com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService assetCategoryPropertyLocalService
@BeanReference(type=com.liferay.asset.kernel.service.AssetCategoryPropertyService.class) protected com.liferay.asset.kernel.service.AssetCategoryPropertyService assetCategoryPropertyService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence assetCategoryPropertyPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder.class) protected com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder assetCategoryPropertyFinder
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@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
public AssetCategoryPropertyServiceBaseImpl()
public com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService getAssetCategoryPropertyLocalService()
public void setAssetCategoryPropertyLocalService(com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
assetCategoryPropertyLocalService - the asset category property local servicepublic com.liferay.asset.kernel.service.AssetCategoryPropertyService getAssetCategoryPropertyService()
public void setAssetCategoryPropertyService(com.liferay.asset.kernel.service.AssetCategoryPropertyService assetCategoryPropertyService)
assetCategoryPropertyService - the asset category property remote servicepublic com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence getAssetCategoryPropertyPersistence()
public void setAssetCategoryPropertyPersistence(com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
assetCategoryPropertyPersistence - the asset category property persistencepublic com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder getAssetCategoryPropertyFinder()
public void setAssetCategoryPropertyFinder(com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder assetCategoryPropertyFinder)
assetCategoryPropertyFinder - the asset category property 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.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 void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.asset.kernel.service.AssetCategoryPropertyServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query