@JSON(strict=true)
@ProviderType
public class PluginSettingModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.PluginSetting>
implements com.liferay.portal.kernel.model.PluginSettingModel
This implementation and its corresponding interface PluginSettingModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in PluginSettingImpl
.
PluginSettingImpl
,
PluginSetting
,
PluginSettingModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static long |
PLUGINID_COLUMN_BITMASK |
static long |
PLUGINSETTINGID_COLUMN_BITMASK |
static long |
PLUGINTYPE_COLUMN_BITMASK |
static String |
SESSION_FACTORY |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static String |
TX_MANAGER |
Constructor and Description |
---|
PluginSettingModelImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
compareTo(com.liferay.portal.kernel.model.PluginSetting pluginSetting) |
boolean |
equals(Object obj) |
boolean |
getActive() |
long |
getColumnBitmask() |
long |
getCompanyId() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getMvccVersion() |
long |
getOriginalCompanyId() |
String |
getOriginalPluginId() |
String |
getOriginalPluginType() |
String |
getPluginId() |
long |
getPluginSettingId() |
String |
getPluginType() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
String |
getRoles() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setActive(boolean active) |
void |
setCompanyId(long companyId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion) |
void |
setPluginId(String pluginId) |
void |
setPluginSettingId(long pluginSettingId) |
void |
setPluginType(String pluginType) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setRoles(String roles) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.PluginSetting> |
toCacheModel() |
com.liferay.portal.kernel.model.PluginSetting |
toEscapedModel() |
static com.liferay.portal.kernel.model.PluginSetting |
toModel(com.liferay.portal.kernel.model.PluginSettingSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static List<com.liferay.portal.kernel.model.PluginSetting> |
toModels(com.liferay.portal.kernel.model.PluginSettingSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long COMPANYID_COLUMN_BITMASK
public static final long PLUGINID_COLUMN_BITMASK
public static final long PLUGINTYPE_COLUMN_BITMASK
public static final long PLUGINSETTINGID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.portal.kernel.model.PluginSetting toModel(com.liferay.portal.kernel.model.PluginSettingSoap soapModel)
soapModel
- the soap model instance to convertpublic static List<com.liferay.portal.kernel.model.PluginSetting> toModels(com.liferay.portal.kernel.model.PluginSettingSoap[] soapModels)
soapModels
- the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey
in interface com.liferay.portal.kernel.model.PluginSettingModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.portal.kernel.model.PluginSettingModel
public Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.PluginSetting>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.PluginSettingModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.PluginSetting>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.PluginSettingModel
public Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.PluginSetting>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.PluginSetting>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.PluginSetting>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.PluginSetting>
@JSON public long getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
getMvccVersion
in interface com.liferay.portal.kernel.model.PluginSettingModel
public void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
setMvccVersion
in interface com.liferay.portal.kernel.model.PluginSettingModel
@JSON public long getPluginSettingId()
getPluginSettingId
in interface com.liferay.portal.kernel.model.PluginSettingModel
public void setPluginSettingId(long pluginSettingId)
setPluginSettingId
in interface com.liferay.portal.kernel.model.PluginSettingModel
@JSON public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.PluginSettingModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.PluginSettingModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getOriginalCompanyId()
@JSON public String getPluginId()
getPluginId
in interface com.liferay.portal.kernel.model.PluginSettingModel
public void setPluginId(String pluginId)
setPluginId
in interface com.liferay.portal.kernel.model.PluginSettingModel
public String getOriginalPluginId()
@JSON public String getPluginType()
getPluginType
in interface com.liferay.portal.kernel.model.PluginSettingModel
public void setPluginType(String pluginType)
setPluginType
in interface com.liferay.portal.kernel.model.PluginSettingModel
public String getOriginalPluginType()
@JSON public String getRoles()
getRoles
in interface com.liferay.portal.kernel.model.PluginSettingModel
public void setRoles(String roles)
setRoles
in interface com.liferay.portal.kernel.model.PluginSettingModel
@JSON public boolean getActive()
getActive
in interface com.liferay.portal.kernel.model.PluginSettingModel
@JSON public boolean isActive()
isActive
in interface com.liferay.portal.kernel.model.PluginSettingModel
public void setActive(boolean active)
setActive
in interface com.liferay.portal.kernel.model.PluginSettingModel
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.PluginSetting>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.PluginSettingModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.PluginSetting>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.PluginSetting>
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.PluginSettingModel
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.PluginSetting>
public com.liferay.portal.kernel.model.PluginSetting toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.PluginSetting>
toEscapedModel
in interface com.liferay.portal.kernel.model.PluginSettingModel
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.PluginSetting>
public Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.PluginSetting>
clone
in interface com.liferay.portal.kernel.model.PluginSettingModel
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.PluginSetting>
public int compareTo(com.liferay.portal.kernel.model.PluginSetting pluginSetting)
compareTo
in interface com.liferay.portal.kernel.model.PluginSettingModel
compareTo
in interface Comparable<com.liferay.portal.kernel.model.PluginSetting>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface com.liferay.portal.kernel.model.PluginSettingModel
hashCode
in class Object
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.PluginSetting>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.PluginSetting>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.PluginSetting>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.PluginSetting>
public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.PluginSetting> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.PluginSetting>
toCacheModel
in interface com.liferay.portal.kernel.model.PluginSettingModel
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.PluginSetting>
public String toString()
toString
in interface com.liferay.portal.kernel.model.PluginSettingModel
toString
in class Object
public String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.PluginSetting>
toXmlString
in interface com.liferay.portal.kernel.model.PluginSettingModel