Class UserDataBean
java.lang.Object
ecmwf.ecpds.master.plugin.http.dao.users.UserDataBean
- All Implemented Interfaces:
ecmwf.web.model.AttributedBean
,ecmwf.web.model.ModelBean
,ecmwf.web.model.users.UserData
The Class UserDataBean.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
Delete.void
Delete.dump
(int mode) Dump.getAttribute
(String name) Gets the attribute.getAttribute
(String name, String defaultValue) Gets the attribute.getAttribute
(String name, String defaultValue, String prefix, String suffix) Gets the attribute.Iterator
<?> Gets the attribute names.getAttributeValue
(String name) Gets the attribute value.getAttrs()
Gets the attrs.Gets the bean interface name.getId()
Gets the id.int
getIntId()
Gets the int id.getSafeAttribute
(String name) Gets the safe attribute.boolean
hasAttribute
(String name) Checks for attribute.void
insert()
Insert.void
Insert.boolean
isNew()
Checks if is new.void
save()
Save.void
Save.void
setAttribute
(String name, String value) Sets the attribute.void
Sets the id.toString()
To string.
-
Constructor Details
-
UserDataBean
-
-
Method Details
-
toString
-
getAttribute
-
getAttribute
-
getSafeAttribute
-
getAttribute
-
setAttribute
-
dump
-
setId
Sets the id.- Specified by:
setId
in interfaceecmwf.web.model.ModelBean
-
getId
-
getIntId
public int getIntId()Gets the int id.- Specified by:
getIntId
in interfaceecmwf.web.model.ModelBean
-
isNew
public boolean isNew()Checks if is new.- Specified by:
isNew
in interfaceecmwf.web.model.ModelBean
-
getAttributeValue
-
getBeanInterfaceName
Gets the bean interface name.- Specified by:
getBeanInterfaceName
in interfaceecmwf.web.model.ModelBean
-
getAttrs
-
save
public void save() throws ecmwf.web.model.ModelExceptionSave.- Specified by:
save
in interfaceecmwf.web.model.ModelBean
- Throws:
ecmwf.web.model.ModelException
-
insert
public void insert() throws ecmwf.web.model.ModelExceptionInsert.- Specified by:
insert
in interfaceecmwf.web.model.ModelBean
- Throws:
ecmwf.web.model.ModelException
-
delete
public void delete() throws ecmwf.web.model.ModelExceptionDelete.- Specified by:
delete
in interfaceecmwf.web.model.ModelBean
- Throws:
ecmwf.web.model.ModelException
-
save
Save.- Specified by:
save
in interfaceecmwf.web.model.ModelBean
- Throws:
ecmwf.web.model.ModelException
-
insert
Insert.- Specified by:
insert
in interfaceecmwf.web.model.ModelBean
- Throws:
ecmwf.web.model.ModelException
-
delete
Delete.- Specified by:
delete
in interfaceecmwf.web.model.ModelBean
- Throws:
ecmwf.web.model.ModelException
-
hasAttribute
Checks for attribute.- Specified by:
hasAttribute
in interfaceecmwf.web.model.AttributedBean
-
getAttributeNames
Gets the attribute names.- Specified by:
getAttributeNames
in interfaceecmwf.web.model.AttributedBean
-