com.liferay.portlet.calendar.model.impl
Class CalEventBaseImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.calendar.model.CalEvent>
      extended by com.liferay.portlet.calendar.model.impl.CalEventModelImpl
          extended by com.liferay.portlet.calendar.model.impl.CalEventBaseImpl
All Implemented Interfaces:
com.liferay.portal.model.AuditedModel, com.liferay.portal.model.BaseModel<com.liferay.portlet.calendar.model.CalEvent>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.GroupedModel, com.liferay.portal.model.PersistedModel, com.liferay.portlet.calendar.model.CalEvent, com.liferay.portlet.calendar.model.CalEventModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.calendar.model.CalEvent>
Direct Known Subclasses:
CalEventImpl

public abstract class CalEventBaseImpl
extends CalEventModelImpl
implements com.liferay.portlet.calendar.model.CalEvent

The extended model base implementation for the CalEvent service. Represents a row in the "CalEvent" 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 CalEventImpl.

Author:
Brian Wing Shun Chan
See Also:
CalEventImpl, CalEvent, Serialized Form
Generated:

Field Summary
 
Fields inherited from class com.liferay.portlet.calendar.model.impl.CalEventModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, REMINDBY_COLUMN_BITMASK, REPEATING_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, UUID_COLUMN_BITMASK
 
Constructor Summary
CalEventBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.calendar.model.impl.CalEventModelImpl
clone, compareTo, equals, getAllDay, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getDurationHour, getDurationMinute, getEndDate, getEventId, getExpandoBridge, getFirstReminder, getGroupId, getLocation, getModelClass, getModelClassName, getModifiedDate, getOriginalCompanyId, getOriginalGroupId, getOriginalRemindBy, getOriginalRepeating, getOriginalType, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRecurrence, getRemindBy, getRepeating, getSecondReminder, getStartDate, getTimeZoneSensitive, getTitle, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllDay, isRepeating, isTimeZoneSensitive, resetOriginalValues, setAllDay, setCompanyId, setCreateDate, setDescription, setDurationHour, setDurationMinute, setEndDate, setEventId, setExpandoBridgeAttributes, setFirstReminder, setGroupId, setLocation, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setRecurrence, setRemindBy, setRepeating, setSecondReminder, setStartDate, setTimeZoneSensitive, setTitle, setType, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.calendar.model.CalEvent
getRecurrenceObj, setRecurrence, setRecurrenceObj
 
Methods inherited from interface com.liferay.portlet.calendar.model.CalEventModel
clone, compareTo, getAllDay, getCompanyId, getCreateDate, getDescription, getDurationHour, getDurationMinute, getEndDate, getEventId, getExpandoBridge, getFirstReminder, getGroupId, getLocation, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRecurrence, getRemindBy, getRepeating, getSecondReminder, getStartDate, getTimeZoneSensitive, getTitle, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllDay, isCachedModel, isEscapedModel, isNew, isRepeating, isTimeZoneSensitive, setAllDay, setCachedModel, setCompanyId, setCreateDate, setDescription, setDurationHour, setDurationMinute, setEndDate, setEventId, setExpandoBridgeAttributes, setFirstReminder, setGroupId, setLocation, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRemindBy, setRepeating, setSecondReminder, setStartDate, setTimeZoneSensitive, setTitle, setType, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

CalEventBaseImpl

public CalEventBaseImpl()
Method Detail

persist

public void persist()
             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
persist in interface com.liferay.portal.model.PersistedModel
Throws:
com.liferay.portal.kernel.exception.SystemException