Package com.liferay.portal.model.impl
Class TicketBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Ticket>
com.liferay.portal.model.impl.TicketModelImpl
com.liferay.portal.model.impl.TicketBaseImpl
- 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.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.Ticket,com.liferay.portal.kernel.model.TicketModel,com.liferay.portal.kernel.model.TypedModel,Serializable,Cloneable,Comparable<com.liferay.portal.kernel.model.Ticket>
- Direct Known Subclasses:
TicketImpl
public abstract class TicketBaseImpl
extends TicketModelImpl
implements com.liferay.portal.kernel.model.Ticket
The extended model base implementation for the Ticket service. Represents a row in the "Ticket" database table, with each column mapped to a property of this class.
This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in TicketImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
-
TicketImplTicket- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.model.impl.TicketModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, KEY_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TICKETID_COLUMN_BITMASK, TX_MANAGER, TYPE_COLUMN_BITMASKFields inherited from interface com.liferay.portal.kernel.model.Ticket
TICKET_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.model.impl.TicketModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getClassName, getClassNameId, getClassPK, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCreateDate, getExpandoBridge, getExpirationDate, getExtraInfo, getKey, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalKey, getOriginalType, getPrimaryKey, getPrimaryKeyObj, getTicketId, getType, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpirationDate, setExtraInfo, setKey, setModelAttributes, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setTicketId, setType, toCacheModel, toEscapedModel, toStringMethods 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
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.Ticket
isExpiredMethods inherited from interface com.liferay.portal.kernel.model.TicketModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpirationDate, getExtraInfo, getKey, getMvccVersion, getPrimaryKey, getTicketId, getType, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpirationDate, setExtraInfo, setKey, setMvccVersion, setPrimaryKey, setTicketId, setType, toXmlString
-
Constructor Details
-
TicketBaseImpl
public TicketBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-