|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.ext.organization.CommonHandler
public abstract class CommonHandler
Created by The eXo Platform SAS.
Date: 7 10 2008
| Constructor Summary | |
|---|---|
CommonHandler()
|
|
| Method Summary | |
|---|---|
java.util.Date |
readDateProperty(javax.jcr.Node node,
java.lang.String prop)
This method read property data from node in the storage. |
java.lang.String |
readStringProperty(javax.jcr.Node node,
java.lang.String prop)
This method read property data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommonHandler()
| Method Detail |
|---|
public java.util.Date readDateProperty(javax.jcr.Node node,
java.lang.String prop)
throws java.lang.Exception
node - The node to read fromprop - The property name which need to read
java.lang.Exception - An exception is thrown if the method cannot access the database
public java.lang.String readStringProperty(javax.jcr.Node node,
java.lang.String prop)
throws java.lang.Exception
node - The node to read fromprop - The property name which need to read
java.lang.Exception - An exception is thrown if the method cannot access the database
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||