| Method | Description |
| public void <init>(
)
| Default constructor |
| public void <init>(
boolean force
)
| Constructor with force parameter |
| public void <init>(
org.w3c.dom.Element holder, boolean force
)
throws biz.hammurapi.config.ConfigurationException | Constructor from DOM element |
| public void <init>(
org.w3c.dom.Element holder, java.util.Properties pathMap, org.apache.xpath.CachedXPathAPI cxpa, boolean force
)
throws biz.hammurapi.config.ConfigurationException | Constructor from DOM element |
| public void <init>(
java.sql.ResultSet rs
)
throws java.sql.SQLException | Constructor from row |
| public Object clone(
)
throws java.lang.CloneNotSupportedException | Deep clone - clones columns. |
| public int getId(
)
| Accessor for ID |
| public int getMenuId(
)
| Accessor for MENU_ID |
| public String getName(
)
| Accessor for NAME |
| public String getQueryTemplate(
)
| Accessor for QUERY_TEMPLATE |
| public int getRefId(
)
| Accessor for REF_ID |
| public int getRefPosition(
)
| Accessor for REF_POSITION |
| public String getScope(
)
| Accessor for SCOPE |
| public String getTitle(
)
| Accessor for TITLE |
| public static java.util.Collection project(
biz.hammurapi.sql.SQLProcessor processor, String sql, biz.hammurapi.sql.Parameterizer parameterizer
)
| Returns database backed collection with elements of type biz.hammurapi.web.menu.sql.ItemReferenceImpl |
| public static java.util.Collection project(
biz.hammurapi.sql.SQLProcessor processor, String sql, biz.hammurapi.sql.Parameterizer parameterizer, java.util.Collection receiver
)
throws java.sql.SQLException | Populates receiver collection with elements of type biz.hammurapi.web.menu.sql.ItemReferenceImpl and returns it |
| public void setId(
int Id
)
| Mutator for ID |
| public void setMenuId(
int MenuId
)
| Mutator for MENU_ID |
| public void setName(
String Name
)
| Mutator for NAME |
| public void setQueryTemplate(
String QueryTemplate
)
| Mutator for QUERY_TEMPLATE |
| public void setRefId(
int RefId
)
| Mutator for REF_ID |
| public void setRefPosition(
int RefPosition
)
| Mutator for REF_POSITION |
| public void setScope(
String Scope
)
| Mutator for SCOPE |
| public void setTitle(
String Title
)
| Mutator for TITLE |
| Name | Type | Modifiers | Attributes |
| _projector | biz.hammurapi.sql.Projector |
| |
| class$Name | java.lang.Class |
| |
| class$QueryTemplate | java.lang.Class |
| |
| class$Scope | java.lang.Class |
| |
| class$Title | java.lang.Class |
| |
| Id | biz.hammurapi.sql.columns.IntColumn |
|
| Name | Value |
| column | yes |
| database-name | ID |
| java-type | int |
| label | Id |
| primary-key | yes |
|
| MenuId | biz.hammurapi.sql.columns.IntColumn |
|
| Name | Value |
| column | yes |
| database-name | MENU_ID |
| java-type | int |
| label | Menu id |
|
| Name | biz.hammurapi.sql.columns.ObjectColumn |
|
| Name | Value |
| column | yes |
| database-name | NAME |
| java-type | java.lang.String |
| label | Name |
| nullable | yes |
|
| QueryTemplate | biz.hammurapi.sql.columns.ObjectColumn |
|
| Name | Value |
| column | yes |
| database-name | QUERY_TEMPLATE |
| java-type | java.lang.String |
| label | Query template |
| nullable | yes |
|
| RefId | biz.hammurapi.sql.columns.IntColumn |
|
| Name | Value |
| column | yes |
| database-name | REF_ID |
| java-type | int |
| label | Ref id |
|
| RefPosition | biz.hammurapi.sql.columns.IntColumn |
|
| Name | Value |
| column | yes |
| database-name | REF_POSITION |
| java-type | int |
| label | Ref position |
|
| Scope | biz.hammurapi.sql.columns.ObjectColumn |
|
| Name | Value |
| column | yes |
| database-name | SCOPE |
| java-type | java.lang.String |
| label | Scope |
| nullable | yes |
|
| Title | biz.hammurapi.sql.columns.ObjectColumn |
|
| Name | Value |
| column | yes |
| database-name | TITLE |
| java-type | java.lang.String |
| label | Title |
| nullable | yes |
|