public class DbAgencyExpose extends Object
| Modifier and Type | Field and Description |
|---|---|
Date |
createdAt |
long |
id |
Date |
modifiedAt |
String |
name |
long |
ownerGroupId |
long |
ownerUserId |
Permission |
permission |
Map<String,String> |
settings |
boolean |
templateFileDisabled |
File |
temporaryTemplateFile |
String |
type |
| Constructor and Description |
|---|
DbAgencyExpose() |
| Modifier and Type | Method and Description |
|---|---|
AbstractExpose |
createExposeBuilder() |
void |
saveToDatabase(Connection c,
DbAgencyExposesHandler exposeHandler) |
void |
setExposeBuilder(AbstractExpose expose) |
public long id
public String name
public String type
public Date createdAt
public Date modifiedAt
public long ownerUserId
public long ownerGroupId
public Permission permission
public transient File temporaryTemplateFile
public transient boolean templateFileDisabled
public AbstractExpose createExposeBuilder()
public void saveToDatabase(Connection c, DbAgencyExposesHandler exposeHandler) throws SQLException, IOException
SQLExceptionIOExceptionpublic void setExposeBuilder(AbstractExpose expose)
Copyright © 2015 OpenEstate. All rights reserved.