|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagsPropertyPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
TagsPropertyPersistenceImpl
,
TagsPropertyUtil
Method Summary | |
---|---|
void |
cacheResult(java.util.List<TagsProperty> tagsProperties)
|
void |
cacheResult(TagsProperty tagsProperty)
|
void |
clearCache()
|
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 |
fetchByE_K(long entryId,
java.lang.String key,
boolean retrieveFromCache)
|
TagsProperty |
fetchByPrimaryKey(long propertyId)
|
java.util.List<TagsProperty> |
findAll()
|
java.util.List<TagsProperty> |
findAll(int start,
int end)
|
java.util.List<TagsProperty> |
findAll(int start,
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 start,
int end)
|
java.util.List<TagsProperty> |
findByC_K(long companyId,
java.lang.String key,
int start,
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 start,
int end)
|
java.util.List<TagsProperty> |
findByCompanyId(long companyId,
int start,
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 start,
int end)
|
java.util.List<TagsProperty> |
findByEntryId(long entryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsProperty |
findByPrimaryKey(long propertyId)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
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, boolean merge) . |
TagsProperty |
update(TagsProperty tagsProperty,
boolean merge)
Add, update, or merge, the entity. |
TagsProperty |
updateImpl(TagsProperty tagsProperty,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(TagsProperty tagsProperty)
void cacheResult(java.util.List<TagsProperty> tagsProperties)
void clearCache()
clearCache
in interface BasePersistence
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, 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 start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findByCompanyId(long companyId, int start, 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 start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findByEntryId(long entryId, int start, 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 start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findByC_K(long companyId, java.lang.String key, int start, 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
TagsProperty fetchByE_K(long entryId, java.lang.String key, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, 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 start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsProperty> findAll(int start, 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 |