com.liferay.portal.service.persistence
Interface PluginSettingPersistence
- All Superinterfaces:
- BasePersistence<PluginSetting>
- All Known Implementing Classes:
- PluginSettingPersistenceImpl
public interface PluginSettingPersistence
- extends BasePersistence<PluginSetting>
- See Also:
PluginSettingPersistenceImpl,
PluginSettingUtil- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
void |
cacheResult(List<PluginSetting> pluginSettings)
|
void |
cacheResult(PluginSetting pluginSetting)
|
int |
countAll()
|
int |
countByC_I_T(long companyId,
String pluginId,
String pluginType)
|
int |
countByCompanyId(long companyId)
|
PluginSetting |
create(long pluginSettingId)
|
PluginSetting |
fetchByC_I_T(long companyId,
String pluginId,
String pluginType)
|
PluginSetting |
fetchByC_I_T(long companyId,
String pluginId,
String pluginType,
boolean retrieveFromCache)
|
PluginSetting |
fetchByPrimaryKey(long pluginSettingId)
|
List<PluginSetting> |
findAll()
|
List<PluginSetting> |
findAll(int start,
int end)
|
List<PluginSetting> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
PluginSetting |
findByC_I_T(long companyId,
String pluginId,
String pluginType)
|
PluginSetting |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
|
PluginSetting |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
|
PluginSetting[] |
findByCompanyId_PrevAndNext(long pluginSettingId,
long companyId,
OrderByComparator orderByComparator)
|
List<PluginSetting> |
findByCompanyId(long companyId)
|
List<PluginSetting> |
findByCompanyId(long companyId,
int start,
int end)
|
List<PluginSetting> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
|
PluginSetting |
findByPrimaryKey(long pluginSettingId)
|
PluginSetting |
remove(long pluginSettingId)
|
void |
removeAll()
|
void |
removeByC_I_T(long companyId,
String pluginId,
String pluginType)
|
void |
removeByCompanyId(long companyId)
|
PluginSetting |
updateImpl(PluginSetting pluginSetting,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
cacheResult
void cacheResult(PluginSetting pluginSetting)
cacheResult
void cacheResult(List<PluginSetting> pluginSettings)
create
PluginSetting create(long pluginSettingId)
remove
PluginSetting remove(long pluginSettingId)
throws NoSuchPluginSettingException,
SystemException
- Throws:
NoSuchPluginSettingException
SystemException
updateImpl
PluginSetting updateImpl(PluginSetting pluginSetting,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
PluginSetting findByPrimaryKey(long pluginSettingId)
throws NoSuchPluginSettingException,
SystemException
- Throws:
NoSuchPluginSettingException
SystemException
fetchByPrimaryKey
PluginSetting fetchByPrimaryKey(long pluginSettingId)
throws SystemException
- Throws:
SystemException
findByCompanyId
List<PluginSetting> findByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
findByCompanyId
List<PluginSetting> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByCompanyId
List<PluginSetting> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByCompanyId_First
PluginSetting findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchPluginSettingException,
SystemException
- Throws:
NoSuchPluginSettingException
SystemException
findByCompanyId_Last
PluginSetting findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchPluginSettingException,
SystemException
- Throws:
NoSuchPluginSettingException
SystemException
findByCompanyId_PrevAndNext
PluginSetting[] findByCompanyId_PrevAndNext(long pluginSettingId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchPluginSettingException,
SystemException
- Throws:
NoSuchPluginSettingException
SystemException
findByC_I_T
PluginSetting findByC_I_T(long companyId,
String pluginId,
String pluginType)
throws NoSuchPluginSettingException,
SystemException
- Throws:
NoSuchPluginSettingException
SystemException
fetchByC_I_T
PluginSetting fetchByC_I_T(long companyId,
String pluginId,
String pluginType)
throws SystemException
- Throws:
SystemException
fetchByC_I_T
PluginSetting fetchByC_I_T(long companyId,
String pluginId,
String pluginType,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findAll
List<PluginSetting> findAll()
throws SystemException
- Throws:
SystemException
findAll
List<PluginSetting> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
List<PluginSetting> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByCompanyId
void removeByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
removeByC_I_T
void removeByC_I_T(long companyId,
String pluginId,
String pluginType)
throws NoSuchPluginSettingException,
SystemException
- Throws:
NoSuchPluginSettingException
SystemException
removeAll
void removeAll()
throws SystemException
- Throws:
SystemException
countByCompanyId
int countByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
countByC_I_T
int countByC_I_T(long companyId,
String pluginId,
String pluginType)
throws SystemException
- Throws:
SystemException
countAll
int countAll()
throws SystemException
- Throws:
SystemException