Liferay 6.0.3

com.liferay.portlet.asset.service.persistence
Class AssetCategoryPropertyPersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<AssetCategoryProperty>
      extended by com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<AssetCategoryProperty>, AssetCategoryPropertyPersistence

public class AssetCategoryPropertyPersistenceImpl
extends BasePersistenceImpl<AssetCategoryProperty>
implements AssetCategoryPropertyPersistence

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

Field Summary
protected  AssetCategoryPersistence assetCategoryPersistence
           
protected  AssetCategoryPropertyPersistence assetCategoryPropertyPersistence
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetLinkPersistence assetLinkPersistence
           
protected  AssetTagPersistence assetTagPersistence
           
protected  AssetTagPropertyPersistence assetTagPropertyPersistence
           
protected  AssetTagStatsPersistence assetTagStatsPersistence
           
protected  AssetVocabularyPersistence assetVocabularyPersistence
           
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_C_K
           
static FinderPath FINDER_PATH_COUNT_BY_CA_K
           
static FinderPath FINDER_PATH_COUNT_BY_CATEGORYID
           
static FinderPath FINDER_PATH_COUNT_BY_COMPANYID
           
static FinderPath FINDER_PATH_FETCH_BY_CA_K
           
static FinderPath FINDER_PATH_FIND_ALL
           
static FinderPath FINDER_PATH_FIND_BY_C_K
           
static FinderPath FINDER_PATH_FIND_BY_CATEGORYID
           
static FinderPath FINDER_PATH_FIND_BY_COMPANYID
           
protected  ResourcePersistence resourcePersistence
           
protected  UserPersistence userPersistence
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
AssetCategoryPropertyPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void cacheResult(AssetCategoryProperty assetCategoryProperty)
           
 void cacheResult(List<AssetCategoryProperty> assetCategoryProperties)
           
 void clearCache()
          Clears the cache for all instances of this model.
 void clearCache(AssetCategoryProperty assetCategoryProperty)
          Clears the cache for one instance of this model.
 int countAll()
           
 int countByC_K(long companyId, String key)
           
 int countByCA_K(long categoryId, String key)
           
 int countByCategoryId(long categoryId)
           
 int countByCompanyId(long companyId)
           
 AssetCategoryProperty create(long categoryPropertyId)
           
 AssetCategoryProperty fetchByCA_K(long categoryId, String key)
           
 AssetCategoryProperty fetchByCA_K(long categoryId, String key, boolean retrieveFromCache)
           
 AssetCategoryProperty fetchByPrimaryKey(long categoryPropertyId)
           
 AssetCategoryProperty fetchByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or return null if it could not be found.
 List<AssetCategoryProperty> findAll()
           
 List<AssetCategoryProperty> findAll(int start, int end)
           
 List<AssetCategoryProperty> findAll(int start, int end, OrderByComparator orderByComparator)
           
 AssetCategoryProperty findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] findByC_K_PrevAndNext(long categoryPropertyId, long companyId, String key, OrderByComparator orderByComparator)
           
 List<AssetCategoryProperty> findByC_K(long companyId, String key)
           
 List<AssetCategoryProperty> findByC_K(long companyId, String key, int start, int end)
           
 List<AssetCategoryProperty> findByC_K(long companyId, String key, int start, int end, OrderByComparator orderByComparator)
           
 AssetCategoryProperty findByCA_K(long categoryId, String key)
           
 AssetCategoryProperty findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty findByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] findByCategoryId_PrevAndNext(long categoryPropertyId, long categoryId, OrderByComparator orderByComparator)
           
 List<AssetCategoryProperty> findByCategoryId(long categoryId)
           
 List<AssetCategoryProperty> findByCategoryId(long categoryId, int start, int end)
           
 List<AssetCategoryProperty> findByCategoryId(long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 AssetCategoryProperty findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] findByCompanyId_PrevAndNext(long categoryPropertyId, long companyId, OrderByComparator orderByComparator)
           
 List<AssetCategoryProperty> findByCompanyId(long companyId)
           
 List<AssetCategoryProperty> findByCompanyId(long companyId, int start, int end)
           
 List<AssetCategoryProperty> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 AssetCategoryProperty findByPrimaryKey(long categoryPropertyId)
           
 AssetCategoryProperty findByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or throw an exception if it could not be found.
protected  AssetCategoryProperty getByC_K_PrevAndNext(Session session, AssetCategoryProperty assetCategoryProperty, long companyId, String key, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategoryProperty getByCategoryId_PrevAndNext(Session session, AssetCategoryProperty assetCategoryProperty, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategoryProperty getByCompanyId_PrevAndNext(Session session, AssetCategoryProperty assetCategoryProperty, long companyId, OrderByComparator orderByComparator, boolean previous)
           
 AssetCategoryProperty remove(long categoryPropertyId)
           
 AssetCategoryProperty remove(Serializable primaryKey)
          Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners.
 void removeAll()
           
 void removeByC_K(long companyId, String key)
           
 void removeByCA_K(long categoryId, String key)
           
 void removeByCategoryId(long categoryId)
           
 void removeByCompanyId(long companyId)
           
protected  AssetCategoryProperty removeImpl(AssetCategoryProperty assetCategoryProperty)
          Removes the model instance from the database.
protected  AssetCategoryProperty toUnwrappedModel(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty updateImpl(AssetCategoryProperty assetCategoryProperty, boolean merge)
          Updates the model instance in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST

public static final String FINDER_CLASS_NAME_LIST

FINDER_PATH_FIND_BY_COMPANYID

public static final FinderPath FINDER_PATH_FIND_BY_COMPANYID

FINDER_PATH_COUNT_BY_COMPANYID

public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID

FINDER_PATH_FIND_BY_CATEGORYID

public static final FinderPath FINDER_PATH_FIND_BY_CATEGORYID

FINDER_PATH_COUNT_BY_CATEGORYID

public static final FinderPath FINDER_PATH_COUNT_BY_CATEGORYID

FINDER_PATH_FIND_BY_C_K

public static final FinderPath FINDER_PATH_FIND_BY_C_K

FINDER_PATH_COUNT_BY_C_K

public static final FinderPath FINDER_PATH_COUNT_BY_C_K

FINDER_PATH_FETCH_BY_CA_K

public static final FinderPath FINDER_PATH_FETCH_BY_CA_K

FINDER_PATH_COUNT_BY_CA_K

public static final FinderPath FINDER_PATH_COUNT_BY_CA_K

FINDER_PATH_FIND_ALL

public static final FinderPath FINDER_PATH_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

assetCategoryPersistence

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

assetCategoryPropertyPersistence

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

assetEntryPersistence

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

assetLinkPersistence

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

assetTagPersistence

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

assetTagPropertyPersistence

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

assetTagStatsPersistence

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

assetVocabularyPersistence

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

resourcePersistence

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

userPersistence

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

AssetCategoryPropertyPersistenceImpl

public AssetCategoryPropertyPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(AssetCategoryProperty assetCategoryProperty)
Specified by:
cacheResult in interface AssetCategoryPropertyPersistence

cacheResult

public void cacheResult(List<AssetCategoryProperty> assetCategoryProperties)
Specified by:
cacheResult in interface AssetCategoryPropertyPersistence

clearCache

public void clearCache()
Description copied from interface: BasePersistence
Clears the cache for all instances of this model.

The EntityCache and FinderCache are both cleared by this method.

Caching information and settings can be found in portal.properties

Specified by:
clearCache in interface BasePersistence<AssetCategoryProperty>
Overrides:
clearCache in class BasePersistenceImpl<AssetCategoryProperty>

clearCache

public void clearCache(AssetCategoryProperty assetCategoryProperty)
Description copied from interface: BasePersistence
Clears the cache for one instance of this model.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<AssetCategoryProperty>
Overrides:
clearCache in class BasePersistenceImpl<AssetCategoryProperty>
Parameters:
assetCategoryProperty - the instance of this model to clear the cache for

create

public AssetCategoryProperty create(long categoryPropertyId)
Specified by:
create in interface AssetCategoryPropertyPersistence

remove

public AssetCategoryProperty remove(Serializable primaryKey)
                             throws NoSuchModelException,
                                    SystemException
Description copied from interface: BasePersistence
Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<AssetCategoryProperty>
Overrides:
remove in class BasePersistenceImpl<AssetCategoryProperty>
Parameters:
primaryKey - the primary key of the model instance to remove
Returns:
the model instance that was removed
Throws:
NoSuchModelException - if an instance of this model with the primary key does not exist
SystemException - if a system exception occurred

remove

public AssetCategoryProperty remove(long categoryPropertyId)
                             throws NoSuchCategoryPropertyException,
                                    SystemException
Specified by:
remove in interface AssetCategoryPropertyPersistence
Throws:
NoSuchCategoryPropertyException
SystemException

removeImpl

protected AssetCategoryProperty removeImpl(AssetCategoryProperty assetCategoryProperty)
                                    throws SystemException
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<AssetCategoryProperty>
Parameters:
assetCategoryProperty - the model instance to remove
Returns:
the model instance that was removed
Throws:
SystemException - if a system exception occurred

updateImpl

public AssetCategoryProperty updateImpl(AssetCategoryProperty assetCategoryProperty,
                                        boolean merge)
                                 throws SystemException
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface AssetCategoryPropertyPersistence
Overrides:
updateImpl in class BasePersistenceImpl<AssetCategoryProperty>
Parameters:
assetCategoryProperty - the model instance to update
merge - whether to merge the model instance with the current session. See BatchSession.update( com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean) for an explanation.
Returns:
the model instance that was updated
Throws:
SystemException - if a system exception occurred

toUnwrappedModel

protected AssetCategoryProperty toUnwrappedModel(AssetCategoryProperty assetCategoryProperty)

findByPrimaryKey

public AssetCategoryProperty findByPrimaryKey(Serializable primaryKey)
                                       throws NoSuchModelException,
                                              SystemException
Description copied from interface: BasePersistence
Finds an instance of this model by its primary key, or throw an exception if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<AssetCategoryProperty>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<AssetCategoryProperty>
Parameters:
primaryKey - the primary key of the model instance to find
Returns:
the model instance
Throws:
NoSuchModelException - if an instance of this model with the primary key does not exist
SystemException - if the primary key is null, or if a system exception occurred

findByPrimaryKey

public AssetCategoryProperty findByPrimaryKey(long categoryPropertyId)
                                       throws NoSuchCategoryPropertyException,
                                              SystemException
Specified by:
findByPrimaryKey in interface AssetCategoryPropertyPersistence
Throws:
NoSuchCategoryPropertyException
SystemException

fetchByPrimaryKey

public AssetCategoryProperty fetchByPrimaryKey(Serializable primaryKey)
                                        throws SystemException
Description copied from interface: BasePersistence
Finds an instance of this model by its primary key, or return null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<AssetCategoryProperty>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<AssetCategoryProperty>
Parameters:
primaryKey - the primary key of the model instance to find
Returns:
the model instance, or null if an instance of this model with the primary key does not exist
Throws:
SystemException - if the primary key is null, or if a system exception occurred

fetchByPrimaryKey

public AssetCategoryProperty fetchByPrimaryKey(long categoryPropertyId)
                                        throws SystemException
Specified by:
fetchByPrimaryKey in interface AssetCategoryPropertyPersistence
Throws:
SystemException

findByCompanyId

public List<AssetCategoryProperty> findByCompanyId(long companyId)
                                            throws SystemException
Specified by:
findByCompanyId in interface AssetCategoryPropertyPersistence
Throws:
SystemException

findByCompanyId

public List<AssetCategoryProperty> findByCompanyId(long companyId,
                                                   int start,
                                                   int end)
                                            throws SystemException
Specified by:
findByCompanyId in interface AssetCategoryPropertyPersistence
Throws:
SystemException

findByCompanyId

public List<AssetCategoryProperty> findByCompanyId(long companyId,
                                                   int start,
                                                   int end,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
Specified by:
findByCompanyId in interface AssetCategoryPropertyPersistence
Throws:
SystemException

findByCompanyId_First

public AssetCategoryProperty findByCompanyId_First(long companyId,
                                                   OrderByComparator orderByComparator)
                                            throws NoSuchCategoryPropertyException,
                                                   SystemException
Specified by:
findByCompanyId_First in interface AssetCategoryPropertyPersistence
Throws:
NoSuchCategoryPropertyException
SystemException

findByCompanyId_Last

public AssetCategoryProperty findByCompanyId_Last(long companyId,
                                                  OrderByComparator orderByComparator)
                                           throws NoSuchCategoryPropertyException,
                                                  SystemException
Specified by:
findByCompanyId_Last in interface AssetCategoryPropertyPersistence
Throws:
NoSuchCategoryPropertyException
SystemException

findByCompanyId_PrevAndNext

public AssetCategoryProperty[] findByCompanyId_PrevAndNext(long categoryPropertyId,
                                                           long companyId,
                                                           OrderByComparator orderByComparator)
                                                    throws NoSuchCategoryPropertyException,
                                                           SystemException
Specified by:
findByCompanyId_PrevAndNext in interface AssetCategoryPropertyPersistence
Throws:
NoSuchCategoryPropertyException
SystemException

getByCompanyId_PrevAndNext

protected AssetCategoryProperty getByCompanyId_PrevAndNext(Session session,
                                                           AssetCategoryProperty assetCategoryProperty,
                                                           long companyId,
                                                           OrderByComparator orderByComparator,
                                                           boolean previous)

findByCategoryId

public List<AssetCategoryProperty> findByCategoryId(long categoryId)
                                             throws SystemException
Specified by:
findByCategoryId in interface AssetCategoryPropertyPersistence
Throws:
SystemException

findByCategoryId

public List<AssetCategoryProperty> findByCategoryId(long categoryId,
                                                    int start,
                                                    int end)
                                             throws SystemException
Specified by:
findByCategoryId in interface AssetCategoryPropertyPersistence
Throws:
SystemException

findByCategoryId

public List<AssetCategoryProperty> findByCategoryId(long categoryId,
                                                    int start,
                                                    int end,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException
Specified by:
findByCategoryId in interface AssetCategoryPropertyPersistence
Throws:
SystemException

findByCategoryId_First

public AssetCategoryProperty findByCategoryId_First(long categoryId,
                                                    OrderByComparator orderByComparator)
                                             throws NoSuchCategoryPropertyException,
                                                    SystemException
Specified by:
findByCategoryId_First in interface AssetCategoryPropertyPersistence
Throws:
NoSuchCategoryPropertyException
SystemException

findByCategoryId_Last

public AssetCategoryProperty findByCategoryId_Last(long categoryId,
                                                   OrderByComparator orderByComparator)
                                            throws NoSuchCategoryPropertyException,
                                                   SystemException
Specified by:
findByCategoryId_Last in interface AssetCategoryPropertyPersistence
Throws:
NoSuchCategoryPropertyException
SystemException

findByCategoryId_PrevAndNext

public AssetCategoryProperty[] findByCategoryId_PrevAndNext(long categoryPropertyId,
                                                            long categoryId,
                                                            OrderByComparator orderByComparator)
                                                     throws NoSuchCategoryPropertyException,
                                                            SystemException
Specified by:
findByCategoryId_PrevAndNext in interface AssetCategoryPropertyPersistence
Throws:
NoSuchCategoryPropertyException
SystemException

getByCategoryId_PrevAndNext

protected AssetCategoryProperty getByCategoryId_PrevAndNext(Session session,
                                                            AssetCategoryProperty assetCategoryProperty,
                                                            long categoryId,
                                                            OrderByComparator orderByComparator,
                                                            boolean previous)

findByC_K

public List<AssetCategoryProperty> findByC_K(long companyId,
                                             String key)
                                      throws SystemException
Specified by:
findByC_K in interface AssetCategoryPropertyPersistence
Throws:
SystemException

findByC_K

public List<AssetCategoryProperty> findByC_K(long companyId,
                                             String key,
                                             int start,
                                             int end)
                                      throws SystemException
Specified by:
findByC_K in interface AssetCategoryPropertyPersistence
Throws:
SystemException

findByC_K

public List<AssetCategoryProperty> findByC_K(long companyId,
                                             String key,
                                             int start,
                                             int end,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Specified by:
findByC_K in interface AssetCategoryPropertyPersistence
Throws:
SystemException

findByC_K_First

public AssetCategoryProperty findByC_K_First(long companyId,
                                             String key,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchCategoryPropertyException,
                                             SystemException
Specified by:
findByC_K_First in interface AssetCategoryPropertyPersistence
Throws:
NoSuchCategoryPropertyException
SystemException

findByC_K_Last

public AssetCategoryProperty findByC_K_Last(long companyId,
                                            String key,
                                            OrderByComparator orderByComparator)
                                     throws NoSuchCategoryPropertyException,
                                            SystemException
Specified by:
findByC_K_Last in interface AssetCategoryPropertyPersistence
Throws:
NoSuchCategoryPropertyException
SystemException

findByC_K_PrevAndNext

public AssetCategoryProperty[] findByC_K_PrevAndNext(long categoryPropertyId,
                                                     long companyId,
                                                     String key,
                                                     OrderByComparator orderByComparator)
                                              throws NoSuchCategoryPropertyException,
                                                     SystemException
Specified by:
findByC_K_PrevAndNext in interface AssetCategoryPropertyPersistence
Throws:
NoSuchCategoryPropertyException
SystemException

getByC_K_PrevAndNext

protected AssetCategoryProperty getByC_K_PrevAndNext(Session session,
                                                     AssetCategoryProperty assetCategoryProperty,
                                                     long companyId,
                                                     String key,
                                                     OrderByComparator orderByComparator,
                                                     boolean previous)

findByCA_K

public AssetCategoryProperty findByCA_K(long categoryId,
                                        String key)
                                 throws NoSuchCategoryPropertyException,
                                        SystemException
Specified by:
findByCA_K in interface AssetCategoryPropertyPersistence
Throws:
NoSuchCategoryPropertyException
SystemException

fetchByCA_K

public AssetCategoryProperty fetchByCA_K(long categoryId,
                                         String key)
                                  throws SystemException
Specified by:
fetchByCA_K in interface AssetCategoryPropertyPersistence
Throws:
SystemException

fetchByCA_K

public AssetCategoryProperty fetchByCA_K(long categoryId,
                                         String key,
                                         boolean retrieveFromCache)
                                  throws SystemException
Specified by:
fetchByCA_K in interface AssetCategoryPropertyPersistence
Throws:
SystemException

findAll

public List<AssetCategoryProperty> findAll()
                                    throws SystemException
Specified by:
findAll in interface AssetCategoryPropertyPersistence
Throws:
SystemException

findAll

public List<AssetCategoryProperty> findAll(int start,
                                           int end)
                                    throws SystemException
Specified by:
findAll in interface AssetCategoryPropertyPersistence
Throws:
SystemException

findAll

public List<AssetCategoryProperty> findAll(int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Specified by:
findAll in interface AssetCategoryPropertyPersistence
Throws:
SystemException

removeByCompanyId

public void removeByCompanyId(long companyId)
                       throws SystemException
Specified by:
removeByCompanyId in interface AssetCategoryPropertyPersistence
Throws:
SystemException

removeByCategoryId

public void removeByCategoryId(long categoryId)
                        throws SystemException
Specified by:
removeByCategoryId in interface AssetCategoryPropertyPersistence
Throws:
SystemException

removeByC_K

public void removeByC_K(long companyId,
                        String key)
                 throws SystemException
Specified by:
removeByC_K in interface AssetCategoryPropertyPersistence
Throws:
SystemException

removeByCA_K

public void removeByCA_K(long categoryId,
                         String key)
                  throws NoSuchCategoryPropertyException,
                         SystemException
Specified by:
removeByCA_K in interface AssetCategoryPropertyPersistence
Throws:
NoSuchCategoryPropertyException
SystemException

removeAll

public void removeAll()
               throws SystemException
Specified by:
removeAll in interface AssetCategoryPropertyPersistence
Throws:
SystemException

countByCompanyId

public int countByCompanyId(long companyId)
                     throws SystemException
Specified by:
countByCompanyId in interface AssetCategoryPropertyPersistence
Throws:
SystemException

countByCategoryId

public int countByCategoryId(long categoryId)
                      throws SystemException
Specified by:
countByCategoryId in interface AssetCategoryPropertyPersistence
Throws:
SystemException

countByC_K

public int countByC_K(long companyId,
                      String key)
               throws SystemException
Specified by:
countByC_K in interface AssetCategoryPropertyPersistence
Throws:
SystemException

countByCA_K

public int countByCA_K(long categoryId,
                       String key)
                throws SystemException
Specified by:
countByCA_K in interface AssetCategoryPropertyPersistence
Throws:
SystemException

countAll

public int countAll()
             throws SystemException
Specified by:
countAll in interface AssetCategoryPropertyPersistence
Throws:
SystemException

afterPropertiesSet

public void afterPropertiesSet()

Liferay 6.0.3