Liferay 6.0.5

com.liferay.portlet.asset.service.base
Class AssetLinkLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portlet.asset.service.base.AssetLinkLocalServiceBaseImpl
All Implemented Interfaces:
AssetLinkLocalService
Direct Known Subclasses:
AssetLinkLocalServiceImpl

public abstract class AssetLinkLocalServiceBaseImpl
extends Object
implements AssetLinkLocalService

The base implementation of the asset link local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in AssetLinkLocalServiceImpl.

Never modify or reference this class directly. Always use AssetLinkLocalServiceUtil to access the asset link local service.

See Also:
AssetLinkLocalServiceImpl, AssetLinkLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
protected  AssetCategoryFinder assetCategoryFinder
           
protected  AssetCategoryLocalService assetCategoryLocalService
           
protected  AssetCategoryPersistence assetCategoryPersistence
           
protected  AssetCategoryPropertyFinder assetCategoryPropertyFinder
           
protected  AssetCategoryPropertyLocalService assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyPersistence assetCategoryPropertyPersistence
           
protected  AssetCategoryPropertyService assetCategoryPropertyService
           
protected  AssetCategoryService assetCategoryService
           
protected  AssetEntryFinder assetEntryFinder
           
protected  AssetEntryLocalService assetEntryLocalService
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetEntryService assetEntryService
           
protected  AssetLinkLocalService assetLinkLocalService
           
protected  AssetLinkPersistence assetLinkPersistence
           
protected  AssetTagFinder assetTagFinder
           
protected  AssetTagLocalService assetTagLocalService
           
protected  AssetTagPersistence assetTagPersistence
           
protected  AssetTagPropertyFinder assetTagPropertyFinder
           
protected  AssetTagPropertyKeyFinder assetTagPropertyKeyFinder
           
protected  AssetTagPropertyLocalService assetTagPropertyLocalService
           
protected  AssetTagPropertyPersistence assetTagPropertyPersistence
           
protected  AssetTagPropertyService assetTagPropertyService
           
protected  AssetTagService assetTagService
           
protected  AssetTagStatsLocalService assetTagStatsLocalService
           
protected  AssetTagStatsPersistence assetTagStatsPersistence
           
protected  AssetVocabularyLocalService assetVocabularyLocalService
           
protected  AssetVocabularyPersistence assetVocabularyPersistence
           
protected  AssetVocabularyService assetVocabularyService
           
protected  CounterLocalService counterLocalService
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Constructor Summary
AssetLinkLocalServiceBaseImpl()
           
 
Method Summary
 AssetLink addAssetLink(AssetLink assetLink)
          Adds the asset link to the database.
 AssetLink createAssetLink(long linkId)
          Creates a new asset link with the primary key.
 void deleteAssetLink(AssetLink assetLink)
          Deletes the asset link from the database.
 void deleteAssetLink(long linkId)
          Deletes the asset link with the primary key from the database.
 List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Counts the number of rows that match the dynamic query.
 AssetCategoryFinder getAssetCategoryFinder()
          Gets the asset category finder.
 AssetCategoryLocalService getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryPersistence getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryPropertyFinder getAssetCategoryPropertyFinder()
          Gets the asset category property finder.
 AssetCategoryPropertyLocalService getAssetCategoryPropertyLocalService()
          Gets the asset category property local service.
 AssetCategoryPropertyPersistence getAssetCategoryPropertyPersistence()
          Gets the asset category property persistence.
 AssetCategoryPropertyService getAssetCategoryPropertyService()
          Gets the asset category property remote service.
 AssetCategoryService getAssetCategoryService()
          Gets the asset category remote service.
 AssetEntryFinder getAssetEntryFinder()
          Gets the asset entry finder.
 AssetEntryLocalService getAssetEntryLocalService()
          Gets the asset entry local service.
 AssetEntryPersistence getAssetEntryPersistence()
          Gets the asset entry persistence.
 AssetEntryService getAssetEntryService()
          Gets the asset entry remote service.
 AssetLink getAssetLink(long linkId)
          Gets the asset link with the primary key.
 AssetLinkLocalService getAssetLinkLocalService()
          Gets the asset link local service.
 AssetLinkPersistence getAssetLinkPersistence()
          Gets the asset link persistence.
 List<AssetLink> getAssetLinks(int start, int end)
          Gets a range of all the asset links.
 int getAssetLinksCount()
          Gets the number of asset links.
 AssetTagFinder getAssetTagFinder()
          Gets the asset tag finder.
 AssetTagLocalService getAssetTagLocalService()
          Gets the asset tag local service.
 AssetTagPersistence getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagPropertyFinder getAssetTagPropertyFinder()
          Gets the asset tag property finder.
 AssetTagPropertyKeyFinder getAssetTagPropertyKeyFinder()
          Gets the asset tag property key finder.
 AssetTagPropertyLocalService getAssetTagPropertyLocalService()
          Gets the asset tag property local service.
 AssetTagPropertyPersistence getAssetTagPropertyPersistence()
          Gets the asset tag property persistence.
 AssetTagPropertyService getAssetTagPropertyService()
          Gets the asset tag property remote service.
 AssetTagService getAssetTagService()
          Gets the asset tag remote service.
 AssetTagStatsLocalService getAssetTagStatsLocalService()
          Gets the asset tag stats local service.
 AssetTagStatsPersistence getAssetTagStatsPersistence()
          Gets the asset tag stats persistence.
 AssetVocabularyLocalService getAssetVocabularyLocalService()
          Gets the asset vocabulary local service.
 AssetVocabularyPersistence getAssetVocabularyPersistence()
          Gets the asset vocabulary persistence.
 AssetVocabularyService getAssetVocabularyService()
          Gets the asset vocabulary remote service.
 CounterLocalService getCounterLocalService()
          Gets the counter local service.
 ResourceFinder getResourceFinder()
          Gets the resource finder.
 ResourceLocalService getResourceLocalService()
          Gets the resource local service.
 ResourcePersistence getResourcePersistence()
          Gets the resource persistence.
 ResourceService getResourceService()
          Gets the resource remote service.
 UserFinder getUserFinder()
          Gets the user finder.
 UserLocalService getUserLocalService()
          Gets the user local service.
 UserPersistence getUserPersistence()
          Gets the user persistence.
 UserService getUserService()
          Gets the user remote service.
protected  void runSQL(String sql)
          Performs an SQL query.
 void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
          Sets the asset category finder.
 void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 void setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
          Sets the asset category property local service.
 void setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 void setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
          Sets the asset entry finder.
 void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
          Sets the asset link local service.
 void setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void setAssetTagFinder(AssetTagFinder assetTagFinder)
          Sets the asset tag finder.
 void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
          Sets the asset tag local service.
 void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void setAssetTagPropertyFinder(AssetTagPropertyFinder assetTagPropertyFinder)
          Sets the asset tag property finder.
 void setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
          Sets the asset tag property key finder.
 void setAssetTagPropertyLocalService(AssetTagPropertyLocalService assetTagPropertyLocalService)
          Sets the asset tag property local service.
 void setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
          Sets the asset tag property persistence.
 void setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void setAssetTagStatsLocalService(AssetTagStatsLocalService assetTagStatsLocalService)
          Sets the asset tag stats local service.
 void setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 void setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
          Sets the asset vocabulary persistence.
 void setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
          Sets the asset vocabulary remote service.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setResourceFinder(ResourceFinder resourceFinder)
          Sets the resource finder.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePersistence(ResourcePersistence resourcePersistence)
          Sets the resource persistence.
 void setResourceService(ResourceService resourceService)
          Sets the resource remote service.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(UserService userService)
          Sets the user remote service.
 AssetLink updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database.
 AssetLink updateAssetLink(AssetLink assetLink, boolean merge)
          Updates the asset link in the database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.asset.service.AssetLinkLocalService
addLink, deleteLink, deleteLinks, deleteLinks, getLinks, getReverseLinks
 

Field Detail

assetCategoryLocalService

@BeanReference(type=AssetCategoryLocalService.class)
protected AssetCategoryLocalService assetCategoryLocalService

assetCategoryService

@BeanReference(type=AssetCategoryService.class)
protected AssetCategoryService assetCategoryService

assetCategoryPersistence

@BeanReference(type=AssetCategoryPersistence.class)
protected AssetCategoryPersistence assetCategoryPersistence

assetCategoryFinder

@BeanReference(type=AssetCategoryFinder.class)
protected AssetCategoryFinder assetCategoryFinder

assetCategoryPropertyLocalService

@BeanReference(type=AssetCategoryPropertyLocalService.class)
protected AssetCategoryPropertyLocalService assetCategoryPropertyLocalService

assetCategoryPropertyService

@BeanReference(type=AssetCategoryPropertyService.class)
protected AssetCategoryPropertyService assetCategoryPropertyService

assetCategoryPropertyPersistence

@BeanReference(type=AssetCategoryPropertyPersistence.class)
protected AssetCategoryPropertyPersistence assetCategoryPropertyPersistence

assetCategoryPropertyFinder

@BeanReference(type=AssetCategoryPropertyFinder.class)
protected AssetCategoryPropertyFinder assetCategoryPropertyFinder

assetEntryLocalService

@BeanReference(type=AssetEntryLocalService.class)
protected AssetEntryLocalService assetEntryLocalService

assetEntryService

@BeanReference(type=AssetEntryService.class)
protected AssetEntryService assetEntryService

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(type=AssetEntryFinder.class)
protected AssetEntryFinder assetEntryFinder

assetLinkLocalService

@BeanReference(type=AssetLinkLocalService.class)
protected AssetLinkLocalService assetLinkLocalService

assetLinkPersistence

@BeanReference(type=AssetLinkPersistence.class)
protected AssetLinkPersistence assetLinkPersistence

assetTagLocalService

@BeanReference(type=AssetTagLocalService.class)
protected AssetTagLocalService assetTagLocalService

assetTagService

@BeanReference(type=AssetTagService.class)
protected AssetTagService assetTagService

assetTagPersistence

@BeanReference(type=AssetTagPersistence.class)
protected AssetTagPersistence assetTagPersistence

assetTagFinder

@BeanReference(type=AssetTagFinder.class)
protected AssetTagFinder assetTagFinder

assetTagPropertyLocalService

@BeanReference(type=AssetTagPropertyLocalService.class)
protected AssetTagPropertyLocalService assetTagPropertyLocalService

assetTagPropertyService

@BeanReference(type=AssetTagPropertyService.class)
protected AssetTagPropertyService assetTagPropertyService

assetTagPropertyPersistence

@BeanReference(type=AssetTagPropertyPersistence.class)
protected AssetTagPropertyPersistence assetTagPropertyPersistence

assetTagPropertyFinder

@BeanReference(type=AssetTagPropertyFinder.class)
protected AssetTagPropertyFinder assetTagPropertyFinder

assetTagPropertyKeyFinder

@BeanReference(type=AssetTagPropertyKeyFinder.class)
protected AssetTagPropertyKeyFinder assetTagPropertyKeyFinder

assetTagStatsLocalService

@BeanReference(type=AssetTagStatsLocalService.class)
protected AssetTagStatsLocalService assetTagStatsLocalService

assetTagStatsPersistence

@BeanReference(type=AssetTagStatsPersistence.class)
protected AssetTagStatsPersistence assetTagStatsPersistence

assetVocabularyLocalService

@BeanReference(type=AssetVocabularyLocalService.class)
protected AssetVocabularyLocalService assetVocabularyLocalService

assetVocabularyService

@BeanReference(type=AssetVocabularyService.class)
protected AssetVocabularyService assetVocabularyService

assetVocabularyPersistence

@BeanReference(type=AssetVocabularyPersistence.class)
protected AssetVocabularyPersistence assetVocabularyPersistence

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=ResourceService.class)
protected ResourceService resourceService

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder
Constructor Detail

AssetLinkLocalServiceBaseImpl

public AssetLinkLocalServiceBaseImpl()
Method Detail

addAssetLink

public AssetLink addAssetLink(AssetLink assetLink)
                       throws SystemException
Adds the asset link to the database. Also notifies the appropriate model listeners.

Specified by:
addAssetLink in interface AssetLinkLocalService
Parameters:
assetLink - the asset link to add
Returns:
the asset link that was added
Throws:
SystemException - if a system exception occurred

createAssetLink

public AssetLink createAssetLink(long linkId)
Creates a new asset link with the primary key. Does not add the asset link to the database.

Specified by:
createAssetLink in interface AssetLinkLocalService
Parameters:
linkId - the primary key for the new asset link
Returns:
the new asset link

deleteAssetLink

public void deleteAssetLink(long linkId)
                     throws PortalException,
                            SystemException
Deletes the asset link with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteAssetLink in interface AssetLinkLocalService
Parameters:
linkId - the primary key of the asset link to delete
Throws:
PortalException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred

deleteAssetLink

public void deleteAssetLink(AssetLink assetLink)
                     throws SystemException
Deletes the asset link from the database. Also notifies the appropriate model listeners.

Specified by:
deleteAssetLink in interface AssetLinkLocalService
Parameters:
assetLink - the asset link to delete
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface AssetLinkLocalService
Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

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.

Specified by:
dynamicQuery in interface AssetLinkLocalService
Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

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.

Specified by:
dynamicQuery in interface AssetLinkLocalService
Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Counts the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface AssetLinkLocalService
Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

getAssetLink

public AssetLink getAssetLink(long linkId)
                       throws PortalException,
                              SystemException
Gets the asset link with the primary key.

Specified by:
getAssetLink in interface AssetLinkLocalService
Parameters:
linkId - the primary key of the asset link to get
Returns:
the asset link
Throws:
PortalException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred

getAssetLinks

public List<AssetLink> getAssetLinks(int start,
                                     int end)
                              throws SystemException
Gets a range of all the asset links.

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.

Specified by:
getAssetLinks in interface AssetLinkLocalService
Parameters:
start - the lower bound of the range of asset links to return
end - the upper bound of the range of asset links to return (not inclusive)
Returns:
the range of asset links
Throws:
SystemException - if a system exception occurred

getAssetLinksCount

public int getAssetLinksCount()
                       throws SystemException
Gets the number of asset links.

Specified by:
getAssetLinksCount in interface AssetLinkLocalService
Returns:
the number of asset links
Throws:
SystemException - if a system exception occurred

updateAssetLink

public AssetLink updateAssetLink(AssetLink assetLink)
                          throws SystemException
Updates the asset link in the database. Also notifies the appropriate model listeners.

Specified by:
updateAssetLink in interface AssetLinkLocalService
Parameters:
assetLink - the asset link to update
Returns:
the asset link that was updated
Throws:
SystemException - if a system exception occurred

updateAssetLink

public AssetLink updateAssetLink(AssetLink assetLink,
                                 boolean merge)
                          throws SystemException
Updates the asset link in the database. Also notifies the appropriate model listeners.

Specified by:
updateAssetLink in interface AssetLinkLocalService
Parameters:
assetLink - the asset link to update
merge - whether to merge the asset link with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the asset link that was updated
Throws:
SystemException - if a system exception occurred

getAssetCategoryLocalService

public AssetCategoryLocalService getAssetCategoryLocalService()
Gets the asset category local service.

Returns:
the asset category local service

setAssetCategoryLocalService

public void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
Sets the asset category local service.

Parameters:
assetCategoryLocalService - the asset category local service

getAssetCategoryService

public AssetCategoryService getAssetCategoryService()
Gets the asset category remote service.

Returns:
the asset category remote service

setAssetCategoryService

public void setAssetCategoryService(AssetCategoryService assetCategoryService)
Sets the asset category remote service.

Parameters:
assetCategoryService - the asset category remote service

getAssetCategoryPersistence

public AssetCategoryPersistence getAssetCategoryPersistence()
Gets the asset category persistence.

Returns:
the asset category persistence

setAssetCategoryPersistence

public void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
Sets the asset category persistence.

Parameters:
assetCategoryPersistence - the asset category persistence

getAssetCategoryFinder

public AssetCategoryFinder getAssetCategoryFinder()
Gets the asset category finder.

Returns:
the asset category finder

setAssetCategoryFinder

public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
Sets the asset category finder.

Parameters:
assetCategoryFinder - the asset category finder

getAssetCategoryPropertyLocalService

public AssetCategoryPropertyLocalService getAssetCategoryPropertyLocalService()
Gets the asset category property local service.

Returns:
the asset category property local service

setAssetCategoryPropertyLocalService

public void setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
Sets the asset category property local service.

Parameters:
assetCategoryPropertyLocalService - the asset category property local service

getAssetCategoryPropertyService

public AssetCategoryPropertyService getAssetCategoryPropertyService()
Gets the asset category property remote service.

Returns:
the asset category property remote service

setAssetCategoryPropertyService

public void setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
Sets the asset category property remote service.

Parameters:
assetCategoryPropertyService - the asset category property remote service

getAssetCategoryPropertyPersistence

public AssetCategoryPropertyPersistence getAssetCategoryPropertyPersistence()
Gets the asset category property persistence.

Returns:
the asset category property persistence

setAssetCategoryPropertyPersistence

public void setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
Sets the asset category property persistence.

Parameters:
assetCategoryPropertyPersistence - the asset category property persistence

getAssetCategoryPropertyFinder

public AssetCategoryPropertyFinder getAssetCategoryPropertyFinder()
Gets the asset category property finder.

Returns:
the asset category property finder

setAssetCategoryPropertyFinder

public void setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
Sets the asset category property finder.

Parameters:
assetCategoryPropertyFinder - the asset category property finder

getAssetEntryLocalService

public AssetEntryLocalService getAssetEntryLocalService()
Gets the asset entry local service.

Returns:
the asset entry local service

setAssetEntryLocalService

public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.

Parameters:
assetEntryLocalService - the asset entry local service

getAssetEntryService

public AssetEntryService getAssetEntryService()
Gets the asset entry remote service.

Returns:
the asset entry remote service

setAssetEntryService

public void setAssetEntryService(AssetEntryService assetEntryService)
Sets the asset entry remote service.

Parameters:
assetEntryService - the asset entry remote service

getAssetEntryPersistence

public AssetEntryPersistence getAssetEntryPersistence()
Gets the asset entry persistence.

Returns:
the asset entry persistence

setAssetEntryPersistence

public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.

Parameters:
assetEntryPersistence - the asset entry persistence

getAssetEntryFinder

public AssetEntryFinder getAssetEntryFinder()
Gets the asset entry finder.

Returns:
the asset entry finder

setAssetEntryFinder

public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.

Parameters:
assetEntryFinder - the asset entry finder

getAssetLinkLocalService

public AssetLinkLocalService getAssetLinkLocalService()
Gets the asset link local service.

Returns:
the asset link local service

setAssetLinkLocalService

public void setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
Sets the asset link local service.

Parameters:
assetLinkLocalService - the asset link local service

getAssetLinkPersistence

public AssetLinkPersistence getAssetLinkPersistence()
Gets the asset link persistence.

Returns:
the asset link persistence

setAssetLinkPersistence

public void setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
Sets the asset link persistence.

Parameters:
assetLinkPersistence - the asset link persistence

getAssetTagLocalService

public AssetTagLocalService getAssetTagLocalService()
Gets the asset tag local service.

Returns:
the asset tag local service

setAssetTagLocalService

public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
Sets the asset tag local service.

Parameters:
assetTagLocalService - the asset tag local service

getAssetTagService

public AssetTagService getAssetTagService()
Gets the asset tag remote service.

Returns:
the asset tag remote service

setAssetTagService

public void setAssetTagService(AssetTagService assetTagService)
Sets the asset tag remote service.

Parameters:
assetTagService - the asset tag remote service

getAssetTagPersistence

public AssetTagPersistence getAssetTagPersistence()
Gets the asset tag persistence.

Returns:
the asset tag persistence

setAssetTagPersistence

public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence.

Parameters:
assetTagPersistence - the asset tag persistence

getAssetTagFinder

public AssetTagFinder getAssetTagFinder()
Gets the asset tag finder.

Returns:
the asset tag finder

setAssetTagFinder

public void setAssetTagFinder(AssetTagFinder assetTagFinder)
Sets the asset tag finder.

Parameters:
assetTagFinder - the asset tag finder

getAssetTagPropertyLocalService

public AssetTagPropertyLocalService getAssetTagPropertyLocalService()
Gets the asset tag property local service.

Returns:
the asset tag property local service

setAssetTagPropertyLocalService

public void setAssetTagPropertyLocalService(AssetTagPropertyLocalService assetTagPropertyLocalService)
Sets the asset tag property local service.

Parameters:
assetTagPropertyLocalService - the asset tag property local service

getAssetTagPropertyService

public AssetTagPropertyService getAssetTagPropertyService()
Gets the asset tag property remote service.

Returns:
the asset tag property remote service

setAssetTagPropertyService

public void setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
Sets the asset tag property remote service.

Parameters:
assetTagPropertyService - the asset tag property remote service

getAssetTagPropertyPersistence

public AssetTagPropertyPersistence getAssetTagPropertyPersistence()
Gets the asset tag property persistence.

Returns:
the asset tag property persistence

setAssetTagPropertyPersistence

public void setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
Sets the asset tag property persistence.

Parameters:
assetTagPropertyPersistence - the asset tag property persistence

getAssetTagPropertyFinder

public AssetTagPropertyFinder getAssetTagPropertyFinder()
Gets the asset tag property finder.

Returns:
the asset tag property finder

setAssetTagPropertyFinder

public void setAssetTagPropertyFinder(AssetTagPropertyFinder assetTagPropertyFinder)
Sets the asset tag property finder.

Parameters:
assetTagPropertyFinder - the asset tag property finder

getAssetTagPropertyKeyFinder

public AssetTagPropertyKeyFinder getAssetTagPropertyKeyFinder()
Gets the asset tag property key finder.

Returns:
the asset tag property key finder

setAssetTagPropertyKeyFinder

public void setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
Sets the asset tag property key finder.

Parameters:
assetTagPropertyKeyFinder - the asset tag property key finder

getAssetTagStatsLocalService

public AssetTagStatsLocalService getAssetTagStatsLocalService()
Gets the asset tag stats local service.

Returns:
the asset tag stats local service

setAssetTagStatsLocalService

public void setAssetTagStatsLocalService(AssetTagStatsLocalService assetTagStatsLocalService)
Sets the asset tag stats local service.

Parameters:
assetTagStatsLocalService - the asset tag stats local service

getAssetTagStatsPersistence

public AssetTagStatsPersistence getAssetTagStatsPersistence()
Gets the asset tag stats persistence.

Returns:
the asset tag stats persistence

setAssetTagStatsPersistence

public void setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
Sets the asset tag stats persistence.

Parameters:
assetTagStatsPersistence - the asset tag stats persistence

getAssetVocabularyLocalService

public AssetVocabularyLocalService getAssetVocabularyLocalService()
Gets the asset vocabulary local service.

Returns:
the asset vocabulary local service

setAssetVocabularyLocalService

public void setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
Sets the asset vocabulary local service.

Parameters:
assetVocabularyLocalService - the asset vocabulary local service

getAssetVocabularyService

public AssetVocabularyService getAssetVocabularyService()
Gets the asset vocabulary remote service.

Returns:
the asset vocabulary remote service

setAssetVocabularyService

public void setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
Sets the asset vocabulary remote service.

Parameters:
assetVocabularyService - the asset vocabulary remote service

getAssetVocabularyPersistence

public AssetVocabularyPersistence getAssetVocabularyPersistence()
Gets the asset vocabulary persistence.

Returns:
the asset vocabulary persistence

setAssetVocabularyPersistence

public void setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
Sets the asset vocabulary persistence.

Parameters:
assetVocabularyPersistence - the asset vocabulary persistence

getCounterLocalService

public CounterLocalService getCounterLocalService()
Gets the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Gets the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getResourceService

public ResourceService getResourceService()
Gets the resource remote service.

Returns:
the resource remote service

setResourceService

public void setResourceService(ResourceService resourceService)
Sets the resource remote service.

Parameters:
resourceService - the resource remote service

getResourcePersistence

public ResourcePersistence getResourcePersistence()
Gets the resource persistence.

Returns:
the resource persistence

setResourcePersistence

public void setResourcePersistence(ResourcePersistence resourcePersistence)
Sets the resource persistence.

Parameters:
resourcePersistence - the resource persistence

getResourceFinder

public ResourceFinder getResourceFinder()
Gets the resource finder.

Returns:
the resource finder

setResourceFinder

public void setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder.

Parameters:
resourceFinder - the resource finder

getUserLocalService

public UserLocalService getUserLocalService()
Gets the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Gets the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Gets the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Gets the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

runSQL

protected void runSQL(String sql)
               throws SystemException
Performs an SQL query.

Parameters:
sql - the sql query to perform
Throws:
SystemException

Liferay 6.0.5