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

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

public class AssetCategoryPropertyPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetCategoryProperty>
implements com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Author:
Brian Wing Shun Chan
See Also:
AssetCategoryPropertyPersistence, AssetCategoryPropertyUtil
Generated:

Field Summary
protected  com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence assetCategoryPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence assetCategoryPropertyPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetLinkPersistence assetLinkPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence assetTagPropertyPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence assetTagStatsPersistence
           
protected  com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence
           
static java.lang.String FINDER_CLASS_NAME_ENTITY
           
static java.lang.String FINDER_CLASS_NAME_LIST
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_K
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_CA_K
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_CATEGORYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_CA_K
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_C_K
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_CATEGORYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_COMPANYID
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.persistence.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
 
Constructor Summary
AssetCategoryPropertyPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void cacheResult(com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty)
           
 void cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> assetCategoryProperties)
           
 void clearCache()
           
 void clearCache(com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty)
           
 int countAll()
           
 int countByC_K(long companyId, java.lang.String key)
           
 int countByCA_K(long categoryId, java.lang.String key)
           
 int countByCategoryId(long categoryId)
           
 int countByCompanyId(long companyId)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty create(long categoryPropertyId)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty fetchByCA_K(long categoryId, java.lang.String key)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty fetchByCA_K(long categoryId, java.lang.String key, boolean retrieveFromCache)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty fetchByPrimaryKey(long categoryPropertyId)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty fetchByPrimaryKey(java.io.Serializable primaryKey)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findAll()
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findAll(int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty findByC_K_First(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty findByC_K_Last(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty[] findByC_K_PrevAndNext(long categoryPropertyId, long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByC_K(long companyId, java.lang.String key)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByC_K(long companyId, java.lang.String key, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByC_K(long companyId, java.lang.String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty findByCA_K(long categoryId, java.lang.String key)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty findByCategoryId_First(long categoryId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty findByCategoryId_Last(long categoryId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty[] findByCategoryId_PrevAndNext(long categoryPropertyId, long categoryId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByCategoryId(long categoryId)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByCategoryId(long categoryId, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByCategoryId(long categoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty[] findByCompanyId_PrevAndNext(long categoryPropertyId, long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByCompanyId(long companyId)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByCompanyId(long companyId, int start, int end)
           
 java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty findByPrimaryKey(long categoryPropertyId)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty findByPrimaryKey(java.io.Serializable primaryKey)
           
protected  com.liferay.portlet.asset.model.AssetCategoryProperty getByC_K_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty, long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.asset.model.AssetCategoryProperty getByCategoryId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty, long categoryId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.asset.model.AssetCategoryProperty getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty, long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty remove(com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty remove(long categoryPropertyId)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty remove(java.io.Serializable primaryKey)
           
 void removeAll()
           
 void removeByC_K(long companyId, java.lang.String key)
           
 void removeByCA_K(long categoryId, java.lang.String key)
           
 void removeByCategoryId(long categoryId)
           
 void removeByCompanyId(long companyId)
           
protected  com.liferay.portlet.asset.model.AssetCategoryProperty removeImpl(com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty)
           
protected  com.liferay.portlet.asset.model.AssetCategoryProperty toUnwrappedModel(com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty)
           
 com.liferay.portlet.asset.model.AssetCategoryProperty updateImpl(com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty, boolean merge)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener, 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, setDataSource, unregisterListener, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final java.lang.String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST

public static final java.lang.String FINDER_CLASS_NAME_LIST

FINDER_PATH_FIND_BY_COMPANYID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_COMPANYID

FINDER_PATH_COUNT_BY_COMPANYID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID

FINDER_PATH_FIND_BY_CATEGORYID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_CATEGORYID

FINDER_PATH_COUNT_BY_CATEGORYID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_CATEGORYID

FINDER_PATH_FIND_BY_C_K

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_C_K

FINDER_PATH_COUNT_BY_C_K

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_K

FINDER_PATH_FETCH_BY_CA_K

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_CA_K

FINDER_PATH_COUNT_BY_CA_K

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_CA_K

FINDER_PATH_FIND_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL

assetCategoryPersistence

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

assetCategoryPropertyPersistence

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

assetEntryPersistence

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

assetLinkPersistence

@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetLinkPersistence.class)
protected com.liferay.portlet.asset.service.persistence.AssetLinkPersistence assetLinkPersistence

assetTagPersistence

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

assetTagPropertyPersistence

@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence.class)
protected com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence assetTagPropertyPersistence

assetTagStatsPersistence

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

assetVocabularyPersistence

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

resourcePersistence

@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

userPersistence

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

AssetCategoryPropertyPersistenceImpl

public AssetCategoryPropertyPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty)
Specified by:
cacheResult in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence

cacheResult

public void cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> assetCategoryProperties)
Specified by:
cacheResult in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence

clearCache

public void clearCache()
Specified by:
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetCategoryProperty>
Overrides:
clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetCategoryProperty>

clearCache

public void clearCache(com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty)
Specified by:
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetCategoryProperty>
Overrides:
clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetCategoryProperty>

create

public com.liferay.portlet.asset.model.AssetCategoryProperty create(long categoryPropertyId)
Specified by:
create in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence

remove

public com.liferay.portlet.asset.model.AssetCategoryProperty remove(java.io.Serializable primaryKey)
                                                             throws com.liferay.portal.NoSuchModelException,
                                                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetCategoryProperty>
Overrides:
remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetCategoryProperty>
Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException

remove

public com.liferay.portlet.asset.model.AssetCategoryProperty remove(long categoryPropertyId)
                                                             throws com.liferay.portlet.asset.NoSuchCategoryPropertyException,
                                                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryPropertyException
com.liferay.portal.kernel.exception.SystemException

remove

public com.liferay.portlet.asset.model.AssetCategoryProperty remove(com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty)
                                                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetCategoryProperty>
Overrides:
remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetCategoryProperty>
Throws:
com.liferay.portal.kernel.exception.SystemException

removeImpl

protected com.liferay.portlet.asset.model.AssetCategoryProperty removeImpl(com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty)
                                                                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateImpl

public com.liferay.portlet.asset.model.AssetCategoryProperty updateImpl(com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty,
                                                                        boolean merge)
                                                                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateImpl in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Overrides:
updateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetCategoryProperty>
Throws:
com.liferay.portal.kernel.exception.SystemException

toUnwrappedModel

protected com.liferay.portlet.asset.model.AssetCategoryProperty toUnwrappedModel(com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty)

findByPrimaryKey

public com.liferay.portlet.asset.model.AssetCategoryProperty findByPrimaryKey(java.io.Serializable primaryKey)
                                                                       throws com.liferay.portal.NoSuchModelException,
                                                                              com.liferay.portal.kernel.exception.SystemException
Specified by:
findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetCategoryProperty>
Overrides:
findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetCategoryProperty>
Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

public com.liferay.portlet.asset.model.AssetCategoryProperty findByPrimaryKey(long categoryPropertyId)
                                                                       throws com.liferay.portlet.asset.NoSuchCategoryPropertyException,
                                                                              com.liferay.portal.kernel.exception.SystemException
Specified by:
findByPrimaryKey in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryPropertyException
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

public com.liferay.portlet.asset.model.AssetCategoryProperty fetchByPrimaryKey(java.io.Serializable primaryKey)
                                                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetCategoryProperty>
Overrides:
fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetCategoryProperty>
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

public com.liferay.portlet.asset.model.AssetCategoryProperty fetchByPrimaryKey(long categoryPropertyId)
                                                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByPrimaryKey in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId

public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByCompanyId(long companyId)
                                                                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCompanyId in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId

public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByCompanyId(long companyId,
                                                                                             int start,
                                                                                             int end)
                                                                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCompanyId in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId

public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByCompanyId(long companyId,
                                                                                             int start,
                                                                                             int end,
                                                                                             com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCompanyId in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId_First

public com.liferay.portlet.asset.model.AssetCategoryProperty findByCompanyId_First(long companyId,
                                                                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                            throws com.liferay.portlet.asset.NoSuchCategoryPropertyException,
                                                                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCompanyId_First in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryPropertyException
com.liferay.portal.kernel.exception.SystemException

findByCompanyId_Last

public com.liferay.portlet.asset.model.AssetCategoryProperty findByCompanyId_Last(long companyId,
                                                                                  com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                           throws com.liferay.portlet.asset.NoSuchCategoryPropertyException,
                                                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCompanyId_Last in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryPropertyException
com.liferay.portal.kernel.exception.SystemException

findByCompanyId_PrevAndNext

public com.liferay.portlet.asset.model.AssetCategoryProperty[] findByCompanyId_PrevAndNext(long categoryPropertyId,
                                                                                           long companyId,
                                                                                           com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                    throws com.liferay.portlet.asset.NoSuchCategoryPropertyException,
                                                                                           com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCompanyId_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryPropertyException
com.liferay.portal.kernel.exception.SystemException

getByCompanyId_PrevAndNext

protected com.liferay.portlet.asset.model.AssetCategoryProperty getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                           com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty,
                                                                                           long companyId,
                                                                                           com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                                           boolean previous)

findByCategoryId

public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByCategoryId(long categoryId)
                                                                                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCategoryId in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCategoryId

public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByCategoryId(long categoryId,
                                                                                              int start,
                                                                                              int end)
                                                                                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCategoryId in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCategoryId

public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByCategoryId(long categoryId,
                                                                                              int start,
                                                                                              int end,
                                                                                              com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCategoryId in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCategoryId_First

public com.liferay.portlet.asset.model.AssetCategoryProperty findByCategoryId_First(long categoryId,
                                                                                    com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                             throws com.liferay.portlet.asset.NoSuchCategoryPropertyException,
                                                                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCategoryId_First in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryPropertyException
com.liferay.portal.kernel.exception.SystemException

findByCategoryId_Last

public com.liferay.portlet.asset.model.AssetCategoryProperty findByCategoryId_Last(long categoryId,
                                                                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                            throws com.liferay.portlet.asset.NoSuchCategoryPropertyException,
                                                                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCategoryId_Last in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryPropertyException
com.liferay.portal.kernel.exception.SystemException

findByCategoryId_PrevAndNext

public com.liferay.portlet.asset.model.AssetCategoryProperty[] findByCategoryId_PrevAndNext(long categoryPropertyId,
                                                                                            long categoryId,
                                                                                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                     throws com.liferay.portlet.asset.NoSuchCategoryPropertyException,
                                                                                            com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCategoryId_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryPropertyException
com.liferay.portal.kernel.exception.SystemException

getByCategoryId_PrevAndNext

protected com.liferay.portlet.asset.model.AssetCategoryProperty getByCategoryId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                            com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty,
                                                                                            long categoryId,
                                                                                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                                            boolean previous)

findByC_K

public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByC_K(long companyId,
                                                                                       java.lang.String key)
                                                                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByC_K in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByC_K

public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByC_K(long companyId,
                                                                                       java.lang.String key,
                                                                                       int start,
                                                                                       int end)
                                                                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByC_K in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByC_K

public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findByC_K(long companyId,
                                                                                       java.lang.String key,
                                                                                       int start,
                                                                                       int end,
                                                                                       com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByC_K in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findByC_K_First

public com.liferay.portlet.asset.model.AssetCategoryProperty findByC_K_First(long companyId,
                                                                             java.lang.String key,
                                                                             com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                      throws com.liferay.portlet.asset.NoSuchCategoryPropertyException,
                                                                             com.liferay.portal.kernel.exception.SystemException
Specified by:
findByC_K_First in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryPropertyException
com.liferay.portal.kernel.exception.SystemException

findByC_K_Last

public com.liferay.portlet.asset.model.AssetCategoryProperty findByC_K_Last(long companyId,
                                                                            java.lang.String key,
                                                                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                     throws com.liferay.portlet.asset.NoSuchCategoryPropertyException,
                                                                            com.liferay.portal.kernel.exception.SystemException
Specified by:
findByC_K_Last in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryPropertyException
com.liferay.portal.kernel.exception.SystemException

findByC_K_PrevAndNext

public com.liferay.portlet.asset.model.AssetCategoryProperty[] findByC_K_PrevAndNext(long categoryPropertyId,
                                                                                     long companyId,
                                                                                     java.lang.String key,
                                                                                     com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                              throws com.liferay.portlet.asset.NoSuchCategoryPropertyException,
                                                                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
findByC_K_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryPropertyException
com.liferay.portal.kernel.exception.SystemException

getByC_K_PrevAndNext

protected com.liferay.portlet.asset.model.AssetCategoryProperty getByC_K_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                     com.liferay.portlet.asset.model.AssetCategoryProperty assetCategoryProperty,
                                                                                     long companyId,
                                                                                     java.lang.String key,
                                                                                     com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                                     boolean previous)

findByCA_K

public com.liferay.portlet.asset.model.AssetCategoryProperty findByCA_K(long categoryId,
                                                                        java.lang.String key)
                                                                 throws com.liferay.portlet.asset.NoSuchCategoryPropertyException,
                                                                        com.liferay.portal.kernel.exception.SystemException
Specified by:
findByCA_K in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryPropertyException
com.liferay.portal.kernel.exception.SystemException

fetchByCA_K

public com.liferay.portlet.asset.model.AssetCategoryProperty fetchByCA_K(long categoryId,
                                                                         java.lang.String key)
                                                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByCA_K in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByCA_K

public com.liferay.portlet.asset.model.AssetCategoryProperty fetchByCA_K(long categoryId,
                                                                         java.lang.String key,
                                                                         boolean retrieveFromCache)
                                                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchByCA_K in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findAll()
                                                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findAll in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findAll(int start,
                                                                                     int end)
                                                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findAll in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

public java.util.List<com.liferay.portlet.asset.model.AssetCategoryProperty> findAll(int start,
                                                                                     int end,
                                                                                     com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findAll in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByCompanyId

public void removeByCompanyId(long companyId)
                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByCompanyId in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByCategoryId

public void removeByCategoryId(long categoryId)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByCategoryId in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByC_K

public void removeByC_K(long companyId,
                        java.lang.String key)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByC_K in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByCA_K

public void removeByCA_K(long categoryId,
                         java.lang.String key)
                  throws com.liferay.portlet.asset.NoSuchCategoryPropertyException,
                         com.liferay.portal.kernel.exception.SystemException
Specified by:
removeByCA_K in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portlet.asset.NoSuchCategoryPropertyException
com.liferay.portal.kernel.exception.SystemException

removeAll

public void removeAll()
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
removeAll in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByCompanyId

public int countByCompanyId(long companyId)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByCompanyId in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByCategoryId

public int countByCategoryId(long categoryId)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByCategoryId in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByC_K

public int countByC_K(long companyId,
                      java.lang.String key)
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByC_K in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countByCA_K

public int countByCA_K(long categoryId,
                       java.lang.String key)
                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByCA_K in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

countAll

public int countAll()
             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countAll in interface com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence
Throws:
com.liferay.portal.kernel.exception.SystemException

afterPropertiesSet

public void afterPropertiesSet()