com.liferay.portlet.tags.service.persistence
Class TagsPropertyPersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tags.model.TagsProperty>
      extended by com.liferay.portlet.tags.service.persistence.TagsPropertyPersistenceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.tags.model.TagsProperty>, com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence

public class TagsPropertyPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tags.model.TagsProperty>
implements com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence

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:
TagsPropertyPersistence, TagsPropertyUtil
Generated:

Field Summary
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_COMPANYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_E_K
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_ENTRYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_E_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_COMPANYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_ENTRYID
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence
           
protected  com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence
           
protected  com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence tagsPropertyPersistence
           
protected  com.liferay.portlet.tags.service.persistence.TagsSourcePersistence tagsSourcePersistence
           
protected  com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence tagsVocabularyPersistence
           
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
TagsPropertyPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void cacheResult(java.util.List<com.liferay.portlet.tags.model.TagsProperty> tagsProperties)
           
 void cacheResult(com.liferay.portlet.tags.model.TagsProperty tagsProperty)
           
 void clearCache()
           
 void clearCache(com.liferay.portlet.tags.model.TagsProperty tagsProperty)
           
 int countAll()
           
 int countByC_K(long companyId, java.lang.String key)
           
 int countByCompanyId(long companyId)
           
 int countByE_K(long entryId, java.lang.String key)
           
 int countByEntryId(long entryId)
           
 com.liferay.portlet.tags.model.TagsProperty create(long propertyId)
           
 void destroy()
           
 com.liferay.portlet.tags.model.TagsProperty fetchByE_K(long entryId, java.lang.String key)
           
 com.liferay.portlet.tags.model.TagsProperty fetchByE_K(long entryId, java.lang.String key, boolean retrieveFromCache)
           
 com.liferay.portlet.tags.model.TagsProperty fetchByPrimaryKey(long propertyId)
           
 com.liferay.portlet.tags.model.TagsProperty fetchByPrimaryKey(java.io.Serializable primaryKey)
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> findAll()
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> findAll(int start, int end)
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.tags.model.TagsProperty findByC_K_First(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.tags.model.TagsProperty findByC_K_Last(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.tags.model.TagsProperty[] findByC_K_PrevAndNext(long propertyId, long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> findByC_K(long companyId, java.lang.String key)
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> findByC_K(long companyId, java.lang.String key, int start, int end)
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> findByC_K(long companyId, java.lang.String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.tags.model.TagsProperty findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.tags.model.TagsProperty findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.tags.model.TagsProperty[] findByCompanyId_PrevAndNext(long propertyId, long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> findByCompanyId(long companyId)
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> findByCompanyId(long companyId, int start, int end)
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.tags.model.TagsProperty findByE_K(long entryId, java.lang.String key)
           
 com.liferay.portlet.tags.model.TagsProperty findByEntryId_First(long entryId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.tags.model.TagsProperty findByEntryId_Last(long entryId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.tags.model.TagsProperty[] findByEntryId_PrevAndNext(long propertyId, long entryId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> findByEntryId(long entryId)
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> findByEntryId(long entryId, int start, int end)
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> findByEntryId(long entryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.tags.model.TagsProperty findByPrimaryKey(long propertyId)
           
 com.liferay.portlet.tags.model.TagsProperty findByPrimaryKey(java.io.Serializable primaryKey)
           
protected  com.liferay.portlet.tags.model.TagsProperty getByC_K_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.tags.model.TagsProperty tagsProperty, long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.tags.model.TagsProperty getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.tags.model.TagsProperty tagsProperty, long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.tags.model.TagsProperty getByEntryId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.tags.model.TagsProperty tagsProperty, long entryId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
 com.liferay.portlet.tags.model.TagsProperty remove(long propertyId)
           
 com.liferay.portlet.tags.model.TagsProperty remove(java.io.Serializable primaryKey)
           
 void removeAll()
           
 void removeByC_K(long companyId, java.lang.String key)
           
 void removeByCompanyId(long companyId)
           
 void removeByE_K(long entryId, java.lang.String key)
           
 void removeByEntryId(long entryId)
           
protected  com.liferay.portlet.tags.model.TagsProperty removeImpl(com.liferay.portlet.tags.model.TagsProperty tagsProperty)
           
protected  com.liferay.portlet.tags.model.TagsProperty toUnwrappedModel(com.liferay.portlet.tags.model.TagsProperty tagsProperty)
           
 com.liferay.portlet.tags.model.TagsProperty update(com.liferay.portlet.tags.model.TagsProperty tagsProperty)
          Deprecated. Use BasePersistence#update(com.liferay.portal.model.BaseModel, boolean).
 com.liferay.portlet.tags.model.TagsProperty updateImpl(com.liferay.portlet.tags.model.TagsProperty tagsProperty, boolean merge)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, 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, remove, 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_ENTRYID

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

FINDER_PATH_COUNT_BY_ENTRYID

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

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_E_K

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

FINDER_PATH_COUNT_BY_E_K

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_E_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

tagsAssetPersistence

@BeanReference(type=com.liferay.portlet.tags.service.persistence.TagsAssetPersistence.class)
protected com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence

tagsEntryPersistence

@BeanReference(type=com.liferay.portlet.tags.service.persistence.TagsEntryPersistence.class)
protected com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence

tagsPropertyPersistence

@BeanReference(type=com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence.class)
protected com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence tagsPropertyPersistence

tagsSourcePersistence

@BeanReference(type=com.liferay.portlet.tags.service.persistence.TagsSourcePersistence.class)
protected com.liferay.portlet.tags.service.persistence.TagsSourcePersistence tagsSourcePersistence

tagsVocabularyPersistence

@BeanReference(type=com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence.class)
protected com.liferay.portlet.tags.service.persistence.TagsVocabularyPersistence tagsVocabularyPersistence

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

TagsPropertyPersistenceImpl

public TagsPropertyPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(com.liferay.portlet.tags.model.TagsProperty tagsProperty)
Specified by:
cacheResult in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence

cacheResult

public void cacheResult(java.util.List<com.liferay.portlet.tags.model.TagsProperty> tagsProperties)
Specified by:
cacheResult in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence

clearCache

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

clearCache

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

create

public com.liferay.portlet.tags.model.TagsProperty create(long propertyId)
Specified by:
create in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence

remove

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

remove

public com.liferay.portlet.tags.model.TagsProperty remove(long propertyId)
                                                   throws com.liferay.portlet.tags.NoSuchPropertyException,
                                                          com.liferay.portal.SystemException
Specified by:
remove in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portlet.tags.NoSuchPropertyException
com.liferay.portal.SystemException

removeImpl

protected com.liferay.portlet.tags.model.TagsProperty removeImpl(com.liferay.portlet.tags.model.TagsProperty tagsProperty)
                                                          throws com.liferay.portal.SystemException
Overrides:
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tags.model.TagsProperty>
Throws:
com.liferay.portal.SystemException

update

public com.liferay.portlet.tags.model.TagsProperty update(com.liferay.portlet.tags.model.TagsProperty tagsProperty)
                                                   throws com.liferay.portal.SystemException
Deprecated. Use BasePersistence#update(com.liferay.portal.model.BaseModel, boolean).

Specified by:
update in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

updateImpl

public com.liferay.portlet.tags.model.TagsProperty updateImpl(com.liferay.portlet.tags.model.TagsProperty tagsProperty,
                                                              boolean merge)
                                                       throws com.liferay.portal.SystemException
Specified by:
updateImpl in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Overrides:
updateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.tags.model.TagsProperty>
Throws:
com.liferay.portal.SystemException

toUnwrappedModel

protected com.liferay.portlet.tags.model.TagsProperty toUnwrappedModel(com.liferay.portlet.tags.model.TagsProperty tagsProperty)

findByPrimaryKey

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

findByPrimaryKey

public com.liferay.portlet.tags.model.TagsProperty findByPrimaryKey(long propertyId)
                                                             throws com.liferay.portlet.tags.NoSuchPropertyException,
                                                                    com.liferay.portal.SystemException
Specified by:
findByPrimaryKey in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portlet.tags.NoSuchPropertyException
com.liferay.portal.SystemException

fetchByPrimaryKey

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

fetchByPrimaryKey

public com.liferay.portlet.tags.model.TagsProperty fetchByPrimaryKey(long propertyId)
                                                              throws com.liferay.portal.SystemException
Specified by:
fetchByPrimaryKey in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

findByCompanyId

public java.util.List<com.liferay.portlet.tags.model.TagsProperty> findByCompanyId(long companyId)
                                                                            throws com.liferay.portal.SystemException
Specified by:
findByCompanyId in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

findByCompanyId

public java.util.List<com.liferay.portlet.tags.model.TagsProperty> findByCompanyId(long companyId,
                                                                                   int start,
                                                                                   int end)
                                                                            throws com.liferay.portal.SystemException
Specified by:
findByCompanyId in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

findByCompanyId

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

findByCompanyId_First

public com.liferay.portlet.tags.model.TagsProperty findByCompanyId_First(long companyId,
                                                                         com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                  throws com.liferay.portlet.tags.NoSuchPropertyException,
                                                                         com.liferay.portal.SystemException
Specified by:
findByCompanyId_First in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portlet.tags.NoSuchPropertyException
com.liferay.portal.SystemException

findByCompanyId_Last

public com.liferay.portlet.tags.model.TagsProperty findByCompanyId_Last(long companyId,
                                                                        com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                 throws com.liferay.portlet.tags.NoSuchPropertyException,
                                                                        com.liferay.portal.SystemException
Specified by:
findByCompanyId_Last in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portlet.tags.NoSuchPropertyException
com.liferay.portal.SystemException

findByCompanyId_PrevAndNext

public com.liferay.portlet.tags.model.TagsProperty[] findByCompanyId_PrevAndNext(long propertyId,
                                                                                 long companyId,
                                                                                 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                          throws com.liferay.portlet.tags.NoSuchPropertyException,
                                                                                 com.liferay.portal.SystemException
Specified by:
findByCompanyId_PrevAndNext in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portlet.tags.NoSuchPropertyException
com.liferay.portal.SystemException

getByCompanyId_PrevAndNext

protected com.liferay.portlet.tags.model.TagsProperty getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                 com.liferay.portlet.tags.model.TagsProperty tagsProperty,
                                                                                 long companyId,
                                                                                 com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                                 boolean previous)

findByEntryId

public java.util.List<com.liferay.portlet.tags.model.TagsProperty> findByEntryId(long entryId)
                                                                          throws com.liferay.portal.SystemException
Specified by:
findByEntryId in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

findByEntryId

public java.util.List<com.liferay.portlet.tags.model.TagsProperty> findByEntryId(long entryId,
                                                                                 int start,
                                                                                 int end)
                                                                          throws com.liferay.portal.SystemException
Specified by:
findByEntryId in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

findByEntryId

public java.util.List<com.liferay.portlet.tags.model.TagsProperty> findByEntryId(long entryId,
                                                                                 int start,
                                                                                 int end,
                                                                                 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                          throws com.liferay.portal.SystemException
Specified by:
findByEntryId in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

findByEntryId_First

public com.liferay.portlet.tags.model.TagsProperty findByEntryId_First(long entryId,
                                                                       com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                throws com.liferay.portlet.tags.NoSuchPropertyException,
                                                                       com.liferay.portal.SystemException
Specified by:
findByEntryId_First in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portlet.tags.NoSuchPropertyException
com.liferay.portal.SystemException

findByEntryId_Last

public com.liferay.portlet.tags.model.TagsProperty findByEntryId_Last(long entryId,
                                                                      com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                               throws com.liferay.portlet.tags.NoSuchPropertyException,
                                                                      com.liferay.portal.SystemException
Specified by:
findByEntryId_Last in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portlet.tags.NoSuchPropertyException
com.liferay.portal.SystemException

findByEntryId_PrevAndNext

public com.liferay.portlet.tags.model.TagsProperty[] findByEntryId_PrevAndNext(long propertyId,
                                                                               long entryId,
                                                                               com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                        throws com.liferay.portlet.tags.NoSuchPropertyException,
                                                                               com.liferay.portal.SystemException
Specified by:
findByEntryId_PrevAndNext in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portlet.tags.NoSuchPropertyException
com.liferay.portal.SystemException

getByEntryId_PrevAndNext

protected com.liferay.portlet.tags.model.TagsProperty getByEntryId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                               com.liferay.portlet.tags.model.TagsProperty tagsProperty,
                                                                               long entryId,
                                                                               com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                               boolean previous)

findByC_K

public java.util.List<com.liferay.portlet.tags.model.TagsProperty> findByC_K(long companyId,
                                                                             java.lang.String key)
                                                                      throws com.liferay.portal.SystemException
Specified by:
findByC_K in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

findByC_K

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

findByC_K

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

findByC_K_First

public com.liferay.portlet.tags.model.TagsProperty findByC_K_First(long companyId,
                                                                   java.lang.String key,
                                                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                            throws com.liferay.portlet.tags.NoSuchPropertyException,
                                                                   com.liferay.portal.SystemException
Specified by:
findByC_K_First in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portlet.tags.NoSuchPropertyException
com.liferay.portal.SystemException

findByC_K_Last

public com.liferay.portlet.tags.model.TagsProperty findByC_K_Last(long companyId,
                                                                  java.lang.String key,
                                                                  com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                           throws com.liferay.portlet.tags.NoSuchPropertyException,
                                                                  com.liferay.portal.SystemException
Specified by:
findByC_K_Last in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portlet.tags.NoSuchPropertyException
com.liferay.portal.SystemException

findByC_K_PrevAndNext

public com.liferay.portlet.tags.model.TagsProperty[] findByC_K_PrevAndNext(long propertyId,
                                                                           long companyId,
                                                                           java.lang.String key,
                                                                           com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                    throws com.liferay.portlet.tags.NoSuchPropertyException,
                                                                           com.liferay.portal.SystemException
Specified by:
findByC_K_PrevAndNext in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portlet.tags.NoSuchPropertyException
com.liferay.portal.SystemException

getByC_K_PrevAndNext

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

findByE_K

public com.liferay.portlet.tags.model.TagsProperty findByE_K(long entryId,
                                                             java.lang.String key)
                                                      throws com.liferay.portlet.tags.NoSuchPropertyException,
                                                             com.liferay.portal.SystemException
Specified by:
findByE_K in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portlet.tags.NoSuchPropertyException
com.liferay.portal.SystemException

fetchByE_K

public com.liferay.portlet.tags.model.TagsProperty fetchByE_K(long entryId,
                                                              java.lang.String key)
                                                       throws com.liferay.portal.SystemException
Specified by:
fetchByE_K in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

fetchByE_K

public com.liferay.portlet.tags.model.TagsProperty fetchByE_K(long entryId,
                                                              java.lang.String key,
                                                              boolean retrieveFromCache)
                                                       throws com.liferay.portal.SystemException
Specified by:
fetchByE_K in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List<com.liferay.portlet.tags.model.TagsProperty> findAll()
                                                                    throws com.liferay.portal.SystemException
Specified by:
findAll in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List<com.liferay.portlet.tags.model.TagsProperty> findAll(int start,
                                                                           int end)
                                                                    throws com.liferay.portal.SystemException
Specified by:
findAll in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

findAll

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

removeByCompanyId

public void removeByCompanyId(long companyId)
                       throws com.liferay.portal.SystemException
Specified by:
removeByCompanyId in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

removeByEntryId

public void removeByEntryId(long entryId)
                     throws com.liferay.portal.SystemException
Specified by:
removeByEntryId in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

removeByC_K

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

removeByE_K

public void removeByE_K(long entryId,
                        java.lang.String key)
                 throws com.liferay.portlet.tags.NoSuchPropertyException,
                        com.liferay.portal.SystemException
Specified by:
removeByE_K in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portlet.tags.NoSuchPropertyException
com.liferay.portal.SystemException

removeAll

public void removeAll()
               throws com.liferay.portal.SystemException
Specified by:
removeAll in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

countByCompanyId

public int countByCompanyId(long companyId)
                     throws com.liferay.portal.SystemException
Specified by:
countByCompanyId in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

countByEntryId

public int countByEntryId(long entryId)
                   throws com.liferay.portal.SystemException
Specified by:
countByEntryId in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

countByC_K

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

countByE_K

public int countByE_K(long entryId,
                      java.lang.String key)
               throws com.liferay.portal.SystemException
Specified by:
countByE_K in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

countAll

public int countAll()
             throws com.liferay.portal.SystemException
Specified by:
countAll in interface com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence
Throws:
com.liferay.portal.SystemException

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()