Liferay 7.0-ce-b7 portal-impl

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

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

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

Provides the base implementation for the asset category 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 AssetCategoryLocalServiceImpl.

See Also:
AssetCategoryLocalServiceImpl, AssetCategoryLocalServiceUtil
{$generated.description}

Field Summary
protected  com.liferay.asset.kernel.service.persistence.AssetCategoryFinder assetCategoryFinder
           
protected  com.liferay.asset.kernel.service.AssetCategoryLocalService assetCategoryLocalService
           
protected  com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence assetCategoryPersistence
           
protected  com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder assetCategoryPropertyFinder
           
protected  com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService assetCategoryPropertyLocalService
           
protected  com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence assetCategoryPropertyPersistence
           
protected  com.liferay.asset.kernel.service.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.persistence.AssetVocabularyFinder assetVocabularyFinder
           
protected  com.liferay.asset.kernel.service.AssetVocabularyLocalService assetVocabularyLocalService
           
protected  com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence
           
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.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
AssetCategoryLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.asset.kernel.model.AssetCategory addAssetCategory(com.liferay.asset.kernel.model.AssetCategory assetCategory)
          Adds the asset category to the database.
 void addAssetEntryAssetCategories(long entryId, List<com.liferay.asset.kernel.model.AssetCategory> AssetCategories)
           
 void addAssetEntryAssetCategories(long entryId, long[] categoryIds)
           
 void addAssetEntryAssetCategory(long entryId, com.liferay.asset.kernel.model.AssetCategory assetCategory)
           
 void addAssetEntryAssetCategory(long entryId, long categoryId)
           
 void afterPropertiesSet()
           
 void clearAssetEntryAssetCategories(long entryId)
           
 com.liferay.asset.kernel.model.AssetCategory createAssetCategory(long categoryId)
          Creates a new asset category with the primary key.
 com.liferay.asset.kernel.model.AssetCategory deleteAssetCategory(com.liferay.asset.kernel.model.AssetCategory assetCategory)
          Deletes the asset category from the database.
 com.liferay.asset.kernel.model.AssetCategory deleteAssetCategory(long categoryId)
          Deletes the asset category with the primary key from the database.
 void deleteAssetEntryAssetCategories(long entryId, List<com.liferay.asset.kernel.model.AssetCategory> AssetCategories)
           
 void deleteAssetEntryAssetCategories(long entryId, long[] categoryIds)
           
 void deleteAssetEntryAssetCategory(long entryId, com.liferay.asset.kernel.model.AssetCategory assetCategory)
           
 void deleteAssetEntryAssetCategory(long entryId, long categoryId)
           
 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.AssetCategory fetchAssetCategory(long categoryId)
           
 com.liferay.asset.kernel.model.AssetCategory fetchAssetCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the asset category matching the UUID and group.
 com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
           
 List<com.liferay.asset.kernel.model.AssetCategory> getAssetCategories(int start, int end)
          Returns a range of all the asset categories.
 List<com.liferay.asset.kernel.model.AssetCategory> getAssetCategoriesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the asset categories matching the UUID and company.
 List<com.liferay.asset.kernel.model.AssetCategory> getAssetCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetCategory> orderByComparator)
          Returns a range of asset categories matching the UUID and company.
 int getAssetCategoriesCount()
          Returns the number of asset categories.
 com.liferay.asset.kernel.model.AssetCategory getAssetCategory(long categoryId)
          Returns the asset category with the primary key.
 com.liferay.asset.kernel.model.AssetCategory getAssetCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the asset category matching the UUID and group.
 com.liferay.asset.kernel.service.persistence.AssetCategoryFinder getAssetCategoryFinder()
          Returns the asset category finder.
 com.liferay.asset.kernel.service.AssetCategoryLocalService getAssetCategoryLocalService()
          Returns the asset category local service.
 com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence getAssetCategoryPersistence()
          Returns the asset category persistence.
 com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder getAssetCategoryPropertyFinder()
          Returns the asset category property finder.
 com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService getAssetCategoryPropertyLocalService()
          Returns the asset category property local service.
 com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence getAssetCategoryPropertyPersistence()
          Returns the asset category property persistence.
 List<com.liferay.asset.kernel.model.AssetCategory> getAssetEntryAssetCategories(long entryId)
           
 List<com.liferay.asset.kernel.model.AssetCategory> getAssetEntryAssetCategories(long entryId, int start, int end)
           
 List<com.liferay.asset.kernel.model.AssetCategory> getAssetEntryAssetCategories(long entryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetCategory> orderByComparator)
           
 int getAssetEntryAssetCategoriesCount(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 categoryId)
          Returns the entryIds of the asset entries associated with the asset category.
 com.liferay.asset.kernel.service.persistence.AssetTagFinder getAssetTagFinder()
          Returns the asset tag finder.
 com.liferay.asset.kernel.service.AssetTagLocalService getAssetTagLocalService()
          Returns the asset tag local service.
 com.liferay.asset.kernel.service.persistence.AssetTagPersistence getAssetTagPersistence()
          Returns the asset tag persistence.
 com.liferay.asset.kernel.service.persistence.AssetVocabularyFinder getAssetVocabularyFinder()
          Returns the asset vocabulary finder.
 com.liferay.asset.kernel.service.AssetVocabularyLocalService getAssetVocabularyLocalService()
          Returns the asset vocabulary local service.
 com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence getAssetVocabularyPersistence()
          Returns the asset vocabulary 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.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 hasAssetEntryAssetCategories(long entryId)
           
 boolean hasAssetEntryAssetCategory(long entryId, long categoryId)
           
protected  void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
           
protected  void runSQL(String sql)
          Performs a SQL query.
 void setAssetCategoryFinder(com.liferay.asset.kernel.service.persistence.AssetCategoryFinder assetCategoryFinder)
          Sets the asset category finder.
 void setAssetCategoryLocalService(com.liferay.asset.kernel.service.AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void setAssetCategoryPersistence(com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void setAssetCategoryPropertyFinder(com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder assetCategoryPropertyFinder)
          Sets the asset category property finder.
 void setAssetCategoryPropertyLocalService(com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
          Sets the asset category property local service.
 void setAssetCategoryPropertyPersistence(com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
          Sets the asset category property persistence.
 void setAssetEntryAssetCategories(long entryId, long[] categoryIds)
           
 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 setAssetVocabularyFinder(com.liferay.asset.kernel.service.persistence.AssetVocabularyFinder assetVocabularyFinder)
          Sets the asset vocabulary finder.
 void setAssetVocabularyLocalService(com.liferay.asset.kernel.service.AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void setAssetVocabularyPersistence(com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence)
          Sets the asset vocabulary 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 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.AssetCategory updateAssetCategory(com.liferay.asset.kernel.model.AssetCategory assetCategory)
          Updates the asset category 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.AssetCategoryLocalService
addCategory, addCategory, addCategoryResources, addCategoryResources, deleteCategories, deleteCategories, deleteCategory, deleteCategory, deleteCategory, deleteVocabularyCategories, fetchCategory, getCategories, getCategories, getCategories, getCategories, getCategory, getCategory, getCategoryIds, getCategoryNames, getCategoryNames, getCategoryNames, getChildCategories, getChildCategories, getChildCategoriesCount, getEntryCategories, getSubcategoryIds, getVocabularyCategories, getVocabularyCategories, getVocabularyCategoriesCount, getVocabularyRootCategories, getVocabularyRootCategoriesCount, mergeCategories, moveCategory, rebuildTree, search, searchCategories, searchCategories, searchCategories, searchCategories, updateCategory
 

Field Detail

assetCategoryLocalService

@BeanReference(type=com.liferay.asset.kernel.service.AssetCategoryLocalService.class)
protected com.liferay.asset.kernel.service.AssetCategoryLocalService assetCategoryLocalService

assetCategoryPersistence

@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence.class)
protected com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence assetCategoryPersistence

assetCategoryFinder

@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetCategoryFinder.class)
protected com.liferay.asset.kernel.service.persistence.AssetCategoryFinder assetCategoryFinder

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

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

assetCategoryPropertyLocalService

@BeanReference(type=com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService.class)
protected com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService assetCategoryPropertyLocalService

assetCategoryPropertyPersistence

@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence.class)
protected com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence assetCategoryPropertyPersistence

assetCategoryPropertyFinder

@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder.class)
protected com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder assetCategoryPropertyFinder

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

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

assetVocabularyLocalService

@BeanReference(type=com.liferay.asset.kernel.service.AssetVocabularyLocalService.class)
protected com.liferay.asset.kernel.service.AssetVocabularyLocalService assetVocabularyLocalService

assetVocabularyPersistence

@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence.class)
protected com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence

assetVocabularyFinder

@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetVocabularyFinder.class)
protected com.liferay.asset.kernel.service.persistence.AssetVocabularyFinder assetVocabularyFinder

persistedModelLocalServiceRegistry

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

AssetCategoryLocalServiceBaseImpl

public AssetCategoryLocalServiceBaseImpl()
Method Detail

addAssetCategory

@Indexable(type=REINDEX)
public com.liferay.asset.kernel.model.AssetCategory addAssetCategory(com.liferay.asset.kernel.model.AssetCategory assetCategory)
Adds the asset category to the database. Also notifies the appropriate model listeners.

Specified by:
addAssetCategory in interface com.liferay.asset.kernel.service.AssetCategoryLocalService
Parameters:
assetCategory - the asset category
Returns:
the asset category that was added

createAssetCategory

public com.liferay.asset.kernel.model.AssetCategory createAssetCategory(long categoryId)
Creates a new asset category with the primary key. Does not add the asset category to the database.

Specified by:
createAssetCategory in interface com.liferay.asset.kernel.service.AssetCategoryLocalService
Parameters:
categoryId - the primary key for the new asset category
Returns:
the new asset category

deleteAssetCategory

@Indexable(type=DELETE)
public com.liferay.asset.kernel.model.AssetCategory deleteAssetCategory(long categoryId)
                                                                 throws com.liferay.portal.kernel.exception.PortalException
Deletes the asset category with the primary key from the database. Also notifies the appropriate model listeners.

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

deleteAssetCategory

@Indexable(type=DELETE)
public com.liferay.asset.kernel.model.AssetCategory deleteAssetCategory(com.liferay.asset.kernel.model.AssetCategory assetCategory)
Deletes the asset category from the database. Also notifies the appropriate model listeners.

Specified by:
deleteAssetCategory in interface com.liferay.asset.kernel.service.AssetCategoryLocalService
Parameters:
assetCategory - the asset category
Returns:
the asset category that was removed

dynamicQuery

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

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.AssetCategoryLocalService
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 AssetCategoryModelImpl. 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.AssetCategoryLocalService
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 AssetCategoryModelImpl. 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.AssetCategoryLocalService
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.AssetCategoryLocalService
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.AssetCategoryLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchAssetCategory

public com.liferay.asset.kernel.model.AssetCategory fetchAssetCategory(long categoryId)
Specified by:
fetchAssetCategory in interface com.liferay.asset.kernel.service.AssetCategoryLocalService

fetchAssetCategoryByUuidAndGroupId

public com.liferay.asset.kernel.model.AssetCategory fetchAssetCategoryByUuidAndGroupId(String uuid,
                                                                                       long groupId)
Returns the asset category matching the UUID and group.

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

getAssetCategory

public com.liferay.asset.kernel.model.AssetCategory getAssetCategory(long categoryId)
                                                              throws com.liferay.portal.kernel.exception.PortalException
Returns the asset category with the primary key.

Specified by:
getAssetCategory in interface com.liferay.asset.kernel.service.AssetCategoryLocalService
Parameters:
categoryId - the primary key of the asset category
Returns:
the asset category
Throws:
com.liferay.portal.kernel.exception.PortalException - if a asset category 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.AssetCategoryLocalService

getIndexableActionableDynamicQuery

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

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

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.AssetCategoryLocalService
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.AssetCategoryLocalService
Specified by:
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException

getAssetCategoriesByUuidAndCompanyId

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

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

getAssetCategoriesByUuidAndCompanyId

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

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

getAssetCategoryByUuidAndGroupId

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

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

getAssetCategories

public List<com.liferay.asset.kernel.model.AssetCategory> getAssetCategories(int start,
                                                                             int end)
Returns a range of all the asset categories.

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 AssetCategoryModelImpl. 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:
getAssetCategories in interface com.liferay.asset.kernel.service.AssetCategoryLocalService
Parameters:
start - the lower bound of the range of asset categories
end - the upper bound of the range of asset categories (not inclusive)
Returns:
the range of asset categories

getAssetCategoriesCount

public int getAssetCategoriesCount()
Returns the number of asset categories.

Specified by:
getAssetCategoriesCount in interface com.liferay.asset.kernel.service.AssetCategoryLocalService
Returns:
the number of asset categories

updateAssetCategory

@Indexable(type=REINDEX)
public com.liferay.asset.kernel.model.AssetCategory updateAssetCategory(com.liferay.asset.kernel.model.AssetCategory assetCategory)
Updates the asset category in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateAssetCategory in interface com.liferay.asset.kernel.service.AssetCategoryLocalService
Parameters:
assetCategory - the asset category
Returns:
the asset category that was updated

addAssetEntryAssetCategory

public void addAssetEntryAssetCategory(long entryId,
                                       long categoryId)
Specified by:
addAssetEntryAssetCategory in interface com.liferay.asset.kernel.service.AssetCategoryLocalService

addAssetEntryAssetCategory

public void addAssetEntryAssetCategory(long entryId,
                                       com.liferay.asset.kernel.model.AssetCategory assetCategory)
Specified by:
addAssetEntryAssetCategory in interface com.liferay.asset.kernel.service.AssetCategoryLocalService

addAssetEntryAssetCategories

public void addAssetEntryAssetCategories(long entryId,
                                         long[] categoryIds)
Specified by:
addAssetEntryAssetCategories in interface com.liferay.asset.kernel.service.AssetCategoryLocalService

addAssetEntryAssetCategories

public void addAssetEntryAssetCategories(long entryId,
                                         List<com.liferay.asset.kernel.model.AssetCategory> AssetCategories)
Specified by:
addAssetEntryAssetCategories in interface com.liferay.asset.kernel.service.AssetCategoryLocalService

clearAssetEntryAssetCategories

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

deleteAssetEntryAssetCategory

public void deleteAssetEntryAssetCategory(long entryId,
                                          long categoryId)
Specified by:
deleteAssetEntryAssetCategory in interface com.liferay.asset.kernel.service.AssetCategoryLocalService

deleteAssetEntryAssetCategory

public void deleteAssetEntryAssetCategory(long entryId,
                                          com.liferay.asset.kernel.model.AssetCategory assetCategory)
Specified by:
deleteAssetEntryAssetCategory in interface com.liferay.asset.kernel.service.AssetCategoryLocalService

deleteAssetEntryAssetCategories

public void deleteAssetEntryAssetCategories(long entryId,
                                            long[] categoryIds)
Specified by:
deleteAssetEntryAssetCategories in interface com.liferay.asset.kernel.service.AssetCategoryLocalService

deleteAssetEntryAssetCategories

public void deleteAssetEntryAssetCategories(long entryId,
                                            List<com.liferay.asset.kernel.model.AssetCategory> AssetCategories)
Specified by:
deleteAssetEntryAssetCategories in interface com.liferay.asset.kernel.service.AssetCategoryLocalService

getAssetEntryPrimaryKeys

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

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

getAssetEntryAssetCategories

public List<com.liferay.asset.kernel.model.AssetCategory> getAssetEntryAssetCategories(long entryId)
Specified by:
getAssetEntryAssetCategories in interface com.liferay.asset.kernel.service.AssetCategoryLocalService

getAssetEntryAssetCategories

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

getAssetEntryAssetCategories

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

getAssetEntryAssetCategoriesCount

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

hasAssetEntryAssetCategory

public boolean hasAssetEntryAssetCategory(long entryId,
                                          long categoryId)
Specified by:
hasAssetEntryAssetCategory in interface com.liferay.asset.kernel.service.AssetCategoryLocalService

hasAssetEntryAssetCategories

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

setAssetEntryAssetCategories

public void setAssetEntryAssetCategories(long entryId,
                                         long[] categoryIds)
Specified by:
setAssetEntryAssetCategories in interface com.liferay.asset.kernel.service.AssetCategoryLocalService

getAssetCategoryLocalService

public com.liferay.asset.kernel.service.AssetCategoryLocalService getAssetCategoryLocalService()
Returns the asset category local service.

Returns:
the asset category local service

setAssetCategoryLocalService

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

Parameters:
assetCategoryLocalService - the asset category local service

getAssetCategoryPersistence

public com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence getAssetCategoryPersistence()
Returns the asset category persistence.

Returns:
the asset category persistence

setAssetCategoryPersistence

public void setAssetCategoryPersistence(com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence assetCategoryPersistence)
Sets the asset category persistence.

Parameters:
assetCategoryPersistence - the asset category persistence

getAssetCategoryFinder

public com.liferay.asset.kernel.service.persistence.AssetCategoryFinder getAssetCategoryFinder()
Returns the asset category finder.

Returns:
the asset category finder

setAssetCategoryFinder

public void setAssetCategoryFinder(com.liferay.asset.kernel.service.persistence.AssetCategoryFinder assetCategoryFinder)
Sets the asset category finder.

Parameters:
assetCategoryFinder - the asset category 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

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

getAssetCategoryPropertyLocalService

public com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService getAssetCategoryPropertyLocalService()
Returns the asset category property local service.

Returns:
the asset category property local service

setAssetCategoryPropertyLocalService

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

Parameters:
assetCategoryPropertyLocalService - the asset category property local service

getAssetCategoryPropertyPersistence

public com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence getAssetCategoryPropertyPersistence()
Returns the asset category property persistence.

Returns:
the asset category property persistence

setAssetCategoryPropertyPersistence

public void setAssetCategoryPropertyPersistence(com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
Sets the asset category property persistence.

Parameters:
assetCategoryPropertyPersistence - the asset category property persistence

getAssetCategoryPropertyFinder

public com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder getAssetCategoryPropertyFinder()
Returns the asset category property finder.

Returns:
the asset category property finder

setAssetCategoryPropertyFinder

public void setAssetCategoryPropertyFinder(com.liferay.asset.kernel.service.persistence.AssetCategoryPropertyFinder assetCategoryPropertyFinder)
Sets the asset category property finder.

Parameters:
assetCategoryPropertyFinder - the asset category property 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

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

getAssetVocabularyLocalService

public com.liferay.asset.kernel.service.AssetVocabularyLocalService getAssetVocabularyLocalService()
Returns the asset vocabulary local service.

Returns:
the asset vocabulary local service

setAssetVocabularyLocalService

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

Parameters:
assetVocabularyLocalService - the asset vocabulary local service

getAssetVocabularyPersistence

public com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence getAssetVocabularyPersistence()
Returns the asset vocabulary persistence.

Returns:
the asset vocabulary persistence

setAssetVocabularyPersistence

public void setAssetVocabularyPersistence(com.liferay.asset.kernel.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence)
Sets the asset vocabulary persistence.

Parameters:
assetVocabularyPersistence - the asset vocabulary persistence

getAssetVocabularyFinder

public com.liferay.asset.kernel.service.persistence.AssetVocabularyFinder getAssetVocabularyFinder()
Returns the asset vocabulary finder.

Returns:
the asset vocabulary finder

setAssetVocabularyFinder

public void setAssetVocabularyFinder(com.liferay.asset.kernel.service.persistence.AssetVocabularyFinder assetVocabularyFinder)
Sets the asset vocabulary finder.

Parameters:
assetVocabularyFinder - the asset vocabulary finder

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.AssetCategoryLocalService
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-ce-b7 portal-impl