Liferay 7.0-ga1 portal-impl

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

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.asset.service.base.AssetTagLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.asset.kernel.service.AssetTagLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService
Direct Known Subclasses:
AssetTagLocalServiceImpl

@ProviderType
public abstract class AssetTagLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.asset.kernel.service.AssetTagLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService

Provides the base implementation for the asset tag 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 AssetTagLocalServiceImpl.

See Also:
AssetTagLocalServiceImpl, AssetTagLocalServiceUtil
{$generated.description}

Field Summary
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.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.AssetTagStatsLocalService assetTagStatsLocalService
           
protected  com.liferay.asset.kernel.service.persistence.AssetTagStatsPersistence assetTagStatsPersistence
           
protected  com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService
           
protected  com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence
           
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.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService
           
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
           
 
Constructor Summary
AssetTagLocalServiceBaseImpl()
           
 
Method Summary
 void addAssetEntryAssetTag(long entryId, com.liferay.asset.kernel.model.AssetTag assetTag)
           
 void addAssetEntryAssetTag(long entryId, long tagId)
           
 void addAssetEntryAssetTags(long entryId, List<com.liferay.asset.kernel.model.AssetTag> assetTags)
           
 void addAssetEntryAssetTags(long entryId, long[] tagIds)
           
 com.liferay.asset.kernel.model.AssetTag addAssetTag(com.liferay.asset.kernel.model.AssetTag assetTag)
          Adds the asset tag to the database.
 void afterPropertiesSet()
           
 void clearAssetEntryAssetTags(long entryId)
           
 com.liferay.asset.kernel.model.AssetTag createAssetTag(long tagId)
          Creates a new asset tag with the primary key.
 void deleteAssetEntryAssetTag(long entryId, com.liferay.asset.kernel.model.AssetTag assetTag)
           
 void deleteAssetEntryAssetTag(long entryId, long tagId)
           
 void deleteAssetEntryAssetTags(long entryId, List<com.liferay.asset.kernel.model.AssetTag> assetTags)
           
 void deleteAssetEntryAssetTags(long entryId, long[] tagIds)
           
 com.liferay.asset.kernel.model.AssetTag deleteAssetTag(com.liferay.asset.kernel.model.AssetTag assetTag)
          Deletes the asset tag from the database.
 com.liferay.asset.kernel.model.AssetTag deleteAssetTag(long tagId)
          Deletes the asset tag with the primary key from the database.
 com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
           
 void destroy()
           
 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
           
<T> List<T>
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
<T> 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> 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.asset.kernel.model.AssetTag fetchAssetTag(long tagId)
           
 com.liferay.asset.kernel.model.AssetTag fetchAssetTagByUuidAndGroupId(String uuid, long groupId)
          Returns the asset tag matching the UUID and group.
 com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
           
 List<com.liferay.asset.kernel.model.AssetTag> getAssetEntryAssetTags(long entryId)
           
 List<com.liferay.asset.kernel.model.AssetTag> getAssetEntryAssetTags(long entryId, int start, int end)
           
 List<com.liferay.asset.kernel.model.AssetTag> getAssetEntryAssetTags(long entryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTag> orderByComparator)
           
 int getAssetEntryAssetTagsCount(long entryId)
           
 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.
 long[] getAssetEntryPrimaryKeys(long tagId)
          Returns the entryIds of the asset entries associated with the asset tag.
 com.liferay.asset.kernel.model.AssetTag getAssetTag(long tagId)
          Returns the asset tag with the primary key.
 com.liferay.asset.kernel.model.AssetTag getAssetTagByUuidAndGroupId(String uuid, long groupId)
          Returns the asset tag matching the UUID and group.
 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.
 List<com.liferay.asset.kernel.model.AssetTag> getAssetTags(int start, int end)
          Returns a range of all the asset tags.
 List<com.liferay.asset.kernel.model.AssetTag> getAssetTagsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the asset tags matching the UUID and company.
 List<com.liferay.asset.kernel.model.AssetTag> getAssetTagsByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTag> orderByComparator)
          Returns a range of asset tags matching the UUID and company.
 int getAssetTagsCount()
          Returns the number of asset tags.
 com.liferay.asset.kernel.service.AssetTagStatsLocalService getAssetTagStatsLocalService()
          Returns the asset tag stats local service.
 com.liferay.asset.kernel.service.persistence.AssetTagStatsPersistence getAssetTagStatsPersistence()
          Returns the asset tag stats persistence.
 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.counter.kernel.service.CounterLocalService getCounterLocalService()
          Returns the counter local service.
 com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
           
 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.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
           
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 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.
 boolean hasAssetEntryAssetTag(long entryId, long tagId)
           
 boolean hasAssetEntryAssetTags(long entryId)
           
protected  void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
           
protected  void runSQL(String sql)
          Performs a SQL query.
 void setAssetEntryAssetTags(long entryId, long[] tagIds)
           
 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 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 setAssetTagStatsLocalService(com.liferay.asset.kernel.service.AssetTagStatsLocalService assetTagStatsLocalService)
          Sets the asset tag stats local service.
 void setAssetTagStatsPersistence(com.liferay.asset.kernel.service.persistence.AssetTagStatsPersistence assetTagStatsPersistence)
          Sets the asset tag stats persistence.
 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 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 setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
          Sets the resource 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.
 com.liferay.asset.kernel.model.AssetTag updateAssetTag(com.liferay.asset.kernel.model.AssetTag assetTag)
          Updates the asset tag in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.asset.kernel.service.AssetTagLocalService
addTag, checkTags, checkTags, decrementAssetCount, deleteGroupTags, deleteTag, deleteTag, fetchTag, getEntryTags, getGroupsTags, getGroupTags, getGroupTags, getGroupTagsCount, getSocialActivityCounterOffsetTags, getSocialActivityCounterPeriodTags, getTag, getTag, getTagIds, getTagIds, getTagIds, getTagNames, getTagNames, getTagNames, getTags, getTags, getTags, getTags, getTags, getTagsSize, hasTag, incrementAssetCount, mergeTags, search, search, updateTag
 

Field Detail

assetTagLocalService

@BeanReference(type=com.liferay.asset.kernel.service.AssetTagLocalService.class)
protected com.liferay.asset.kernel.service.AssetTagLocalService assetTagLocalService

assetTagPersistence

@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetTagPersistence.class)
protected com.liferay.asset.kernel.service.persistence.AssetTagPersistence assetTagPersistence

assetTagFinder

@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetTagFinder.class)
protected com.liferay.asset.kernel.service.persistence.AssetTagFinder assetTagFinder

counterLocalService

@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class)
protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService

classNameLocalService

@BeanReference(type=com.liferay.portal.kernel.service.ClassNameLocalService.class)
protected com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService

classNamePersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.ClassNamePersistence.class)
protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence

groupLocalService

@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class)
protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService

groupPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class)
protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence

groupFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupFinder.class)
protected com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder

resourceLocalService

@BeanReference(type=com.liferay.portal.kernel.service.ResourceLocalService.class)
protected com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService

userLocalService

@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class)
protected com.liferay.portal.kernel.service.UserLocalService userLocalService

userPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class)
protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class)
protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder

assetEntryLocalService

@BeanReference(type=com.liferay.asset.kernel.service.AssetEntryLocalService.class)
protected com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService

assetEntryPersistence

@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetEntryPersistence.class)
protected com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetEntryFinder.class)
protected com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder

assetTagStatsLocalService

@BeanReference(type=com.liferay.asset.kernel.service.AssetTagStatsLocalService.class)
protected com.liferay.asset.kernel.service.AssetTagStatsLocalService assetTagStatsLocalService

assetTagStatsPersistence

@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetTagStatsPersistence.class)
protected com.liferay.asset.kernel.service.persistence.AssetTagStatsPersistence assetTagStatsPersistence

persistedModelLocalServiceRegistry

@BeanReference(type=com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry.class)
protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

AssetTagLocalServiceBaseImpl

public AssetTagLocalServiceBaseImpl()
Method Detail

addAssetTag

@Indexable(type=REINDEX)
public com.liferay.asset.kernel.model.AssetTag addAssetTag(com.liferay.asset.kernel.model.AssetTag assetTag)
Adds the asset tag to the database. Also notifies the appropriate model listeners.

Specified by:
addAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
assetTag - the asset tag
Returns:
the asset tag that was added

createAssetTag

public com.liferay.asset.kernel.model.AssetTag createAssetTag(long tagId)
Creates a new asset tag with the primary key. Does not add the asset tag to the database.

Specified by:
createAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
tagId - the primary key for the new asset tag
Returns:
the new asset tag

deleteAssetTag

@Indexable(type=DELETE)
public com.liferay.asset.kernel.model.AssetTag deleteAssetTag(long tagId)
                                                       throws com.liferay.portal.kernel.exception.PortalException
Deletes the asset tag with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
tagId - the primary key of the asset tag
Returns:
the asset tag that was removed
Throws:
com.liferay.portal.kernel.exception.PortalException - if a asset tag with the primary key could not be found

deleteAssetTag

@Indexable(type=DELETE)
public com.liferay.asset.kernel.model.AssetTag deleteAssetTag(com.liferay.asset.kernel.model.AssetTag assetTag)
Deletes the asset tag from the database. Also notifies the appropriate model listeners.

Specified by:
deleteAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
assetTag - the asset tag
Returns:
the asset tag that was removed

dynamicQuery

public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface com.liferay.asset.kernel.service.AssetTagLocalService

dynamicQuery

public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <T> 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.

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 AssetTagModelImpl. 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.

Specified by:
dynamicQuery in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

public <T> 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.

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 AssetTagModelImpl. 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.

Specified by:
dynamicQuery in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public 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.

Specified by:
dynamicQueryCount in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchAssetTag

public com.liferay.asset.kernel.model.AssetTag fetchAssetTag(long tagId)
Specified by:
fetchAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalService

fetchAssetTagByUuidAndGroupId

public com.liferay.asset.kernel.model.AssetTag fetchAssetTagByUuidAndGroupId(String uuid,
                                                                             long groupId)
Returns the asset tag matching the UUID and group.

Specified by:
fetchAssetTagByUuidAndGroupId in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
uuid - the asset tag's UUID
groupId - the primary key of the group
Returns:
the matching asset tag, or null if a matching asset tag could not be found

getAssetTag

public com.liferay.asset.kernel.model.AssetTag getAssetTag(long tagId)
                                                    throws com.liferay.portal.kernel.exception.PortalException
Returns the asset tag with the primary key.

Specified by:
getAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
tagId - the primary key of the asset tag
Returns:
the asset tag
Throws:
com.liferay.portal.kernel.exception.PortalException - if a asset tag with the primary key could not be found

getActionableDynamicQuery

public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface com.liferay.asset.kernel.service.AssetTagLocalService

getIndexableActionableDynamicQuery

public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
Specified by:
getIndexableActionableDynamicQuery in interface com.liferay.asset.kernel.service.AssetTagLocalService

initActionableDynamicQuery

protected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)

getExportActionableDynamicQuery

public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
Specified by:
getExportActionableDynamicQuery in interface com.liferay.asset.kernel.service.AssetTagLocalService

deletePersistedModel

public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
                                                                    throws com.liferay.portal.kernel.exception.PortalException
Specified by:
deletePersistedModel in interface com.liferay.asset.kernel.service.AssetTagLocalService
Specified by:
deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException

getPersistedModel

public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                                                 throws com.liferay.portal.kernel.exception.PortalException
Specified by:
getPersistedModel in interface com.liferay.asset.kernel.service.AssetTagLocalService
Specified by:
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException

getAssetTagsByUuidAndCompanyId

public List<com.liferay.asset.kernel.model.AssetTag> getAssetTagsByUuidAndCompanyId(String uuid,
                                                                                    long companyId)
Returns all the asset tags matching the UUID and company.

Specified by:
getAssetTagsByUuidAndCompanyId in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
uuid - the UUID of the asset tags
companyId - the primary key of the company
Returns:
the matching asset tags, or an empty list if no matches were found

getAssetTagsByUuidAndCompanyId

public List<com.liferay.asset.kernel.model.AssetTag> getAssetTagsByUuidAndCompanyId(String uuid,
                                                                                    long companyId,
                                                                                    int start,
                                                                                    int end,
                                                                                    com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTag> orderByComparator)
Returns a range of asset tags matching the UUID and company.

Specified by:
getAssetTagsByUuidAndCompanyId in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
uuid - the UUID of the asset tags
companyId - the primary key of the company
start - the lower bound of the range of asset tags
end - the upper bound of the range of asset tags (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the range of matching asset tags, or an empty list if no matches were found

getAssetTagByUuidAndGroupId

public com.liferay.asset.kernel.model.AssetTag getAssetTagByUuidAndGroupId(String uuid,
                                                                           long groupId)
                                                                    throws com.liferay.portal.kernel.exception.PortalException
Returns the asset tag matching the UUID and group.

Specified by:
getAssetTagByUuidAndGroupId in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
uuid - the asset tag's UUID
groupId - the primary key of the group
Returns:
the matching asset tag
Throws:
com.liferay.portal.kernel.exception.PortalException - if a matching asset tag could not be found

getAssetTags

public List<com.liferay.asset.kernel.model.AssetTag> getAssetTags(int start,
                                                                  int end)
Returns a range of all the asset tags.

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 AssetTagModelImpl. 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.

Specified by:
getAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
start - the lower bound of the range of asset tags
end - the upper bound of the range of asset tags (not inclusive)
Returns:
the range of asset tags

getAssetTagsCount

public int getAssetTagsCount()
Returns the number of asset tags.

Specified by:
getAssetTagsCount in interface com.liferay.asset.kernel.service.AssetTagLocalService
Returns:
the number of asset tags

updateAssetTag

@Indexable(type=REINDEX)
public com.liferay.asset.kernel.model.AssetTag updateAssetTag(com.liferay.asset.kernel.model.AssetTag assetTag)
Updates the asset tag in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
assetTag - the asset tag
Returns:
the asset tag that was updated

addAssetEntryAssetTag

public void addAssetEntryAssetTag(long entryId,
                                  long tagId)
Specified by:
addAssetEntryAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalService

addAssetEntryAssetTag

public void addAssetEntryAssetTag(long entryId,
                                  com.liferay.asset.kernel.model.AssetTag assetTag)
Specified by:
addAssetEntryAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalService

addAssetEntryAssetTags

public void addAssetEntryAssetTags(long entryId,
                                   long[] tagIds)
Specified by:
addAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalService

addAssetEntryAssetTags

public void addAssetEntryAssetTags(long entryId,
                                   List<com.liferay.asset.kernel.model.AssetTag> assetTags)
Specified by:
addAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalService

clearAssetEntryAssetTags

public void clearAssetEntryAssetTags(long entryId)
Specified by:
clearAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalService

deleteAssetEntryAssetTag

public void deleteAssetEntryAssetTag(long entryId,
                                     long tagId)
Specified by:
deleteAssetEntryAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalService

deleteAssetEntryAssetTag

public void deleteAssetEntryAssetTag(long entryId,
                                     com.liferay.asset.kernel.model.AssetTag assetTag)
Specified by:
deleteAssetEntryAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalService

deleteAssetEntryAssetTags

public void deleteAssetEntryAssetTags(long entryId,
                                      long[] tagIds)
Specified by:
deleteAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalService

deleteAssetEntryAssetTags

public void deleteAssetEntryAssetTags(long entryId,
                                      List<com.liferay.asset.kernel.model.AssetTag> assetTags)
Specified by:
deleteAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalService

getAssetEntryPrimaryKeys

public long[] getAssetEntryPrimaryKeys(long tagId)
Returns the entryIds of the asset entries associated with the asset tag.

Specified by:
getAssetEntryPrimaryKeys in interface com.liferay.asset.kernel.service.AssetTagLocalService
Parameters:
tagId - the tagId of the asset tag
Returns:
long[] the entryIds of asset entries associated with the asset tag

getAssetEntryAssetTags

public List<com.liferay.asset.kernel.model.AssetTag> getAssetEntryAssetTags(long entryId)
Specified by:
getAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalService

getAssetEntryAssetTags

public List<com.liferay.asset.kernel.model.AssetTag> getAssetEntryAssetTags(long entryId,
                                                                            int start,
                                                                            int end)
Specified by:
getAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalService

getAssetEntryAssetTags

public List<com.liferay.asset.kernel.model.AssetTag> getAssetEntryAssetTags(long entryId,
                                                                            int start,
                                                                            int end,
                                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTag> orderByComparator)
Specified by:
getAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalService

getAssetEntryAssetTagsCount

public int getAssetEntryAssetTagsCount(long entryId)
Specified by:
getAssetEntryAssetTagsCount in interface com.liferay.asset.kernel.service.AssetTagLocalService

hasAssetEntryAssetTag

public boolean hasAssetEntryAssetTag(long entryId,
                                     long tagId)
Specified by:
hasAssetEntryAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalService

hasAssetEntryAssetTags

public boolean hasAssetEntryAssetTags(long entryId)
Specified by:
hasAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalService

setAssetEntryAssetTags

public void setAssetEntryAssetTags(long entryId,
                                   long[] tagIds)
Specified by:
setAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalService

getAssetTagLocalService

public com.liferay.asset.kernel.service.AssetTagLocalService getAssetTagLocalService()
Returns the asset tag local service.

Returns:
the asset tag local service

setAssetTagLocalService

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

Parameters:
assetTagLocalService - the asset tag local service

getAssetTagPersistence

public com.liferay.asset.kernel.service.persistence.AssetTagPersistence getAssetTagPersistence()
Returns the asset tag persistence.

Returns:
the asset tag persistence

setAssetTagPersistence

public void setAssetTagPersistence(com.liferay.asset.kernel.service.persistence.AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence.

Parameters:
assetTagPersistence - the asset tag persistence

getAssetTagFinder

public com.liferay.asset.kernel.service.persistence.AssetTagFinder getAssetTagFinder()
Returns the asset tag finder.

Returns:
the asset tag finder

setAssetTagFinder

public void setAssetTagFinder(com.liferay.asset.kernel.service.persistence.AssetTagFinder assetTagFinder)
Sets the asset tag finder.

Parameters:
assetTagFinder - the asset tag finder

getCounterLocalService

public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

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

Parameters:
counterLocalService - the counter local service

getClassNameLocalService

public com.liferay.portal.kernel.service.ClassNameLocalService getClassNameLocalService()
Returns the class name local service.

Returns:
the class name local service

setClassNameLocalService

public void setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
Sets the class name local service.

Parameters:
classNameLocalService - the class name local service

getClassNamePersistence

public com.liferay.portal.kernel.service.persistence.ClassNamePersistence getClassNamePersistence()
Returns the class name persistence.

Returns:
the class name persistence

setClassNamePersistence

public void setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
Sets the class name persistence.

Parameters:
classNamePersistence - the class name persistence

getGroupLocalService

public com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupPersistence

public com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getResourceLocalService

public com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getUserLocalService

public com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserPersistence

public com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getAssetEntryLocalService

public com.liferay.asset.kernel.service.AssetEntryLocalService getAssetEntryLocalService()
Returns the asset entry local service.

Returns:
the asset entry local service

setAssetEntryLocalService

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

Parameters:
assetEntryLocalService - the asset entry local service

getAssetEntryPersistence

public com.liferay.asset.kernel.service.persistence.AssetEntryPersistence getAssetEntryPersistence()
Returns the asset entry persistence.

Returns:
the asset entry persistence

setAssetEntryPersistence

public void setAssetEntryPersistence(com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.

Parameters:
assetEntryPersistence - the asset entry persistence

getAssetEntryFinder

public com.liferay.asset.kernel.service.persistence.AssetEntryFinder getAssetEntryFinder()
Returns the asset entry finder.

Returns:
the asset entry finder

setAssetEntryFinder

public void setAssetEntryFinder(com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.

Parameters:
assetEntryFinder - the asset entry finder

getAssetTagStatsLocalService

public com.liferay.asset.kernel.service.AssetTagStatsLocalService getAssetTagStatsLocalService()
Returns the asset tag stats local service.

Returns:
the asset tag stats local service

setAssetTagStatsLocalService

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

Parameters:
assetTagStatsLocalService - the asset tag stats local service

getAssetTagStatsPersistence

public com.liferay.asset.kernel.service.persistence.AssetTagStatsPersistence getAssetTagStatsPersistence()
Returns the asset tag stats persistence.

Returns:
the asset tag stats persistence

setAssetTagStatsPersistence

public void setAssetTagStatsPersistence(com.liferay.asset.kernel.service.persistence.AssetTagStatsPersistence assetTagStatsPersistence)
Sets the asset tag stats persistence.

Parameters:
assetTagStatsPersistence - the asset tag stats persistence

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface com.liferay.asset.kernel.service.AssetTagLocalService
Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ga1 portal-impl