Liferay 7.0-ce-b4

com.liferay.portal.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.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-b4