|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PluginSetting in com.liferay.portal.model |
---|
Classes in com.liferay.portal.model that implement PluginSetting | |
---|---|
class |
PluginSettingWrapper
This class is a wrapper for PluginSetting . |
Methods in com.liferay.portal.model that return PluginSetting | |
---|---|
PluginSetting |
PortletWrapper.getDefaultPluginSetting()
Get the default plugin settings of the portlet. |
PluginSetting |
Portlet.getDefaultPluginSetting()
Get the default plugin settings of the portlet. |
PluginSetting |
Plugin.getDefaultPluginSetting()
|
PluginSetting |
Plugin.getDefaultPluginSetting(long companyId)
|
PluginSetting |
PluginSettingWrapper.getWrappedPluginSetting()
|
PluginSetting |
PluginSettingWrapper.toEscapedModel()
|
PluginSetting |
PluginSettingModel.toEscapedModel()
|
Methods in com.liferay.portal.model with parameters of type PluginSetting | |
---|---|
int |
PluginSettingWrapper.compareTo(PluginSetting pluginSetting)
|
int |
PluginSettingModel.compareTo(PluginSetting pluginSetting)
|
void |
PortletWrapper.setDefaultPluginSetting(PluginSetting pluginSetting)
Sets the default plugin settings of the portlet. |
void |
Portlet.setDefaultPluginSetting(PluginSetting pluginSetting)
Sets the default plugin settings of the portlet. |
void |
Plugin.setDefaultPluginSetting(PluginSetting pluginSetting)
|
static PluginSettingSoap |
PluginSettingSoap.toSoapModel(PluginSetting model)
|
static PluginSettingSoap[] |
PluginSettingSoap.toSoapModels(PluginSetting[] models)
|
static PluginSettingSoap[][] |
PluginSettingSoap.toSoapModels(PluginSetting[][] models)
|
Method parameters in com.liferay.portal.model with type arguments of type PluginSetting | |
---|---|
static PluginSettingSoap[] |
PluginSettingSoap.toSoapModels(List<PluginSetting> models)
|
Constructors in com.liferay.portal.model with parameters of type PluginSetting | |
---|---|
PluginSettingWrapper(PluginSetting pluginSetting)
|
Uses of PluginSetting in com.liferay.portal.model.impl |
---|
Classes in com.liferay.portal.model.impl that implement PluginSetting | |
---|---|
class |
PluginSettingImpl
|
Methods in com.liferay.portal.model.impl that return PluginSetting | |
---|---|
PluginSetting |
PortletImpl.getDefaultPluginSetting()
Get the default plugin settings of the portlet. |
PluginSetting |
PluginBaseImpl.getDefaultPluginSetting()
|
PluginSetting |
PluginBaseImpl.getDefaultPluginSetting(long companyId)
|
PluginSetting |
PluginSettingModelImpl.toEscapedModel()
|
static PluginSetting |
PluginSettingModelImpl.toModel(PluginSettingSoap soapModel)
Converts the soap model instance into a normal model instance. |
Methods in com.liferay.portal.model.impl that return types with arguments of type PluginSetting | |
---|---|
static List<PluginSetting> |
PluginSettingModelImpl.toModels(PluginSettingSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Methods in com.liferay.portal.model.impl with parameters of type PluginSetting | |
---|---|
int |
PluginSettingModelImpl.compareTo(PluginSetting pluginSetting)
|
void |
PortletImpl.setDefaultPluginSetting(PluginSetting pluginSetting)
Sets the default plugin settings of the portlet. |
void |
PluginBaseImpl.setDefaultPluginSetting(PluginSetting pluginSetting)
|
Constructors in com.liferay.portal.model.impl with parameters of type PluginSetting | |
---|---|
PluginSettingImpl(PluginSetting pluginSetting)
|
|
PortletImpl(String portletId,
PluginPackage pluginPackage,
PluginSetting pluginSetting,
long companyId,
long timestamp,
String icon,
String virtualPath,
String strutsPath,
String portletName,
String displayName,
String portletClass,
String configurationActionClass,
String indexerClass,
String openSearchClass,
List<SchedulerEntry> schedulerEntries,
String portletURLClass,
String friendlyURLMapperClass,
String friendlyURLMapping,
String friendlyURLRoutes,
String urlEncoderClass,
String portletDataHandlerClass,
String portletLayoutListenerClass,
String pollerProcessorClass,
String popMessageListenerClass,
String socialActivityInterpreterClass,
String socialRequestInterpreterClass,
String webDAVStorageToken,
String webDAVStorageClass,
String xmlRpcMethodClass,
String controlPanelEntryCategory,
double controlPanelEntryWeight,
String controlPanelClass,
List<String> assetRendererFactoryClasses,
List<String> customAttributesDisplayClasses,
List<String> workflowHandlerClasses,
String defaultPreferences,
String preferencesValidator,
boolean preferencesCompanyWide,
boolean preferencesUniquePerLayout,
boolean preferencesOwnedByGroup,
boolean useDefaultTemplate,
boolean showPortletAccessDenied,
boolean showPortletInactive,
boolean actionURLRedirect,
boolean restoreCurrentView,
boolean maximizeEdit,
boolean maximizeHelp,
boolean popUpPrint,
boolean layoutCacheable,
boolean instanceable,
boolean remoteable,
boolean scopeable,
String userPrincipalStrategy,
boolean privateRequestAttributes,
boolean privateSessionAttributes,
int renderWeight,
boolean ajaxable,
List<String> headerPortalCss,
List<String> headerPortletCss,
List<String> headerPortalJavaScript,
List<String> headerPortletJavaScript,
List<String> footerPortalCss,
List<String> footerPortletCss,
List<String> footerPortalJavaScript,
List<String> footerPortletJavaScript,
String cssClassWrapper,
String facebookIntegration,
boolean addDefaultResource,
String roles,
Set<String> unlinkedRoles,
Map<String,String> roleMappers,
boolean system,
boolean active,
boolean include,
Map<String,String> initParams,
Integer expCache,
Map<String,Set<String>> portletModes,
Map<String,Set<String>> windowStates,
Set<String> supportedLocales,
String resourceBundle,
PortletInfo portletInfo,
Map<String,PortletFilter> portletFilters,
Set<QName> processingEvents,
Set<QName> publishingEvents,
Set<PublicRenderParameter> publicRenderParameters,
PortletApp portletApp)
Constructs a portlet with the specified parameters. |
Uses of PluginSetting in com.liferay.portal.service |
---|
Methods in com.liferay.portal.service that return PluginSetting | |
---|---|
PluginSetting |
PluginSettingLocalServiceWrapper.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database. |
static PluginSetting |
PluginSettingLocalServiceUtil.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database. |
PluginSetting |
PluginSettingLocalService.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database. |
PluginSetting |
PluginSettingLocalServiceWrapper.createPluginSetting(long pluginSettingId)
Creates a new plugin setting with the primary key. |
static PluginSetting |
PluginSettingLocalServiceUtil.createPluginSetting(long pluginSettingId)
Creates a new plugin setting with the primary key. |
PluginSetting |
PluginSettingLocalService.createPluginSetting(long pluginSettingId)
Creates a new plugin setting with the primary key. |
PluginSetting |
PluginSettingLocalServiceWrapper.getDefaultPluginSetting()
|
static PluginSetting |
PluginSettingLocalServiceUtil.getDefaultPluginSetting()
|
PluginSetting |
PluginSettingLocalService.getDefaultPluginSetting()
|
PluginSetting |
PluginSettingLocalServiceWrapper.getPluginSetting(long pluginSettingId)
Gets the plugin setting with the primary key. |
static PluginSetting |
PluginSettingLocalServiceUtil.getPluginSetting(long pluginSettingId)
Gets the plugin setting with the primary key. |
PluginSetting |
PluginSettingLocalService.getPluginSetting(long pluginSettingId)
Gets the plugin setting with the primary key. |
PluginSetting |
PluginSettingLocalServiceWrapper.getPluginSetting(long companyId,
String pluginId,
String pluginType)
|
static PluginSetting |
PluginSettingLocalServiceUtil.getPluginSetting(long companyId,
String pluginId,
String pluginType)
|
PluginSetting |
PluginSettingLocalService.getPluginSetting(long companyId,
String pluginId,
String pluginType)
|
PluginSetting |
PluginSettingServiceWrapper.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
static PluginSetting |
PluginSettingServiceUtil.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
PluginSetting |
PluginSettingService.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
PluginSetting |
PluginSettingLocalServiceWrapper.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
static PluginSetting |
PluginSettingLocalServiceUtil.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
PluginSetting |
PluginSettingLocalService.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
PluginSetting |
PluginSettingLocalServiceWrapper.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database. |
static PluginSetting |
PluginSettingLocalServiceUtil.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database. |
PluginSetting |
PluginSettingLocalService.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database. |
PluginSetting |
PluginSettingLocalServiceWrapper.updatePluginSetting(PluginSetting pluginSetting,
boolean merge)
Updates the plugin setting in the database. |
static PluginSetting |
PluginSettingLocalServiceUtil.updatePluginSetting(PluginSetting pluginSetting,
boolean merge)
Updates the plugin setting in the database. |
PluginSetting |
PluginSettingLocalService.updatePluginSetting(PluginSetting pluginSetting,
boolean merge)
Updates the plugin setting in the database. |
Methods in com.liferay.portal.service that return types with arguments of type PluginSetting | |
---|---|
List<PluginSetting> |
PluginSettingLocalServiceWrapper.getPluginSettings(int start,
int end)
Gets a range of all the plugin settings. |
static List<PluginSetting> |
PluginSettingLocalServiceUtil.getPluginSettings(int start,
int end)
Gets a range of all the plugin settings. |
List<PluginSetting> |
PluginSettingLocalService.getPluginSettings(int start,
int end)
Gets a range of all the plugin settings. |
Methods in com.liferay.portal.service with parameters of type PluginSetting | |
---|---|
PluginSetting |
PluginSettingLocalServiceWrapper.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database. |
static PluginSetting |
PluginSettingLocalServiceUtil.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database. |
PluginSetting |
PluginSettingLocalService.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database. |
void |
PluginSettingLocalServiceWrapper.deletePluginSetting(PluginSetting pluginSetting)
Deletes the plugin setting from the database. |
static void |
PluginSettingLocalServiceUtil.deletePluginSetting(PluginSetting pluginSetting)
Deletes the plugin setting from the database. |
void |
PluginSettingLocalService.deletePluginSetting(PluginSetting pluginSetting)
Deletes the plugin setting from the database. |
PluginSetting |
PluginSettingLocalServiceWrapper.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database. |
static PluginSetting |
PluginSettingLocalServiceUtil.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database. |
PluginSetting |
PluginSettingLocalService.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database. |
PluginSetting |
PluginSettingLocalServiceWrapper.updatePluginSetting(PluginSetting pluginSetting,
boolean merge)
Updates the plugin setting in the database. |
static PluginSetting |
PluginSettingLocalServiceUtil.updatePluginSetting(PluginSetting pluginSetting,
boolean merge)
Updates the plugin setting in the database. |
PluginSetting |
PluginSettingLocalService.updatePluginSetting(PluginSetting pluginSetting,
boolean merge)
Updates the plugin setting in the database. |
Uses of PluginSetting in com.liferay.portal.service.base |
---|
Methods in com.liferay.portal.service.base that return PluginSetting | |
---|---|
PluginSetting |
PluginSettingLocalServiceBaseImpl.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database. |
PluginSetting |
PluginSettingLocalServiceBaseImpl.createPluginSetting(long pluginSettingId)
Creates a new plugin setting with the primary key. |
PluginSetting |
PluginSettingLocalServiceBaseImpl.getPluginSetting(long pluginSettingId)
Gets the plugin setting with the primary key. |
PluginSetting |
PluginSettingLocalServiceBaseImpl.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database. |
PluginSetting |
PluginSettingLocalServiceBaseImpl.updatePluginSetting(PluginSetting pluginSetting,
boolean merge)
Updates the plugin setting in the database. |
Methods in com.liferay.portal.service.base that return types with arguments of type PluginSetting | |
---|---|
List<PluginSetting> |
PluginSettingLocalServiceBaseImpl.getPluginSettings(int start,
int end)
Gets a range of all the plugin settings. |
Methods in com.liferay.portal.service.base with parameters of type PluginSetting | |
---|---|
PluginSetting |
PluginSettingLocalServiceBaseImpl.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database. |
void |
PluginSettingLocalServiceBaseImpl.deletePluginSetting(PluginSetting pluginSetting)
Deletes the plugin setting from the database. |
PluginSetting |
PluginSettingLocalServiceBaseImpl.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database. |
PluginSetting |
PluginSettingLocalServiceBaseImpl.updatePluginSetting(PluginSetting pluginSetting,
boolean merge)
Updates the plugin setting in the database. |
Uses of PluginSetting in com.liferay.portal.service.http |
---|
Methods in com.liferay.portal.service.http that return PluginSetting | |
---|---|
static PluginSetting |
PluginSettingServiceHttp.updatePluginSetting(HttpPrincipal httpPrincipal,
long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
Methods in com.liferay.portal.service.http with parameters of type PluginSetting | |
---|---|
static JSONArray |
PluginSettingJSONSerializer.toJSONArray(PluginSetting[] models)
|
static JSONArray |
PluginSettingJSONSerializer.toJSONArray(PluginSetting[][] models)
|
static JSONObject |
PluginSettingJSONSerializer.toJSONObject(PluginSetting model)
|
Method parameters in com.liferay.portal.service.http with type arguments of type PluginSetting | |
---|---|
static JSONArray |
PluginSettingJSONSerializer.toJSONArray(List<PluginSetting> models)
|
Uses of PluginSetting in com.liferay.portal.service.impl |
---|
Methods in com.liferay.portal.service.impl that return PluginSetting | |
---|---|
PluginSetting |
PluginSettingLocalServiceImpl.getDefaultPluginSetting()
|
PluginSetting |
PluginSettingLocalServiceImpl.getPluginSetting(long companyId,
String pluginId,
String pluginType)
|
PluginSetting |
PluginSettingServiceImpl.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
PluginSetting |
PluginSettingLocalServiceImpl.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
Uses of PluginSetting in com.liferay.portal.service.persistence |
---|
Methods in com.liferay.portal.service.persistence that return PluginSetting | |
---|---|
static PluginSetting |
PluginSettingUtil.create(long pluginSettingId)
Creates a new plugin setting with the primary key. |
PluginSetting |
PluginSettingPersistence.create(long pluginSettingId)
Creates a new plugin setting with the primary key. |
PluginSetting |
PluginSettingPersistenceImpl.create(long pluginSettingId)
Creates a new plugin setting with the primary key. |
static PluginSetting |
PluginSettingUtil.fetchByC_I_T(long companyId,
String pluginId,
String pluginType)
Finds the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returns null if it could not be found. |
PluginSetting |
PluginSettingPersistence.fetchByC_I_T(long companyId,
String pluginId,
String pluginType)
Finds the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returns null if it could not be found. |
PluginSetting |
PluginSettingPersistenceImpl.fetchByC_I_T(long companyId,
String pluginId,
String pluginType)
Finds the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returns null if it could not be found. |
static PluginSetting |
PluginSettingUtil.fetchByC_I_T(long companyId,
String pluginId,
String pluginType,
boolean retrieveFromCache)
Finds the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returns null if it could not be found, optionally using the finder cache. |
PluginSetting |
PluginSettingPersistence.fetchByC_I_T(long companyId,
String pluginId,
String pluginType,
boolean retrieveFromCache)
Finds the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returns null if it could not be found, optionally using the finder cache. |
PluginSetting |
PluginSettingPersistenceImpl.fetchByC_I_T(long companyId,
String pluginId,
String pluginType,
boolean retrieveFromCache)
Finds the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returns null if it could not be found, optionally using the finder cache. |
static PluginSetting |
PluginSettingUtil.fetchByPrimaryKey(long pluginSettingId)
Finds the plugin setting with the primary key or returns null if it could not be found. |
PluginSetting |
PluginSettingPersistence.fetchByPrimaryKey(long pluginSettingId)
Finds the plugin setting with the primary key or returns null if it could not be found. |
PluginSetting |
PluginSettingPersistenceImpl.fetchByPrimaryKey(long pluginSettingId)
Finds the plugin setting with the primary key or returns null if it could not be found. |
PluginSetting |
PluginSettingPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the plugin setting with the primary key or returns null if it could not be found. |
static PluginSetting |
PluginSettingUtil.findByC_I_T(long companyId,
String pluginId,
String pluginType)
Finds the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or throws a NoSuchPluginSettingException if it could not be found. |
PluginSetting |
PluginSettingPersistence.findByC_I_T(long companyId,
String pluginId,
String pluginType)
Finds the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or throws a NoSuchPluginSettingException if it could not be found. |
PluginSetting |
PluginSettingPersistenceImpl.findByC_I_T(long companyId,
String pluginId,
String pluginType)
Finds the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or throws a NoSuchPluginSettingException if it could not be found. |
static PluginSetting |
PluginSettingUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first plugin setting in the ordered set where companyId = ?. |
PluginSetting |
PluginSettingPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first plugin setting in the ordered set where companyId = ?. |
PluginSetting |
PluginSettingPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first plugin setting in the ordered set where companyId = ?. |
static PluginSetting |
PluginSettingUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last plugin setting in the ordered set where companyId = ?. |
PluginSetting |
PluginSettingPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last plugin setting in the ordered set where companyId = ?. |
PluginSetting |
PluginSettingPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last plugin setting in the ordered set where companyId = ?. |
static PluginSetting[] |
PluginSettingUtil.findByCompanyId_PrevAndNext(long pluginSettingId,
long companyId,
OrderByComparator orderByComparator)
Finds the plugin settings before and after the current plugin setting in the ordered set where companyId = ?. |
PluginSetting[] |
PluginSettingPersistence.findByCompanyId_PrevAndNext(long pluginSettingId,
long companyId,
OrderByComparator orderByComparator)
Finds the plugin settings before and after the current plugin setting in the ordered set where companyId = ?. |
PluginSetting[] |
PluginSettingPersistenceImpl.findByCompanyId_PrevAndNext(long pluginSettingId,
long companyId,
OrderByComparator orderByComparator)
Finds the plugin settings before and after the current plugin setting in the ordered set where companyId = ?. |
static PluginSetting |
PluginSettingUtil.findByPrimaryKey(long pluginSettingId)
Finds the plugin setting with the primary key or throws a NoSuchPluginSettingException if it could not be found. |
PluginSetting |
PluginSettingPersistence.findByPrimaryKey(long pluginSettingId)
Finds the plugin setting with the primary key or throws a NoSuchPluginSettingException if it could not be found. |
PluginSetting |
PluginSettingPersistenceImpl.findByPrimaryKey(long pluginSettingId)
Finds the plugin setting with the primary key or throws a NoSuchPluginSettingException if it could not be found. |
PluginSetting |
PluginSettingPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the plugin setting with the primary key or throws a NoSuchModelException if it could not be found. |
protected PluginSetting |
PluginSettingPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
PluginSetting pluginSetting,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
static PluginSetting |
PluginSettingUtil.remove(long pluginSettingId)
Removes the plugin setting with the primary key from the database. |
PluginSetting |
PluginSettingPersistence.remove(long pluginSettingId)
Removes the plugin setting with the primary key from the database. |
PluginSetting |
PluginSettingPersistenceImpl.remove(long pluginSettingId)
Removes the plugin setting with the primary key from the database. |
static PluginSetting |
PluginSettingUtil.remove(PluginSetting pluginSetting)
|
PluginSetting |
PluginSettingPersistenceImpl.remove(Serializable primaryKey)
Removes the plugin setting with the primary key from the database. |
protected PluginSetting |
PluginSettingPersistenceImpl.removeImpl(PluginSetting pluginSetting)
|
protected PluginSetting |
PluginSettingPersistenceImpl.toUnwrappedModel(PluginSetting pluginSetting)
|
static PluginSetting |
PluginSettingUtil.update(PluginSetting pluginSetting,
boolean merge)
|
static PluginSetting |
PluginSettingUtil.update(PluginSetting pluginSetting,
boolean merge,
ServiceContext serviceContext)
|
static PluginSetting |
PluginSettingUtil.updateImpl(PluginSetting pluginSetting,
boolean merge)
|
PluginSetting |
PluginSettingPersistence.updateImpl(PluginSetting pluginSetting,
boolean merge)
|
PluginSetting |
PluginSettingPersistenceImpl.updateImpl(PluginSetting pluginSetting,
boolean merge)
|
Methods in com.liferay.portal.service.persistence that return types with arguments of type PluginSetting | |
---|---|
static List<PluginSetting> |
PluginSettingUtil.findAll()
Finds all the plugin settings. |
List<PluginSetting> |
PluginSettingPersistence.findAll()
Finds all the plugin settings. |
List<PluginSetting> |
PluginSettingPersistenceImpl.findAll()
Finds all the plugin settings. |
static List<PluginSetting> |
PluginSettingUtil.findAll(int start,
int end)
Finds a range of all the plugin settings. |
List<PluginSetting> |
PluginSettingPersistence.findAll(int start,
int end)
Finds a range of all the plugin settings. |
List<PluginSetting> |
PluginSettingPersistenceImpl.findAll(int start,
int end)
Finds a range of all the plugin settings. |
static List<PluginSetting> |
PluginSettingUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the plugin settings. |
List<PluginSetting> |
PluginSettingPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the plugin settings. |
List<PluginSetting> |
PluginSettingPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the plugin settings. |
static List<PluginSetting> |
PluginSettingUtil.findByCompanyId(long companyId)
Finds all the plugin settings where companyId = ?. |
List<PluginSetting> |
PluginSettingPersistence.findByCompanyId(long companyId)
Finds all the plugin settings where companyId = ?. |
List<PluginSetting> |
PluginSettingPersistenceImpl.findByCompanyId(long companyId)
Finds all the plugin settings where companyId = ?. |
static List<PluginSetting> |
PluginSettingUtil.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the plugin settings where companyId = ?. |
List<PluginSetting> |
PluginSettingPersistence.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the plugin settings where companyId = ?. |
List<PluginSetting> |
PluginSettingPersistenceImpl.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the plugin settings where companyId = ?. |
static List<PluginSetting> |
PluginSettingUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the plugin settings where companyId = ?. |
List<PluginSetting> |
PluginSettingPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the plugin settings where companyId = ?. |
List<PluginSetting> |
PluginSettingPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the plugin settings where companyId = ?. |
static List<PluginSetting> |
PluginSettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PluginSetting> |
PluginSettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PluginSetting> |
PluginSettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portal.service.persistence with parameters of type PluginSetting | |
---|---|
static void |
PluginSettingUtil.cacheResult(PluginSetting pluginSetting)
Caches the plugin setting in the entity cache if it is enabled. |
void |
PluginSettingPersistence.cacheResult(PluginSetting pluginSetting)
Caches the plugin setting in the entity cache if it is enabled. |
void |
PluginSettingPersistenceImpl.cacheResult(PluginSetting pluginSetting)
Caches the plugin setting in the entity cache if it is enabled. |
static void |
PluginSettingUtil.clearCache(PluginSetting pluginSetting)
|
void |
PluginSettingPersistenceImpl.clearCache(PluginSetting pluginSetting)
Clears the cache for the plugin setting. |
protected PluginSetting |
PluginSettingPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
PluginSetting pluginSetting,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
static PluginSetting |
PluginSettingUtil.remove(PluginSetting pluginSetting)
|
protected PluginSetting |
PluginSettingPersistenceImpl.removeImpl(PluginSetting pluginSetting)
|
protected PluginSetting |
PluginSettingPersistenceImpl.toUnwrappedModel(PluginSetting pluginSetting)
|
static PluginSetting |
PluginSettingUtil.update(PluginSetting pluginSetting,
boolean merge)
|
static PluginSetting |
PluginSettingUtil.update(PluginSetting pluginSetting,
boolean merge,
ServiceContext serviceContext)
|
static PluginSetting |
PluginSettingUtil.updateImpl(PluginSetting pluginSetting,
boolean merge)
|
PluginSetting |
PluginSettingPersistence.updateImpl(PluginSetting pluginSetting,
boolean merge)
|
PluginSetting |
PluginSettingPersistenceImpl.updateImpl(PluginSetting pluginSetting,
boolean merge)
|
Method parameters in com.liferay.portal.service.persistence with type arguments of type PluginSetting | |
---|---|
static void |
PluginSettingUtil.cacheResult(List<PluginSetting> pluginSettings)
Caches the plugin settings in the entity cache if it is enabled. |
void |
PluginSettingPersistence.cacheResult(List<PluginSetting> pluginSettings)
Caches the plugin settings in the entity cache if it is enabled. |
void |
PluginSettingPersistenceImpl.cacheResult(List<PluginSetting> pluginSettings)
Caches the plugin settings in the entity cache if it is enabled. |
|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |