com.liferay.asset.category.property.service.impl.AssetCategoryPropertyServiceImpl
@Deprecated
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
Deprecated.
|
protected com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService |
assetCategoryPropertyLocalService
Deprecated.
|
protected com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence |
assetCategoryPropertyPersistence
Deprecated.
|
protected com.liferay.asset.kernel.service.AssetCategoryPropertyService |
assetCategoryPropertyService
Deprecated.
|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService
Deprecated.
|
protected com.liferay.portal.kernel.service.persistence.UserFinder |
userFinder
Deprecated.
|
protected com.liferay.portal.kernel.service.UserLocalService |
userLocalService
Deprecated.
|
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence
Deprecated.
|
protected com.liferay.portal.kernel.service.UserService |
userService
Deprecated.
|
Constructor and Description |
---|
AssetCategoryPropertyServiceBaseImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Deprecated.
|
void |
destroy()
Deprecated.
|
com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder |
getAssetCategoryPropertyFinder()
Deprecated.
Returns the asset category property finder.
|
com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService |
getAssetCategoryPropertyLocalService()
Deprecated.
Returns the asset category property local service.
|
com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence |
getAssetCategoryPropertyPersistence()
Deprecated.
Returns the asset category property persistence.
|
com.liferay.asset.kernel.service.AssetCategoryPropertyService |
getAssetCategoryPropertyService()
Deprecated.
Returns the asset category property remote service.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Deprecated.
Returns the counter local service.
|
protected Class<?> |
getModelClass()
Deprecated.
|
protected String |
getModelClassName()
Deprecated.
|
String |
getOSGiServiceIdentifier()
Deprecated.
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.service.persistence.UserFinder |
getUserFinder()
Deprecated.
Returns the user finder.
|
com.liferay.portal.kernel.service.UserLocalService |
getUserLocalService()
Deprecated.
Returns the user local service.
|
com.liferay.portal.kernel.service.persistence.UserPersistence |
getUserPersistence()
Deprecated.
Returns the user persistence.
|
com.liferay.portal.kernel.service.UserService |
getUserService()
Deprecated.
Returns the user remote service.
|
protected void |
runSQL(String sql)
Deprecated.
Performs a SQL query.
|
void |
setAssetCategoryPropertyFinder(com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder assetCategoryPropertyFinder)
Deprecated.
Sets the asset category property finder.
|
void |
setAssetCategoryPropertyLocalService(com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
Deprecated.
Sets the asset category property local service.
|
void |
setAssetCategoryPropertyPersistence(com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
Deprecated.
Sets the asset category property persistence.
|
void |
setAssetCategoryPropertyService(com.liferay.asset.kernel.service.AssetCategoryPropertyService assetCategoryPropertyService)
Deprecated.
Sets the asset category property remote service.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Deprecated.
Sets the counter local service.
|
void |
setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Deprecated.
Sets the user finder.
|
void |
setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Deprecated.
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Deprecated.
Sets the user persistence.
|
void |
setUserService(com.liferay.portal.kernel.service.UserService userService)
Deprecated.
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.AssetCategoryPropertyService
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