com.liferay.portal.service.persistence
Interface PluginSettingPersistence
- All Superinterfaces:
- BasePersistence<PluginSetting>
public interface PluginSettingPersistence
- extends BasePersistence<PluginSetting>
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:
PluginSettingPersistenceImpl
,
PluginSettingUtil
- Generated:
Method Summary |
void |
cacheResult(java.util.List<PluginSetting> pluginSettings)
|
void |
cacheResult(PluginSetting pluginSetting)
|
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)
|
PluginSetting |
remove(long pluginSettingId)
|
void |
removeAll()
|
void |
removeByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
|
void |
removeByCompanyId(long companyId)
|
PluginSetting |
updateImpl(PluginSetting pluginSetting,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(PluginSetting pluginSetting)
cacheResult
void cacheResult(java.util.List<PluginSetting> pluginSettings)
create
PluginSetting create(long pluginSettingId)
remove
PluginSetting remove(long pluginSettingId)
throws NoSuchPluginSettingException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPluginSettingException
com.liferay.portal.kernel.exception.SystemException
updateImpl
PluginSetting updateImpl(PluginSetting pluginSetting,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
PluginSetting findByPrimaryKey(long pluginSettingId)
throws NoSuchPluginSettingException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPluginSettingException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
PluginSetting fetchByPrimaryKey(long pluginSettingId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
java.util.List<PluginSetting> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
java.util.List<PluginSetting> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
java.util.List<PluginSetting> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_First
PluginSetting findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchPluginSettingException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPluginSettingException
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_Last
PluginSetting findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchPluginSettingException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPluginSettingException
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_PrevAndNext
PluginSetting[] findByCompanyId_PrevAndNext(long pluginSettingId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchPluginSettingException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPluginSettingException
com.liferay.portal.kernel.exception.SystemException
findByC_I_T
PluginSetting findByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
throws NoSuchPluginSettingException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPluginSettingException
com.liferay.portal.kernel.exception.SystemException
fetchByC_I_T
PluginSetting fetchByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByC_I_T
PluginSetting fetchByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<PluginSetting> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<PluginSetting> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<PluginSetting> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByCompanyId
void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByC_I_T
void removeByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
throws NoSuchPluginSettingException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPluginSettingException
com.liferay.portal.kernel.exception.SystemException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByCompanyId
int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_I_T
int countByC_I_T(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException