RestOptions

public class RestOptions

The RestOptions class represents rest options of an entity. This class is related with table in database with the same name.

Constructors

RestOptions

public RestOptions()

RestOptions

public RestOptions(Entity entity)

Methods

copy

public RestOptions copy()

equals

public boolean equals(Object obj)

getEntity

public Entity getEntity()

getFields

public List<Field> getFields()

getId

public Long getId()

getLookups

public List<Lookup> getLookups()

hashCode

public int hashCode()

isAllowCreate

public boolean isAllowCreate()

isAllowDelete

public boolean isAllowDelete()

isAllowRead

public boolean isAllowRead()

isAllowUpdate

public boolean isAllowUpdate()

isModifiedByUser

public boolean isModifiedByUser()

setAllowCreate

public void setAllowCreate(boolean allowCreate)

setAllowDelete

public void setAllowDelete(boolean allowDelete)

setAllowRead

public void setAllowRead(boolean allowRead)

setAllowUpdate

public void setAllowUpdate(boolean allowUpdate)

setEntity

public void setEntity(Entity entity)

setId

public void setId(Long id)

setModifiedByUser

public void setModifiedByUser(boolean modifiedByUser)

supportsAnyOperation

public boolean supportsAnyOperation()

toDto

public RestOptionsDto toDto()

update

public final void update(RestOptionsDto restOptionsDto)