|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PluginSettingPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
PluginSettingPersistenceImpl
,
PluginSettingUtil
Method Summary | |
---|---|
void |
cacheResult(java.util.List<PluginSetting> pluginSettings)
|
void |
cacheResult(PluginSetting pluginSetting)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
|
int |
countByCompanyId(long companyId)
|
PluginSetting |
create(long pluginSettingId)
|
PluginSetting |
fetchByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
|
PluginSetting |
fetchByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType,
boolean retrieveFromCache)
|
PluginSetting |
fetchByPrimaryKey(long pluginSettingId)
|
java.util.List<PluginSetting> |
findAll()
|
java.util.List<PluginSetting> |
findAll(int start,
int end)
|
java.util.List<PluginSetting> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PluginSetting |
findByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
|
PluginSetting |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PluginSetting |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PluginSetting[] |
findByCompanyId_PrevAndNext(long pluginSettingId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<PluginSetting> |
findByCompanyId(long companyId)
|
java.util.List<PluginSetting> |
findByCompanyId(long companyId,
int start,
int end)
|
java.util.List<PluginSetting> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PluginSetting |
findByPrimaryKey(long pluginSettingId)
|
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)
|
PluginSetting |
remove(long pluginSettingId)
|
PluginSetting |
remove(PluginSetting pluginSetting)
|
void |
removeAll()
|
void |
removeByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
|
void |
removeByCompanyId(long companyId)
|
PluginSetting |
update(PluginSetting pluginSetting)
Deprecated. Use update(PluginSetting, boolean merge) . |
PluginSetting |
update(PluginSetting pluginSetting,
boolean merge)
Add, update, or merge, the entity. |
PluginSetting |
updateImpl(PluginSetting pluginSetting,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(PluginSetting pluginSetting)
void cacheResult(java.util.List<PluginSetting> pluginSettings)
void clearCache()
clearCache
in interface BasePersistence
PluginSetting create(long pluginSettingId)
PluginSetting remove(long pluginSettingId) throws NoSuchPluginSettingException, com.liferay.portal.SystemException
NoSuchPluginSettingException
com.liferay.portal.SystemException
PluginSetting remove(PluginSetting pluginSetting) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PluginSetting update(PluginSetting pluginSetting) throws com.liferay.portal.SystemException
update(PluginSetting, boolean merge)
.
com.liferay.portal.SystemException
PluginSetting update(PluginSetting pluginSetting, boolean merge) throws com.liferay.portal.SystemException
pluginSetting
- 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 pluginSetting is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
PluginSetting updateImpl(PluginSetting pluginSetting, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PluginSetting findByPrimaryKey(long pluginSettingId) throws NoSuchPluginSettingException, com.liferay.portal.SystemException
NoSuchPluginSettingException
com.liferay.portal.SystemException
PluginSetting fetchByPrimaryKey(long pluginSettingId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PluginSetting> findByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PluginSetting> findByCompanyId(long companyId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PluginSetting> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PluginSetting findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchPluginSettingException, com.liferay.portal.SystemException
NoSuchPluginSettingException
com.liferay.portal.SystemException
PluginSetting findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchPluginSettingException, com.liferay.portal.SystemException
NoSuchPluginSettingException
com.liferay.portal.SystemException
PluginSetting[] findByCompanyId_PrevAndNext(long pluginSettingId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchPluginSettingException, com.liferay.portal.SystemException
NoSuchPluginSettingException
com.liferay.portal.SystemException
PluginSetting findByC_I_T(long companyId, java.lang.String pluginId, java.lang.String pluginType) throws NoSuchPluginSettingException, com.liferay.portal.SystemException
NoSuchPluginSettingException
com.liferay.portal.SystemException
PluginSetting fetchByC_I_T(long companyId, java.lang.String pluginId, java.lang.String pluginType) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PluginSetting fetchByC_I_T(long companyId, java.lang.String pluginId, java.lang.String pluginType, 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<PluginSetting> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PluginSetting> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PluginSetting> 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 removeByC_I_T(long companyId, java.lang.String pluginId, java.lang.String pluginType) throws NoSuchPluginSettingException, com.liferay.portal.SystemException
NoSuchPluginSettingException
com.liferay.portal.SystemException
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 countByC_I_T(long companyId, java.lang.String pluginId, java.lang.String pluginType) 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 |