com.liferay.portlet.tags.service.persistence
Interface TagsPropertyPersistence
- public interface TagsPropertyPersistence
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
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)
|
TagsProperty |
create(long propertyId)
|
TagsProperty |
fetchByE_K(long entryId,
java.lang.String key)
|
TagsProperty |
fetchByPrimaryKey(long propertyId)
|
java.util.List |
findAll()
|
java.util.List |
findAll(int begin,
int end)
|
java.util.List |
findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsProperty |
findByC_K_First(long companyId,
java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsProperty |
findByC_K_Last(long companyId,
java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsProperty[] |
findByC_K_PrevAndNext(long propertyId,
long companyId,
java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List |
findByC_K(long companyId,
java.lang.String key)
|
java.util.List |
findByC_K(long companyId,
java.lang.String key,
int begin,
int end)
|
java.util.List |
findByC_K(long companyId,
java.lang.String key,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsProperty |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsProperty |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsProperty[] |
findByCompanyId_PrevAndNext(long propertyId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List |
findByCompanyId(long companyId)
|
java.util.List |
findByCompanyId(long companyId,
int begin,
int end)
|
java.util.List |
findByCompanyId(long companyId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsProperty |
findByE_K(long entryId,
java.lang.String key)
|
TagsProperty |
findByEntryId_First(long entryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsProperty |
findByEntryId_Last(long entryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsProperty[] |
findByEntryId_PrevAndNext(long propertyId,
long entryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List |
findByEntryId(long entryId)
|
java.util.List |
findByEntryId(long entryId,
int begin,
int end)
|
java.util.List |
findByEntryId(long entryId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsProperty |
findByPrimaryKey(long propertyId)
|
java.util.List |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
TagsProperty |
remove(long propertyId)
|
TagsProperty |
remove(TagsProperty tagsProperty)
|
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)
|
TagsProperty |
update(TagsProperty tagsProperty)
|
TagsProperty |
update(TagsProperty tagsProperty,
boolean merge)
|
TagsProperty |
updateImpl(TagsProperty tagsProperty,
boolean merge)
|
create
public TagsProperty create(long propertyId)
remove
public TagsProperty remove(long propertyId)
throws com.liferay.portal.SystemException,
NoSuchPropertyException
- Throws:
com.liferay.portal.SystemException
NoSuchPropertyException
remove
public TagsProperty remove(TagsProperty tagsProperty)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public TagsProperty update(TagsProperty tagsProperty)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public TagsProperty update(TagsProperty tagsProperty,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateImpl
public TagsProperty updateImpl(TagsProperty tagsProperty,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public TagsProperty findByPrimaryKey(long propertyId)
throws com.liferay.portal.SystemException,
NoSuchPropertyException
- Throws:
com.liferay.portal.SystemException
NoSuchPropertyException
fetchByPrimaryKey
public TagsProperty fetchByPrimaryKey(long propertyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByCompanyId
public java.util.List findByCompanyId(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByCompanyId
public java.util.List findByCompanyId(long companyId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByCompanyId
public java.util.List findByCompanyId(long companyId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByCompanyId_First
public TagsProperty findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchPropertyException
- Throws:
com.liferay.portal.SystemException
NoSuchPropertyException
findByCompanyId_Last
public TagsProperty findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchPropertyException
- Throws:
com.liferay.portal.SystemException
NoSuchPropertyException
findByCompanyId_PrevAndNext
public TagsProperty[] findByCompanyId_PrevAndNext(long propertyId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchPropertyException
- Throws:
com.liferay.portal.SystemException
NoSuchPropertyException
findByEntryId
public java.util.List findByEntryId(long entryId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByEntryId
public java.util.List findByEntryId(long entryId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByEntryId
public java.util.List findByEntryId(long entryId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByEntryId_First
public TagsProperty findByEntryId_First(long entryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchPropertyException
- Throws:
com.liferay.portal.SystemException
NoSuchPropertyException
findByEntryId_Last
public TagsProperty findByEntryId_Last(long entryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchPropertyException
- Throws:
com.liferay.portal.SystemException
NoSuchPropertyException
findByEntryId_PrevAndNext
public TagsProperty[] findByEntryId_PrevAndNext(long propertyId,
long entryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchPropertyException
- Throws:
com.liferay.portal.SystemException
NoSuchPropertyException
findByC_K
public java.util.List findByC_K(long companyId,
java.lang.String key)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_K
public java.util.List findByC_K(long companyId,
java.lang.String key,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_K
public java.util.List findByC_K(long companyId,
java.lang.String key,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_K_First
public TagsProperty findByC_K_First(long companyId,
java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchPropertyException
- Throws:
com.liferay.portal.SystemException
NoSuchPropertyException
findByC_K_Last
public TagsProperty findByC_K_Last(long companyId,
java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchPropertyException
- Throws:
com.liferay.portal.SystemException
NoSuchPropertyException
findByC_K_PrevAndNext
public TagsProperty[] findByC_K_PrevAndNext(long propertyId,
long companyId,
java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchPropertyException
- Throws:
com.liferay.portal.SystemException
NoSuchPropertyException
findByE_K
public TagsProperty findByE_K(long entryId,
java.lang.String key)
throws com.liferay.portal.SystemException,
NoSuchPropertyException
- Throws:
com.liferay.portal.SystemException
NoSuchPropertyException
fetchByE_K
public TagsProperty fetchByE_K(long entryId,
java.lang.String key)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll(int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByCompanyId
public void removeByCompanyId(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByEntryId
public void removeByEntryId(long entryId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByC_K
public void removeByC_K(long companyId,
java.lang.String key)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByE_K
public void removeByE_K(long entryId,
java.lang.String key)
throws com.liferay.portal.SystemException,
NoSuchPropertyException
- Throws:
com.liferay.portal.SystemException
NoSuchPropertyException
removeAll
public void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByCompanyId
public int countByCompanyId(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByEntryId
public int countByEntryId(long entryId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByC_K
public int countByC_K(long companyId,
java.lang.String key)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByE_K
public int countByE_K(long entryId,
java.lang.String key)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
public int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException