|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PluginSettingPersistence
Method Summary | |
---|---|
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 |
fetchByPrimaryKey(long pluginSettingId)
|
java.util.List<PluginSetting> |
findAll()
|
java.util.List<PluginSetting> |
findAll(int begin,
int end)
|
java.util.List<PluginSetting> |
findAll(int begin,
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 begin,
int end)
|
java.util.List<PluginSetting> |
findByCompanyId(long companyId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PluginSetting |
findByPrimaryKey(long pluginSettingId)
|
java.util.List<PluginSetting> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<PluginSetting> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
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 pluginSetting, boolean merge) . |
PluginSetting |
update(PluginSetting pluginSetting,
boolean merge)
Add, update, or merge, the entity. |
PluginSetting |
updateImpl(PluginSetting pluginSetting,
boolean merge)
|
Method Detail |
---|
PluginSetting create(long pluginSettingId)
PluginSetting remove(long pluginSettingId) throws com.liferay.portal.SystemException, NoSuchPluginSettingException
com.liferay.portal.SystemException
NoSuchPluginSettingException
PluginSetting remove(PluginSetting pluginSetting) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PluginSetting update(PluginSetting pluginSetting) throws com.liferay.portal.SystemException
update(PluginSetting 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 com.liferay.portal.SystemException, NoSuchPluginSettingException
com.liferay.portal.SystemException
NoSuchPluginSettingException
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 begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PluginSetting> findByCompanyId(long companyId, int begin, 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 com.liferay.portal.SystemException, NoSuchPluginSettingException
com.liferay.portal.SystemException
NoSuchPluginSettingException
PluginSetting findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchPluginSettingException
com.liferay.portal.SystemException
NoSuchPluginSettingException
PluginSetting[] findByCompanyId_PrevAndNext(long pluginSettingId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchPluginSettingException
com.liferay.portal.SystemException
NoSuchPluginSettingException
PluginSetting findByC_I_T(long companyId, java.lang.String pluginId, java.lang.String pluginType) throws com.liferay.portal.SystemException, NoSuchPluginSettingException
com.liferay.portal.SystemException
NoSuchPluginSettingException
PluginSetting fetchByC_I_T(long companyId, java.lang.String pluginId, java.lang.String pluginType) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PluginSetting> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PluginSetting> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, 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 begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PluginSetting> 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 removeByC_I_T(long companyId, java.lang.String pluginId, java.lang.String pluginType) throws com.liferay.portal.SystemException, NoSuchPluginSettingException
com.liferay.portal.SystemException
NoSuchPluginSettingException
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 |