Liferay 7.0-ce-b6

com.liferay.portal.kernel.verify.model
Interface VerifiableAuditedModel

All Superinterfaces:
VerifiableModel

public interface VerifiableAuditedModel
extends VerifiableModel


Method Summary
 String getJoinByTableName()
           
 String getRelatedModelName()
           
 String getRelatedPKColumnName()
           
 boolean isAnonymousUserAllowed()
           
 boolean isUpdateDates()
           
 
Methods inherited from interface com.liferay.portal.kernel.verify.model.VerifiableModel
getPrimaryKeyColumnName, getTableName
 

Method Detail

getJoinByTableName

String getJoinByTableName()

getRelatedModelName

String getRelatedModelName()

getRelatedPKColumnName

String getRelatedPKColumnName()

isAnonymousUserAllowed

boolean isAnonymousUserAllowed()

isUpdateDates

boolean isUpdateDates()

Liferay 7.0-ce-b6