Package com.liferay.portal.model.impl
Class TicketModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Ticket>
com.liferay.portal.model.impl.TicketModelImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TicketModel,com.liferay.portal.kernel.model.TypedModel,Serializable,Cloneable,Comparable<com.liferay.portal.kernel.model.Ticket>
- Direct Known Subclasses:
TicketBaseImpl
public class TicketModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Ticket>
implements com.liferay.portal.kernel.model.TicketModel
The base model implementation for the Ticket service. Represents a row in the "Ticket" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface TicketModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in TicketImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longDeprecated.static final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final Stringstatic final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final longstatic final Stringstatic final Stringstatic final Stringstatic final Object[][]static final Stringstatic final Stringstatic final Stringstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final Stringstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()com.liferay.portal.kernel.model.TicketintcompareTo(com.liferay.portal.kernel.model.Ticket ticket) booleanMap<String,BiConsumer<com.liferay.portal.kernel.model.Ticket, Object>> longlonglongstatic longgetColumnBitmask(String columnName) <T> TgetColumnOriginalValue(String columnName) <T> TgetColumnValue(String columnName) longcom.liferay.expando.kernel.model.ExpandoBridgegetKey()Class<?>longlongDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)intDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longlongintgetType()inthashCode()booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementbooleanDeprecated.As of Athanasius (7.3.x), with no direct replacementvoidvoidsetClassName(String className) voidsetClassNameId(long classNameId) voidsetClassPK(long classPK) voidsetCompanyId(long companyId) voidsetCreateDate(Date createDate) voidsetExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) voidsetExpirationDate(Date expirationDate) voidsetExtraInfo(String extraInfo) voidvoidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) voidsetPrimaryKey(long primaryKey) voidsetPrimaryKeyObj(Serializable primaryKeyObj) voidsetTicketId(long ticketId) voidsetType(int type) com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Ticket>com.liferay.portal.kernel.model.TickettoString()Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.TicketModel
toXmlString
-
Field Details
-
TABLE_NAME
- See Also:
-
TABLE_COLUMNS
-
TABLE_COLUMNS_MAP
-
TABLE_SQL_CREATE
- See Also:
-
TABLE_SQL_DROP
- See Also:
-
ORDER_BY_JPQL
- See Also:
-
ORDER_BY_SQL
- See Also:
-
DATA_SOURCE
- See Also:
-
SESSION_FACTORY
- See Also:
-
TX_MANAGER
- See Also:
-
ENTITY_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
FINDER_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
COLUMN_BITMASK_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
CLASSNAMEID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
CLASSPK_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
COMPANYID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
KEY_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
TYPE_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
TICKETID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
-
-
Constructor Details
-
TicketModelImpl
public TicketModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.TicketModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.TicketModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>- Specified by:
setPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClass
- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClassName
- Specified by:
getModelClassNamein interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>- Overrides:
getModelAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Ticket>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>- Overrides:
setModelAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Ticket>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.portal.kernel.model.Ticket, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.portal.kernel.model.Ticket, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>
-
getMvccVersion
public long getMvccVersion()- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.TicketModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.TicketModel
-
getTicketId
public long getTicketId()- Specified by:
getTicketIdin interfacecom.liferay.portal.kernel.model.TicketModel
-
setTicketId
public void setTicketId(long ticketId) - Specified by:
setTicketIdin interfacecom.liferay.portal.kernel.model.TicketModel
-
getCompanyId
public long getCompanyId()- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.TicketModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.TicketModel
-
getOriginalCompanyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getCreateDate
- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.TicketModel
-
setCreateDate
- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.TicketModel
-
getClassName
- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TicketModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel
-
setClassName
- Specified by:
setClassNamein interfacecom.liferay.portal.kernel.model.TicketModel
-
getClassNameId
public long getClassNameId()- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TicketModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel
-
setClassNameId
public void setClassNameId(long classNameId) - Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TicketModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel
-
getOriginalClassNameId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getClassPK
public long getClassPK()- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.TicketModel
-
setClassPK
public void setClassPK(long classPK) - Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.TicketModel
-
getOriginalClassPK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getKey
- Specified by:
getKeyin interfacecom.liferay.portal.kernel.model.TicketModel
-
setKey
- Specified by:
setKeyin interfacecom.liferay.portal.kernel.model.TicketModel
-
getOriginalKey
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getType
public int getType()- Specified by:
getTypein interfacecom.liferay.portal.kernel.model.TicketModel
-
setType
public void setType(int type) - Specified by:
setTypein interfacecom.liferay.portal.kernel.model.TicketModel
-
getOriginalType
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getExtraInfo
- Specified by:
getExtraInfoin interfacecom.liferay.portal.kernel.model.TicketModel
-
setExtraInfo
- Specified by:
setExtraInfoin interfacecom.liferay.portal.kernel.model.TicketModel
-
getExpirationDate
- Specified by:
getExpirationDatein interfacecom.liferay.portal.kernel.model.TicketModel
-
setExpirationDate
- Specified by:
setExpirationDatein interfacecom.liferay.portal.kernel.model.TicketModel
-
getColumnBitmask
public long getColumnBitmask() -
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()- Specified by:
getExpandoBridgein interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>- Specified by:
getExpandoBridgein interfacecom.liferay.portal.kernel.model.ClassedModel- Overrides:
getExpandoBridgein classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Ticket>
-
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
setExpandoBridgeAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>- Overrides:
setExpandoBridgeAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Ticket>
-
toEscapedModel
public com.liferay.portal.kernel.model.Ticket toEscapedModel()- Specified by:
toEscapedModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>- Overrides:
toEscapedModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Ticket>
-
clone
- Specified by:
clonein interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>- Specified by:
clonein classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Ticket>
-
cloneWithOriginalValues
public com.liferay.portal.kernel.model.Ticket cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.TicketModel
-
compareTo
public int compareTo(com.liferay.portal.kernel.model.Ticket ticket) - Specified by:
compareToin interfaceComparable<com.liferay.portal.kernel.model.Ticket>
-
equals
-
hashCode
public int hashCode() -
isEntityCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isEntityCacheEnabledin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>
-
isFinderCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isFinderCacheEnabledin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>- Overrides:
resetOriginalValuesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Ticket>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Ticket> toCacheModel()- Specified by:
toCacheModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Ticket>- Overrides:
toCacheModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Ticket>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-
getColumnBitmask(String)