|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagsPropertyPersistence
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<TagsProperty> |
findAll()
|
java.util.List<TagsProperty> |
findAll(int begin,
int end)
|
java.util.List<TagsProperty> |
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<TagsProperty> |
findByC_K(long companyId,
java.lang.String key)
|
java.util.List<TagsProperty> |
findByC_K(long companyId,
java.lang.String key,
int begin,
int end)
|
java.util.List<TagsProperty> |
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<TagsProperty> |
findByCompanyId(long companyId)
|
java.util.List<TagsProperty> |
findByCompanyId(long companyId,
int begin,
int end)
|
java.util.List<TagsProperty> |
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<TagsProperty> |
findByEntryId(long entryId)
|
java.util.List<TagsProperty> |
findByEntryId(long entryId,
int begin,
int end)
|
java.util.List<TagsProperty> |
findByEntryId(long entryId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsProperty |
findByPrimaryKey(long propertyId)
|
java.util.List<TagsProperty> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<TagsProperty> |
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)
Deprecated. Use update(TagsProperty tagsProperty, boolean merge) . |
TagsProperty |
update(TagsProperty tagsProperty,
boolean merge)
Add, update, or merge, the entity. |
TagsProperty |
updateImpl(TagsProperty tagsProperty,
boolean merge)
|
Method Detail |
---|
TagsProperty create(long propertyId)
TagsProperty remove(long propertyId) throws com.liferay.portal.SystemException, NoSuchPropertyException
com.liferay.portal.SystemException
NoSuchPropertyException
TagsProperty remove(TagsProperty tagsProperty) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsProperty update(TagsProperty tagsProperty) throws com.liferay.portal.SystemException
update(TagsProperty tagsProperty, boolean merge)
.
com.liferay.portal.SystemException
TagsProperty update(TagsProperty tagsProperty, boolean merge) throws com.liferay.portal.SystemException
tagsProperty
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when tagsProperty is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
TagsProperty updateImpl(TagsProperty tagsProperty, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsProperty findByPrimaryKey(long propertyId) throws com.liferay.portal.SystemException, NoSuchPropertyException
com.liferay.portal.SystemException
NoSuchPropertyException
TagsProperty fetchByPrimaryKey(long propertyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findByCompanyId(long companyId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findByCompanyId(long companyId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsProperty findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchPropertyException
com.liferay.portal.SystemException
NoSuchPropertyException
TagsProperty findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchPropertyException
com.liferay.portal.SystemException
NoSuchPropertyException
TagsProperty[] findByCompanyId_PrevAndNext(long propertyId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchPropertyException
com.liferay.portal.SystemException
NoSuchPropertyException
java.util.List<TagsProperty> findByEntryId(long entryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findByEntryId(long entryId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findByEntryId(long entryId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsProperty findByEntryId_First(long entryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchPropertyException
com.liferay.portal.SystemException
NoSuchPropertyException
TagsProperty findByEntryId_Last(long entryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchPropertyException
com.liferay.portal.SystemException
NoSuchPropertyException
TagsProperty[] findByEntryId_PrevAndNext(long propertyId, long entryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchPropertyException
com.liferay.portal.SystemException
NoSuchPropertyException
java.util.List<TagsProperty> findByC_K(long companyId, java.lang.String key) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findByC_K(long companyId, java.lang.String key, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findByC_K(long companyId, java.lang.String key, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsProperty findByC_K_First(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchPropertyException
com.liferay.portal.SystemException
NoSuchPropertyException
TagsProperty findByC_K_Last(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchPropertyException
com.liferay.portal.SystemException
NoSuchPropertyException
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
com.liferay.portal.SystemException
NoSuchPropertyException
TagsProperty findByE_K(long entryId, java.lang.String key) throws com.liferay.portal.SystemException, NoSuchPropertyException
com.liferay.portal.SystemException
NoSuchPropertyException
TagsProperty fetchByE_K(long entryId, java.lang.String key) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findAll(int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByEntryId(long entryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_K(long companyId, java.lang.String key) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByE_K(long entryId, java.lang.String key) throws com.liferay.portal.SystemException, NoSuchPropertyException
com.liferay.portal.SystemException
NoSuchPropertyException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByEntryId(long entryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_K(long companyId, java.lang.String key) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByE_K(long entryId, java.lang.String key) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |