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 TypeMethodDescriptionvoiddelete()Delete.voidDelete.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.intgetIntId()Gets the int id.getSafeAttribute(String name) Gets the safe attribute.booleanhasAttribute(String name) Checks for attribute.voidinsert()Insert.voidInsert.booleanisNew()Checks if is new.voidsave()Save.voidSave.voidsetAttribute(String name, String value) Sets the attribute.voidSets the id.toString()To string.
-
Constructor Details
-
UserDataBean
-
-
Method Details
-
toString
-
getAttribute
-
getAttribute
-
getSafeAttribute
-
getAttribute
-
setAttribute
-
dump
-
setId
Sets the id.- Specified by:
setIdin interfaceecmwf.web.model.ModelBean
-
getId
-
getIntId
public int getIntId()Gets the int id.- Specified by:
getIntIdin interfaceecmwf.web.model.ModelBean
-
isNew
public boolean isNew()Checks if is new.- Specified by:
isNewin interfaceecmwf.web.model.ModelBean
-
getAttributeValue
-
getBeanInterfaceName
Gets the bean interface name.- Specified by:
getBeanInterfaceNamein interfaceecmwf.web.model.ModelBean
-
getAttrs
-
save
public void save() throws ecmwf.web.model.ModelExceptionSave.- Specified by:
savein interfaceecmwf.web.model.ModelBean- Throws:
ecmwf.web.model.ModelException
-
insert
public void insert() throws ecmwf.web.model.ModelExceptionInsert.- Specified by:
insertin interfaceecmwf.web.model.ModelBean- Throws:
ecmwf.web.model.ModelException
-
delete
public void delete() throws ecmwf.web.model.ModelExceptionDelete.- Specified by:
deletein interfaceecmwf.web.model.ModelBean- Throws:
ecmwf.web.model.ModelException
-
save
Save.- Specified by:
savein interfaceecmwf.web.model.ModelBean- Throws:
ecmwf.web.model.ModelException
-
insert
Insert.- Specified by:
insertin interfaceecmwf.web.model.ModelBean- Throws:
ecmwf.web.model.ModelException
-
delete
Delete.- Specified by:
deletein interfaceecmwf.web.model.ModelBean- Throws:
ecmwf.web.model.ModelException
-
hasAttribute
Checks for attribute.- Specified by:
hasAttributein interfaceecmwf.web.model.AttributedBean
-
getAttributeNames
Gets the attribute names.- Specified by:
getAttributeNamesin interfaceecmwf.web.model.AttributedBean
-