Interface PushNotificationsDevice
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<PushNotificationsDevice>
,com.liferay.portal.kernel.model.PersistedModel
,PushNotificationsDeviceModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
PushNotificationsDeviceWrapper
@ProviderType
public interface PushNotificationsDevice
extends com.liferay.portal.kernel.model.PersistedModel, PushNotificationsDeviceModel
The extended model interface for the PushNotificationsDevice service. Represents a row in the "PushNotificationsDevice" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<PushNotificationsDevice,
Long> -
Method Summary
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.push.notifications.model.PushNotificationsDeviceModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getPlatform, getPrimaryKey, getPushNotificationsDeviceId, getToken, getUserId, getUserUuid, setCompanyId, setCreateDate, setPlatform, setPrimaryKey, setPushNotificationsDeviceId, setToken, setUserId, setUserUuid, toXmlString
-
Field Details
-
PUSH_NOTIFICATIONS_DEVICE_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<PushNotificationsDevice,Long> PUSH_NOTIFICATIONS_DEVICE_ID_ACCESSOR
-